ILOG CPLEX .NET Reference Manual

IOr Interface

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

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

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

Remarks

An instance of IOr (that is, an or-constraint) indicates that at least one of a set of constraints must be satisfied. Objects of type IConstraint can be added to and removed from an instance of IOr. The constraints in an or-constraint can be queried by the enumerator returned by method GetEnumerator().

Requirements

Namespace: ILOG.Concert

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

See Also

IOr Members | ILOG.Concert Namespace