ILOG CPLEX .NET Reference Manual

IConstraint Interface

This interface defines the API for constraints.

ILOG.Concert.IConstraint
   Derived interfaces

public interface IConstraint : IIntExpr, INumExpr, ICopyable, IAddable

Remarks

Instances of IConstraint are IAddable objects and can be added to an IModel. Not all modeling objects are instances of IConstraint, for example, IObjective is not a constraint. Examples of constraints are IRange and IloLPMatrix. IloLPMatrix is available to users of ILOG CPLEX.

Requirements

Namespace: ILOG.Concert

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

See Also

ILOG.Concert Namespace