ILOG CPLEX .NET Reference Manual

IAnd Interface

This interface defines the API for classes that represent and-constraints.

For a list of all members of this type, see IAnd Members.

public interface IAnd : IConstraint, IIntExpr, INumExpr, ICopyable, IAddable

Remarks

An IAnd constraint is a multiple set of constraints. Objects of type IConstraint can be added to and removed from an instance of IAnd. The constraints in an and-constraint can be queried by the enumerator returned by the method enumerator.

Requirements

Namespace: ILOG.Concert

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

See Also

IAnd Members | ILOG.Concert Namespace