This method returns a constraint that states that the value of cumul function expression f should never be greater than vmax.

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

Syntax

C#
public IConstraint Ge(
	IIntExpr vmax,
	ICumulFunctionExpr f
)
Visual Basic
Public Function Ge ( _
	vmax As IIntExpr, _
	f As ICumulFunctionExpr _
) As IConstraint

Remarks

Note: This constraint cannot be used in a logical constraint.

See Also