Casper Class Library

IVariableOrdering.GetNextVar Method 

All ordering implementations has to have a method for getting the next variable in relation to the passed in number in queue. This method is used by the algorithm.

int GetNextVar(
   Int32 numberInQueue
);

Parameters

Int32
The number in queue.

Return Value

The next variable.

See Also

IVariableOrdering Interface | Casper.Algorithm.VariableOrdering Namespace