Uses of Class
com.opttek.optquest.COptQuestStringConstraint
-
Uses of COptQuestStringConstraint in com.opttek.optquest
Methods in com.opttek.optquest that return COptQuestStringConstraintModifier and TypeMethodDescriptionCOptQuestOptimization.GetStringConstraint(int index) Returns the string constraint at the index specified by the input parameter.COptQuestUserControlledOptimization.GetStringConstraint(int index) Returns the string constraint at the index specified by the input parameter.Methods in com.opttek.optquest with parameters of type COptQuestStringConstraintModifier and TypeMethodDescriptionvoidCOptQuestOptimization.AddConstraint(COptQuestStringConstraint constraint) Adds the string constraint defined by the input parameter to the optimization.voidCOptQuestUserControlledOptimization.AddConstraint(COptQuestStringConstraint constraint) Adds the string constraint defined by the input parameter to the optimization.doubleCOptQuestSolution.GetConstraintLHS(COptQuestStringConstraint con) Returns the value of the left hand side of the string constraint using this solution.doubleCOptQuestSolution.GetConstraintLHS(COptQuestStringConstraint con, int clause) Returns the value of the left hand side of the string constraint using this solution.doubleCOptQuestSolution.GetConstraintRHS(COptQuestStringConstraint con) Returns the value of the right hand side of the constraint using this solution.doubleCOptQuestSolution.GetConstraintRHS(COptQuestStringConstraint con, int clause) Returns the value of the right hand side of the string constraint using this solution.booleanCOptQuestSolution.IsConstraintFeasible(COptQuestStringConstraint constraint) Returns whether or not the solution is valid with respect to a single constraint.booleanCOptQuestSolution.IsFeasible(COptQuestStringConstraint constraint) Returns true if this solution is feasible (satisfies) for the input constraint.voidCOptQuestOptimization.RemoveConstraint(COptQuestStringConstraint constraint) Removes the constraint from the optimization