Returns the result of binary expressions
Returns the result of binary expressions
public int ConsistentCheckExpression(CSPExprBin);
Returns the result of the negation.
public int ConsistentCheckExpression(CSPExprNotNeg);
Returns the Int/Const value of the terminal expression
public int ConsistentCheckExpression(CSPExprValue);
Returns the currently selected value for the variable associated in the expression
public int ConsistentCheckExpression(CSPExprVarBool);
Returns the currently selected value for the variable associated in the expression
public int ConsistentCheckExpression(CSPExprVarEnum);
Returns the currently selected value for the variable associated in the expression
public int ConsistentCheckExpression(CSPExprVarInt);