33 virtual void setLb(
double lb) = 0;
34 virtual void setUb(
double ub) = 0;
36 virtual void setBounds(
double lb,
double ub) = 0;
38 virtual double getLb()
const = 0;
39 virtual double getUb()
const = 0;
Used to handle bounds for IMipVariable and IMipConstraint.
Definition hasBounds.h:29
Namespace for the classes related to the linear problem API.
Definition EvaluationContext.h:9