Casper Class Library

GeneralizedLookahead.MakeLookAheadVarDoms Method 

Method for making LookAheadVar objects from CasperVarDom objects, for internal use in this class. Different variable orderings can be made with the constraint graph.

public LookaheadVariables MakeLookAheadVarDoms(
   List<T> casperVarDoms,
   CspVariableOrdering varOrder,
   ConstraintGraph Graph
);

Parameters

List<T>
List of "CasperVarDom" objects.
CspVariableOrdering
The var order.
ConstraintGraph
The constraint graph.

Return Value

The variables.

Exceptions

Exception Type Condition
CasperException

See Also

GeneralizedLookahead Class | Casper.Algorithm Namespace