Class IloBound
Definition file: ilcplex/ilocplexi.h
Include files: ilcplex/ilocplex.h
This class represents a bound as a constraint in a conflict.
public IloBound()
This constructor creates an empty handle. You must initialize it before you use it.
public IloBound(IloBoundI * impl)
This constructor creates a handle object from a pointer to an implementation object.
This constructor creates a bound for use in conflicts.
public IloBoundI * getImpl() const
This member function returns a pointer to the implementation object of the invoking handle.
Accesses the type of the bound specified by the invoking object.
Accesses the variable for which the invoking object specifies a
bound.
Definition file: ilcplex/ilocplexi.h
Include files: ilcplex/ilocplex.h
This enumeration lists the types of bounds that may
appear in a conflict.