com.opttek.optquest
Class COptQuestPermutationGroup

java.lang.Object
  extended bycom.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.


Constructor Summary
COptQuestPermutationGroup()
           
 
Method Summary
 void AddVariable(COptQuestPermutationVariable variable)
          Adds a permutation variable to the group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COptQuestPermutationGroup

public COptQuestPermutationGroup()
Method Detail

AddVariable

public void AddVariable(COptQuestPermutationVariable variable)
Adds a permutation variable to the group.

Parameters:
variable -