Casper Class Library

Csp Constructor (CSPExpressions, List`1)

Initializes a new instance of the "Csp" class. The default Implementation of "IConsistent" is used.

public Csp(
   CSPExpressions expressions,
   List<T> casperVarDoms
);

Parameters

CSPExpressions
The expressions.
List<T>
The list with variables/domains.

See Also

Csp Class | Casper Namespace | Csp Constructor Overload List