Uses of Class
com.opttek.optquest.COptQuestCompoundConstraint
-
Uses of COptQuestCompoundConstraint in com.opttek.optquest
Subclasses of COptQuestCompoundConstraint in com.opttek.optquestModifier and TypeClassDescriptionclassThe COptQuestOrConstraint class allows you to define a logical "or" relationship among COptQuestConstraint objects.Methods in com.opttek.optquest with parameters of type COptQuestCompoundConstraintModifier and TypeMethodDescriptionvoidCOptQuestOptimization.AddConstraint(COptQuestCompoundConstraint constraint) Adds the constraint defined by the input parameter to the optimization.booleanCOptQuestSolution.IsConstraintFeasible(COptQuestCompoundConstraint constraint) Returns whether or not the solution is valid with respect to a single constraint.