Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Examples CI #172

Open
tmigot opened this issue Nov 12, 2024 · 1 comment
Open

Fix Examples CI #172

tmigot opened this issue Nov 12, 2024 · 1 comment
Labels
bug Something isn't working CI

Comments

@tmigot
Copy link
Member

tmigot commented Nov 12, 2024

https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/actions/runs/11805344788/job/32887581626?pr=167

The issue is that AmplNLReader does not support NLPModel linear API, see JuliaSmoothOptimizers/AmplNLReader.jl#127 . So, using Percival on inequality constrained problem failed because it uses SlackModel that rely on the linear API.

Potential solutions:

  1. Add linear API to AmplNLReader
  2. Update the Examples script
  3. Change the way SlackModel works to be flexible to unimplemented linear API.
@tmigot tmigot added the bug Something isn't working label Nov 12, 2024
@tmigot tmigot mentioned this issue Nov 12, 2024
@tmigot tmigot added the CI label Nov 12, 2024
@dpo
Copy link
Member

dpo commented Dec 30, 2024

Solution 1 would be great, but not obvious to implement. I have prototype code but it doesn't quite work.

Solution 3 would be "easy" to implement and may be the most flexible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI
Projects
None yet
Development

No branches or pull requests

2 participants