Overload List

  Name Description
Public method GetValue(String)
Returns the current value of an integer variable with the specified name.
Public method GetValue(IIntExpr)
This method returns the current value of the expression expr in the invoking instance of CP.
Public method GetValue(IIntVar)
This method returns the current value of the variable v in the invoking instance of CP. An assertion is violated if v is not fixed to a value.
Public method GetValue(INumExpr)
This method returns the current value of the expression expr in the invoking instance of CP.
Public method GetValue(INumVar)
This method returns the current value of the variable v in the invoking instance of CP. An assertion is violated if v is not fixed to a value.
Public method GetValue(ICumulFunctionExpr, Int32)
This method assumes that cumul function expression f is fixed. It returns the value of the corresponding stepwise non-negative function at point t.
Public method GetValue(IStateFunction, Int32)
This method assumes that state function f is fixed. It returns the value of the corresponding stepwise non-negative function at point t.

See Also