SolverBenchmark.jl icon indicating copy to clipboard operation
SolverBenchmark.jl copied to clipboard

Fix Examples CI

Open tmigot opened this issue 1 year ago • 1 comments

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:

  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 avatar Nov 12 '24 22:11 tmigot