-
class
The COptQuestBinaryVariable class defines a binary decision variable which is a
discrete variable that can have a value of 0 or 1.
class
Design variables are used when value of the decision variable represents an
alternative, and not a quantity.
class
The COptQuestGeolocationVariable class defines a decision variable whose values
are lists of latitude and longitude.
class
The COptQuestIntegerVariable class defines a decision variable whose values
begin at the lower bound and increment by a 1 to the upper bound.
class
The COptQuestTupleVariable class defines a decision variable whose values
are lists of tuples.