JuliaSmoothOptimizers / NLPModelsJuMP.jl

Create NLPModels with JuMP
Other
34 stars 8 forks source link

Set up CI for testing solvers with MOI tests #192

Open blegat opened 1 month ago

blegat commented 1 month ago

One requirement for adding a solver to the JuMP docs is to run it through the MOI tests. For Percival, the tests are run in the test of this package. @amontoison was suggesting to create a Github action that would try to run the MOI tests for each solver on separate runs. I like the idea, we also have a similar job in MOI: https://github.com/jump-dev/MathOptInterface.jl/blob/master/.github/workflows/solver-tests.yml