A QuadraticExpression with upper and lower bounds.
More...
#include <variable_and_expressions.h>
A QuadraticExpression with upper and lower bounds.
Definition at line 1091 of file variable_and_expressions.h.
◆ BoundedQuadraticExpression() [1/7]
operations_research::math_opt::BoundedQuadraticExpression::BoundedQuadraticExpression |
( |
QuadraticExpression | expression, |
|
|
double | lower_bound, |
|
|
double | upper_bound ) |
|
inline |
Users are not expected to use this constructor. Instead, they should build this object using overloads of the >=, <=, and == operators. For example, 3 <= x * y <= 3
.
Definition at line 2804 of file variable_and_expressions.h.
◆ BoundedQuadraticExpression() [2/7]
◆ BoundedQuadraticExpression() [3/7]
◆ BoundedQuadraticExpression() [4/7]
◆ BoundedQuadraticExpression() [5/7]
operations_research::math_opt::BoundedQuadraticExpression::BoundedQuadraticExpression |
( |
BoundedLinearExpression | bounded_expression | ) |
|
|
inline |
◆ BoundedQuadraticExpression() [6/7]
◆ BoundedQuadraticExpression() [7/7]
◆ lower_bound_minus_offset()
double operations_research::math_opt::BoundedQuadraticExpression::lower_bound_minus_offset |
( |
| ) |
const |
|
inline |
◆ upper_bound_minus_offset()
double operations_research::math_opt::BoundedQuadraticExpression::upper_bound_minus_offset |
( |
| ) |
const |
|
inline |
◆ expression
◆ lower_bound
double operations_research::math_opt::BoundedQuadraticExpression::lower_bound |
◆ upper_bound
double operations_research::math_opt::BoundedQuadraticExpression::upper_bound |
The documentation for this struct was generated from the following file: