ILOG CPLEX .NET Reference Manual

INumVarBound Interface

This interface defines the API for classes that represent the upper or lower bound of a variable as a constraint.

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

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

Remarks

Such constraints cannot be used for modeling. The class INumVar already provides methods for specifying and modifying bounds of a variable. However, it is convenient to identify bounds as constraints to consider when CPLEX computes a minimal set of conflicting constraints or bounds to analyze and repair an infeasible model with Cplex.RefineConflict.

Requirements

Namespace: ILOG.Concert

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

See Also

INumVarBound Members | ILOG.Concert Namespace