-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update solvers to MOI v0.9 #736
Comments
I think it would be good to merge #712 first. Right now, most MIP solvers will fail the Indicator tests, because the bridge is missing. In SCIP, we have an implementation in a PR, but I think it would be cleaner to upgrade to MOI 0.9 first, then support Indicator constraints natively. |
GLPK, Ipopt, and SCS are the absolute minimum set of solvers needed to be ready before we tag MOI 0.9 so that we can run JuMP's examples under MOI 0.9. |
Juniper now supports MOI 0.9 as well (since v0.5.0) |
Hi, what is the status of DSDP.jl being updated to MOI v0.9? It appears here that DSDP.jl only supports MOI version [0.8, 0.9). |
I have a PR open: jump-dev/DSDP.jl#10 |
Should we close this? since the list is complete? |
Updates to do:
MOI.SingleVariable
from the arguments of the@model
macro.MOI.DualObjectiveValue
.MOI.SingleVariable
constraints need to have the same index that the variableMOI.Silent
,MOI.SolveTime
,MOI.RawStatusString
,MOI.TimeLimitSec
.MOI.RawParameter
.MOIU.getconstant
andMOI._constant
toMOI.constant
.resultindex
field ofMOI.ObjectiveValue
toresult_index
.For more details on what changed, see #737
List of solvers is taken from http://www.juliaopt.org/JuMP.jl/dev/installation/#Getting-Solvers-1:
The text was updated successfully, but these errors were encountered: