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: oplall (in oplall.dll)

Syntax

C#
public ICumulFunctionExpr CumulFunctionExpr(
	string name
)

Parameters

name
Type: System..::..String

See Also