Casper Class Library

GeneralizedLookahead.LookAhead Method 

The Generalized Lookahead routine from Dechter page 133

public List<T> LookAhead(
   List<T> varDoms
);

Parameters

List<T>
List of CasperVarDom objects, with variable and domain data

Return Value

List of objects implementing the IConsistentVar interface

Exceptions

Exception Type Condition
CasperException

See Also

GeneralizedLookahead Class | Casper.Algorithm Namespace