CLab# 1.0 API Documentation

ClabCSP.RunCSPSearchUserChoice Method 

Runs the CSP search reduced with a user chosen domain value for a variable. Returns the valid domaines for the problem after this reduction.

public void RunCSPSearchUserChoice(
   String var,
   String domVal
);

Parameters

String
The chosen variable.
String
The chosen domain value.

Exceptions

Exception Type Condition
ClabException  

See Also

ClabCSP Class | CLab.CSP Namespace