![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::math_opt |
Functions | |
| std::ostream & | operator<< (std::ostream &ostr, const LinearExpression &expression) |
| std::ostream & | operator<< (std::ostream &ostr, const BoundedLinearExpression &bounded_expression) |
| std::ostream & | operator<< (std::ostream &ostr, const QuadraticExpression &expr) |
Variables | |
| constexpr double | kInf = std::numeric_limits<double>::infinity() |
| const double coeff |
Definition at line 105 of file variable_and_expressions.cc.
| const double constant |
Definition at line 140 of file variable_and_expressions.cc.
| const bool is_first |
Definition at line 106 of file variable_and_expressions.cc.