Class COptQuestPermutationVariable

java.lang.Object
com.opttek.optquest.COptQuestVariable
com.opttek.optquest.COptQuestPermutationVariable

public class COptQuestPermutationVariable extends COptQuestVariable
Permutation variables are used to solve sequencing problems. For example, you could use permutation variables to determine the order in which paint should be mixed to minimize cleanup time between color changes. The value of a permutation variable represents it's position within the sequence. Permutation variables to be sequenced together should be added to a COptQuestPermutationGroup. Permutation variables not added to a Permutation group will be treated as if they were added to a common global permutation group.
See Also:
  • Constructor Details

    • COptQuestPermutationVariable

      public COptQuestPermutationVariable(String name)
      Constructor that assigns a name to the variable.
      Parameters:
      name - alphanumeric name. Note: the name can contain blanks or special characters. If the variable name is used in a COptQuestStringConstraint equation, the name should be enclosed in square brackets [] in the COptQuestStringConstraint string equation.
    • COptQuestPermutationVariable

      public COptQuestPermutationVariable()
      Default constructor
  • Method Details