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

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

Syntax

C#
IConstraint[] Remove(
	IConstraint[] objects
)

Parameters

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

See Also