This method creates a constant cumul function expression everywhere equal to 0 that the user can modify subsequently with the operators +=, -=.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public ICumulFunctionExpr CumulFunctionExpr()
Visual Basic
Public Function CumulFunctionExpr As ICumulFunctionExpr

See Also