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

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

Syntax

C#
IConstraint[] Remove(
	IConstraint[] objects
)
Visual Basic
Function Remove ( _
	objects As IConstraint() _
) As IConstraint()

Parameters

objects
Type: array<ILOG.Concert..::..IConstraint>[]()[][]
The array of constraints to be removed from the invoking IAnd.

See Also