This method indicates whether the cumul function
expression f takes on a particular value as
maintained by the invoking CP instance.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public bool IsFixed( ICumulFunctionExpr f ) |
Parameters
Remarks
A cumul function expression f is said to be fixed if it defines a fixed value f(t) for all t in [CP.IntervalMin,CP.IntervalMax). When fixed, a cumul function expression is a stepwise non-negative function.
For more information on cumul function expressions see the concept Cumul Function Expressions in the C++ Reference Manual.