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

Consider Making Basic JuMP Models

Open ccoffrin opened this issue 6 years ago • 4 comments

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.

ccoffrin avatar Jan 05 '19 00:01 ccoffrin

related effort: https://github.com/odow/MathOptFormat.jl/pull/29

chriscoey avatar Jan 05 '19 01:01 chriscoey

Nice! That's a good point, we should probably move this repor to MathOptFormat instead of JuMP models at some point.

ccoffrin avatar Jan 05 '19 16:01 ccoffrin

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

chriscoey avatar Jan 06 '19 03:01 chriscoey

Sounds like a plan to me!

ccoffrin avatar Jan 06 '19 15:01 ccoffrin