Creates and returns the new constraint c1 <=> c2, in which the two constraints c1 and c2 are equivalent.

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

Syntax

C#
public virtual IConstraint Equiv(
	IConstraint c1,
	IConstraint c2
)

Parameters

c1
Type: ILOG.Concert..::..IConstraint
The first constraint.
c2
Type: ILOG.Concert..::..IConstraint
The other constraint.

See Also