Casper Class Library

Consistent.IsConsistent Method 

Main method for Consistency checks

public bool IsConsistent(
   Hashtable allAssignedVars,
   LookAheadVarDom currAss,
   LookAheadVarDom nextAss
);

Parameters

Hashtable
All assigned variables, including currAss and nextAss. Hashtable of LookAheadVarDom objects
LookAheadVarDom
Current assignment
LookAheadVarDom
Next assignment

Return Value

true if consistent; otherwise, false.

Exceptions

Exception Type Condition
CasperException  

See Also

Consistent Class | Casper.Algorithm Namespace