Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
A QuadraticExpression with a lower bound. More...
#include <variable_and_expressions.h>
Public Member Functions | |
LowerBoundedQuadraticExpression (QuadraticExpression expression, double lower_bound) | |
LowerBoundedQuadraticExpression (LowerBoundedLinearExpression lb_expression) | |
Users are not expected to explicitly use the following constructor. | |
Public Attributes | |
QuadraticExpression | expression |
double | lower_bound |
A QuadraticExpression with a lower bound.
Definition at line 1061 of file variable_and_expressions.h.
|
inline |
Users are not expected to use this constructor. Instead, they should build this object using overloads of the >= and <= operators. For example, x * y / >= 3
.
LowerBoundedQuadraticExpression UpperBoundedQuadraticExpression BoundedQuadraticExpression
Definition at line 2788 of file variable_and_expressions.h.
|
inline |
Users are not expected to explicitly use the following constructor.
Definition at line 2791 of file variable_and_expressions.h.
QuadraticExpression operations_research::math_opt::LowerBoundedQuadraticExpression::expression |
Definition at line 1071 of file variable_and_expressions.h.
double operations_research::math_opt::LowerBoundedQuadraticExpression::lower_bound |
Definition at line 1072 of file variable_and_expressions.h.