Class | Description |
---|---|
Csp | The interface of the Casper library. This class supports searching for valid domains, and reducing domains based on user selected domain values, using the CSP algorithm "Select value forward checking", and "Generalized look ahead". |
StaticData | A class for Caspers static data. |
Delegate | Description |
---|---|
Csp.StatusChanged | Delegate used to present status for which variable is currently searched for valid domains. |
Enumeration | Description |
---|---|
CspVariableOrdering | The different csp variable orderings. |
StaticData.NotNeg | Used to tell the difference between not or neg in a NotNegExpression |
StaticData.Operators | The different operators possible in an expression |