SolverBenchmark.jl
SolverBenchmark.jl copied to clipboard
Fix Examples CI
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 https://github.com/JuliaSmoothOptimizers/AmplNLReader.jl/issues/127 . So, using Percival on inequality constrained problem failed because it uses SlackModel that rely on the linear API.
Potential solutions:
- Add linear API to AmplNLReader
- Update the Examples script
- Change the way SlackModel works to be flexible to unimplemented linear API.