Overload List
| Name | Description | |
|---|---|---|
|
|
GetValue(String) |
Returns the current value of an integer variable with the specified name.
|
|
|
GetValue(IIntExpr) |
This method returns the current value of the expression expr in the invoking instance of
CP.
|
|
|
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.
|
|
|
GetValue(INumExpr) |
This method returns the current value of the expression expr in the invoking instance of
CP.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|