![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
A QuadraticExpression with a lower bound. More...
A QuadraticExpression with a lower bound.
Definition at line 1019 of file variable_and_expressions.h.
#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 |
|
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 2701 of file variable_and_expressions.h.
|
inline |
Users are not expected to explicitly use the following constructor.
Definition at line 2704 of file variable_and_expressions.h.
QuadraticExpression operations_research::math_opt::LowerBoundedQuadraticExpression::expression |
Definition at line 1029 of file variable_and_expressions.h.
double operations_research::math_opt::LowerBoundedQuadraticExpression::lower_bound |
Definition at line 1030 of file variable_and_expressions.h.