ericphanson / ConvexTests.jl

Uses the Convex.jl Problem Depot to test various optimization solvers
MIT License
10 stars 5 forks source link

add GLPK #10

Closed ericphanson closed 2 years ago

ericphanson commented 2 years ago

This is with MOI v0.9 since Convex doesn't support MOI v0.10 yet, but once https://github.com/jump-dev/Convex.jl/pull/467 is merged+tagged I'll retrigger CI to get the latest version.

I'd love to have versions in our docs that show the date + results (since the MOI v0.10 will at least have some GLPK failures that this doesn't), but it seems like Documenter only really supports versions like v1.1, not date-based versions.