|
Public Member Functions |
| Constr () |
|
|
| Constr (Value lb, const Expr &e, Value ub) |
|
|
| Constr (const Expr &e, Value ub) |
|
|
| Constr (Value lb, const Expr &e) |
|
|
| Constr (const Expr &e) |
|
|
void | clear () |
|
|
Expr & | expr () |
| Reference to the linear expression.
|
const Expr & | expr () const |
| Cont reference to the linear expression.
|
Value & | lowerBound () |
| Reference to the lower bound.
|
const Value & | lowerBound () const |
| The const version of lowerBound().
|
Value & | upperBound () |
| Reference to the upper bound.
|
const Value & | upperBound () const |
| The const version of upperBound().
|
bool | lowerBounded () const |
| Is the constraint lower bounded?
|
bool | upperBounded () const |
| Is the constraint upper bounded?
|
Related Functions |
(Note that these are not member functions.)
|
LpSolverBase::Constr | operator<= (const LpSolverBase::Expr &e, const LpSolverBase::Expr &f) |
|
|
LpSolverBase::Constr | operator<= (const LpSolverBase::Value &e, const LpSolverBase::Expr &f) |
|
|
LpSolverBase::Constr | operator<= (const LpSolverBase::Expr &e, const LpSolverBase::Value &f) |
|
|
LpSolverBase::Constr | operator>= (const LpSolverBase::Expr &e, const LpSolverBase::Expr &f) |
|
|
LpSolverBase::Constr | operator>= (const LpSolverBase::Value &e, const LpSolverBase::Expr &f) |
|
|
LpSolverBase::Constr | operator>= (const LpSolverBase::Expr &e, const LpSolverBase::Value &f) |
|
|
LpSolverBase::Constr | operator== (const LpSolverBase::Expr &e, const LpSolverBase::Expr &f) |
|
|
LpSolverBase::Constr | operator<= (const LpSolverBase::Value &n, const LpSolverBase::Constr &c) |
|
|
LpSolverBase::Constr | operator<= (const LpSolverBase::Constr &c, const LpSolverBase::Value &n) |
|
|
LpSolverBase::Constr | operator>= (const LpSolverBase::Value &n, const LpSolverBase::Constr &c) |
|
|
LpSolverBase::Constr | operator>= (const LpSolverBase::Constr &c, const LpSolverBase::Value &n) |
|
|