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

Syntax

C#
public override IConstraint Ge(
	int vmax,
	ICumulFunctionExpr f
)

Parameters

vmax
Type: System..::..Int32
f
Type: ILOG.Concert..::..ICumulFunctionExpr

Remarks

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

See Also