com.opttek.optquest
Class COptQuestPermutationGroup
java.lang.Object
com.opttek.optquest.COptQuestPermutationGroup
public class COptQuestPermutationGroup
- extends java.lang.Object
This class allows users to add groups of permutation variables to an
optimization problem. Permutation variables within each group are sequenced.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COptQuestPermutationGroup
public COptQuestPermutationGroup()
AddVariable
public void AddVariable(COptQuestPermutationVariable variable)
- Adds a permutation variable to the group.
- Parameters:
variable -
GetNumberOfVariables
public int GetNumberOfVariables()
ContainsVariable
public boolean ContainsVariable(COptQuestPermutationVariable variable)