Casper Class Library

Csp Constructor

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

Overload List

Initializes a new instance of the "Csp" class. "CasperVarDom" objects must be added, and a consistent implementation of "IConsitent" must be set afterwards, to use the "valid domains" methods.

public Csp();

Initializes a new instance of the "Csp" class. "CasperVarDom" objects must be added afterwards, to use the "valid domains" methods. The default implementation of "IConsistent" is used.

public Csp(CSPExpressions);

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

public Csp(CSPExpressions,List<T>);

See Also

Csp Class | Casper Namespace