Enum Class FileFormatMPS.BoundType

java.lang.Object
java.lang.Enum<FileFormatMPS.BoundType>
org.ojalgo.optimisation.FileFormatMPS.BoundType
All Implemented Interfaces:
Serializable, Comparable<FileFormatMPS.BoundType>, Constable
Enclosing class:
FileFormatMPS

static enum FileFormatMPS.BoundType extends Enum<FileFormatMPS.BoundType>
BoundType used with the BOUNDS section.
 type            meaning
---------------------------------------------------
  LO    lower bound        b invalid input: '<'= x (invalid input: '<' +inf)
  UP    upper bound        (0 invalid input: '<'=) x invalid input: '<'= b
  FX    fixed variable     x = b
  FR    free variable      -inf invalid input: '<' x invalid input: '<' +inf
  MI    lower bound -inf   -inf invalid input: '<' x (invalid input: '<'= 0)
  PL    upper bound +inf   (0 invalid input: '<'=) x invalid input: '<' +inf
  BV    binary variable    x = 0 or 1
  LI    integer variable   b invalid input: '<'= x (invalid input: '<' +inf)
  UI    integer variable   (0 invalid input: '<'=) x invalid input: '<'= b
  SC    semi-cont variable x = 0 or l invalid input: '<'= x invalid input: '<'= b
        l is the lower bound on the variable
        If none set then defaults to 1