Casper Class Library

GeneralizedLookahead Constructor 

Initializes a new instance of the "GeneralizedLookahead" class.

public GeneralizedLookahead(
   CSPExpressions expressions,
   CspVariableOrdering variableOrdering,
   ConstraintGraph cGraph
);

Parameters

CSPExpressions
The expressions.
CspVariableOrdering
The variable ordering.
ConstraintGraph
The constraint graph.

See Also

GeneralizedLookahead Class | Casper.Algorithm Namespace