Skip to content

Update solvers to MOI v0.9 #736

Closed
Closed
@blegat

Description

@blegat

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions