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

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

Syntax

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

Parameters

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

Remarks

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

See Also