Uses of Class
com.opttek.optquest.COptQuestDiscreteVariable
Packages that use COptQuestDiscreteVariable
-
Uses of COptQuestDiscreteVariable in com.opttek.optquest
Subclasses of COptQuestDiscreteVariable in com.opttek.optquestModifier and TypeClassDescriptionclassThe COptQuestBinaryVariable class defines a binary decision variable which is a discrete variable that can have a value of 0 or 1.classDesign variables are used when value of the decision variable represents an alternative, and not a quantity.classThe COptQuestGeolocationVariable class defines a decision variable whose values are lists of latitude and longitude.classThe COptQuestIntegerVariable class defines a decision variable whose values begin at the lower bound and increment by a 1 to the upper bound.classThe COptQuestTupleVariable class defines a decision variable whose values are lists of tuples.