MINLPLib.jl
MINLPLib.jl copied to clipboard
A JuMP-based library of Non-Linear and Mixed-Integer Non-Linear Programs
The installation guild for this package is the following; however, this results in an error. ``` Pkg.clone("https://github.com/lanl-ansi/MINLPLib.jl.git") ``` For windows, at least, it should be the following line. ``` Pkg.add(url="https://github.com/lanl-ansi/MINLPLib.jl")...
Hi, for the upcoming INFORMS annual meeting we are presenting the results of our [convex MINLP solver benchmark](https://doi.org/10.1007/s11081-018-9411-8). We want to show some updated numbers for all the solvers. Given...
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...