WIP: MathOptInterface
mtanneau opened this issue · 1 comments
mtanneau commented
Provide interface to MathOptInterface
Minimum set of features for Coluna support:
- Attributes
-
MOI.ResultsCount
-
ObjectiveValue
-
PrimalStatus
-
VariablePrimal
-
DualStatus
-
ConstraintDual
-
VariableName
-
ConstraintName
-
ConstraintFunction
-
ConstraintSet
-
ListOfConstraints
-
ListOfConstraintsIndices
-
ObjectiveBound
-
- Variables
- Adding and naming variables
- Bounds:
MOI.SingleVariable
inMOI.Interval
,MOI.LessThan
,MOI.GreaterThan
,MOI.EqualTo
- Constraints
- Adding and naming constraints
-
ScalarAffine
inMOI.Interval
,MOI.LessThan
,MOI.GreaterThan
,MOI.EqualTo
- Objective
- Min and Max senses
- Problem modifications
-
MOI.ScalarCoefficientChange
- Objective modification
-