You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add linear API to AmplNLReader
Update the Examples script
Change the way SlackModel works to be flexible to unimplemented linear API.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: