MINLPLib.jl
MINLPLib.jl copied to clipboard
Consider Making Basic JuMP Models
There has been some requests to simplify this code base. The idea would be to remove the Julia package and make it a collection of stand alone JuMP models.
Helper functions and metadata can be provided as part of the code to define instance subsets and best known solutions.
related effort: https://github.com/odow/MathOptFormat.jl/pull/29
Nice! That's a good point, we should probably move this repor to MathOptFormat instead of JuMP models at some point.
I am looking at putting the ConicBenchmarkUtilities CBF conversion functionality into MOF.jl - see https://github.com/odow/MathOptFormat.jl/issues/30
So I think it makes sense to converge on MOF
Sounds like a plan to me!