JuliaOpt / CoinOptServices.jl

Julia interface to COIN-OR Optimization Services https://projects.coin-or.org/OS
Other
16 stars 4 forks source link

Updates for MPB 0.4 and drop support for Julia 0.3 #12

Closed JackDunnNZ closed 8 years ago

JackDunnNZ commented 8 years ago

Ref JuliaOpt/MathProgBase.jl#91 and JuliaOpt/AmplNLWriter.jl#24, using the same wrapper approach as AmplNLWriter.

The two Linux failures are this error from #6 when using Couenne.

The failures on Mac are the same MIQP vectorized problem, but due to tolerance issues with the optimal solution, again when using Couenne.

It would be possible to make the tests pass by removing Couenne from quad_mip_solvers, if that was something we wanted to do, but otherwise everything seems fine.

tkelman commented 8 years ago

Works for me, thanks for this. Feel free to tag as 0.1.0 if you're in a hurry