Casper Class Library

GeneralizedLookahead.SelectValue Method 

Implementation of Select Value Forward Checking from Dechter page 134 Internal method used by the LookAhead method

public Nullable<T> SelectValue(
   LookAheadVarDom var,
   Int32 i
);

Parameters

LookAheadVarDom
Variable to be checked
Int32
The index "var" has in the variable list

Return Value

Selected value if a value could be selected; otherwise null.

Exceptions

Exception Type Condition
CasperException

See Also

GeneralizedLookahead Class | Casper.Algorithm Namespace