Uses of Class
com.opttek.optquest.COptQuestConstraint
Packages that use COptQuestConstraint
-
Uses of COptQuestConstraint in com.opttek.optquest
Subclasses of COptQuestConstraint in com.opttek.optquestModifier and TypeClassDescriptionclass
The COptQuestEQConstraint class defines an equality linear constraint of the form 2*Var1 + 3*Var2 + 1.5*Var3 = 100class
The COptQuestGEConstraint class defines a greater than or equal linear constraint of the form 2*Var1 + 3*Var2 + 1.5*Var3 ≥ 100class
The COptQuestLEConstraint class defines a less than or equal linear constraint of the form 2*Var1 + 3*Var2 + 1.5*Var3 ≤ 100Methods in com.opttek.optquest that return COptQuestConstraintModifier and TypeMethodDescriptionCOptQuestConstraint.clone()
COptQuestOrConstraint.GetConstraintAt
(int index) Returns the COptQuestConstraint object at the specified index.Methods in com.opttek.optquest with parameters of type COptQuestConstraintModifier and TypeMethodDescriptionvoid
COptQuestOptimization.AddConstraint
(COptQuestConstraint constraint) Adds the constraint defined by the input parameter to the optimization.void
COptQuestOrConstraint.AddConstraint
(COptQuestConstraint constraint) Adds aCOptQuestConstraint
object to the COptQuestOrConstraint.void
COptQuestOptimization.RemoveConstraint
(COptQuestConstraint constraint) Removes the constraint from the optimization