lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

Testing with MINLPTests #127

Open ccoffrin opened 5 years ago

ccoffrin commented 5 years ago

This point is related to #101 #126. Future versions of Alpine can leverage the https://github.com/JuliaOpt/MINLPTests.jl repo for testing core JuMP features and edge cases (e.g. feasibility problems).

I would also recommend to add a new category of polynomial problems to https://github.com/JuliaOpt/MINLPTests.jl (see https://github.com/JuliaOpt/MINLPTests.jl/issues/1). Specifically for testing global solvers that support polynomials but not other floating point functions like exp,sin, etc...

harshangrjn commented 5 years ago

Good point @ccoffrin. We will start adding these.