Reference

Contents

Index

QPSReader.RowTypeType
RowType

An Enum of possible row types.

  • RTYPE_Objective: objective row ('N')
  • RTYPE_EqualTo: equality constraint ('E')
  • RTYPE_LessThan: less-than constraint ('L')
  • RTYPE_GreaterThan: greter-than constraint ('G')
source
QPSReader.VariableTypeType
VariableType

An Enum of possible variable types.

  • VTYPE_Marked: marked integer (for internal use)
  • VTYPE_Continuous: continuous variable
  • VTYPE_Binary: binary variable
  • VTYPE_Integer: integer variable
  • VTYPE_SemiContinuous: semi-continuous variable
  • VTYPE_SemiInteger: semi-integer variable
source
QPSReader.read_ranges_line!Method
row type       sign of r       h          u
----------------------------------------------
    G            + or -         b        b + |r|
    L            + or -       b - |r|      b
    E              +            b        b + |r|
    E              -          b - |r|      b
source
QPSReader.section_headerMethod
section_header(s::String)

Return the section corresponding to s.

Throws an error if s is not a recognized section header.

source