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

Support for Juniper's feasibility status #157

Closed harshangrjn closed 3 years ago

harshangrjn commented 4 years ago

Alpine throws an error when Juniper.jl returns "ALMOST_LOCALLY_SOLVED". Add this option in https://github.com/lanl-ansi/Alpine.jl/blob/1dddbbdc0f6da7eb5e58bdad00ddd86af1ce0ddb/src/algorithm.jl#L7

@ccoffrin Any other useful/acceptable status which may need to be added to this list? (Not able to tag Ole here for some reason).

ccoffrin commented 4 years ago

I think you have it covered. You can have a look at these common cases, https://jump.dev/MathOptInterface.jl/dev/apimanual/#Common-status-situations-1

harshangrjn commented 4 years ago

Great! This list helps.