Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
A LinearExpression with a lower bound. More...
#include <variable_and_expressions.h>
Public Member Functions | |
LowerBoundedLinearExpression (LinearExpression expression, double lower_bound) | |
Public Attributes | |
LinearExpression | expression |
double | lower_bound |
A LinearExpression with a lower bound.
Definition at line 499 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
.
LowerBoundedLinearExpression UpperBoundedLinearExpression BoundedLinearExpression
Definition at line 1762 of file variable_and_expressions.h.
LinearExpression operations_research::math_opt::LowerBoundedLinearExpression::expression |
Definition at line 505 of file variable_and_expressions.h.
double operations_research::math_opt::LowerBoundedLinearExpression::lower_bound |
Definition at line 506 of file variable_and_expressions.h.