This method removes the constraints from the invoking and-constraint.

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

Syntax

C#
IConstraint Remove(
	IConstraint ct
)

Parameters

ct
Type: ILOG.Concert..::..IConstraint
The constraint to be removed from the invoking instance of IAnd.

Remarks

If the constraint has been added multiple times, only one instance is removed from the and-constraint.

See Also