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

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

Syntax

C#
public virtual IConstraint Equiv(
	IConstraint c1,
	IConstraint c2
)
Visual Basic
Public Overridable Function Equiv ( _
	c1 As IConstraint, _
	c2 As IConstraint _
) As IConstraint

Parameters

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

See Also