This method removes a constraint from the invoking or-constraint.

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

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 IOr.

Remarks

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

See Also