This method creates a constant cumul function expression everywhere equal to 0 that the user can modify subsequently with the operators +=, -=. You can specify a name of your own choice.

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

Syntax

C#
public ICumulFunctionExpr CumulFunctionExpr(
	string name
)
Visual Basic
Public Function CumulFunctionExpr ( _
	name As String _
) As ICumulFunctionExpr

Parameters

name
Type: System..::..String

See Also