Updates to do:
- Remove
MOI.SingleVariable from the arguments of the @model macro.
- Implement
MOI.DualObjectiveValue.
- Indices of
MOI.SingleVariable constraints need to have the same index that the variable
- Implement
MOI.Silent, MOI.SolveTime, MOI.RawStatusString, MOI.TimeLimitSec.
- Update the test script to follow the new guideline: http://www.juliaopt.org/MathOptInterface.jl/dev/apimanual/#Testing-guideline-1
- Add support for
MOI.RawParameter.
- Rename
MOIU.getconstant and MOI._constant to MOI.constant.
- Rename access to the
resultindex field of MOI.ObjectiveValue to result_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:
Updates to do:
MOI.SingleVariablefrom the arguments of the@modelmacro.MOI.DualObjectiveValue.MOI.SingleVariableconstraints need to have the same index that the variableMOI.Silent,MOI.SolveTime,MOI.RawStatusString,MOI.TimeLimitSec.MOI.RawParameter.MOIU.getconstantandMOI._constanttoMOI.constant.resultindexfield ofMOI.ObjectiveValuetoresult_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: