Creates an IAnd constraint suitable for grouping other constraints or building logical constraints. Constraints can be added and removed to the IAnd constraint by using its methods Add and Remove.

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

Syntax

C#
IAnd And()
Visual Basic
Function And As IAnd

See Also