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

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

Syntax

C#
IConstraint Remove(
	IConstraint ct
)
Visual Basic
Function Remove ( _
	ct As IConstraint _
) As IConstraint

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