![]() |
OR-Tools
9.6
|
Go to the source code of this file.
Classes | |
| class | QuadraticConstraint |
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| operations_research::math_opt | |
Typedefs | |
| template<typename V > | |
| using | QuadraticConstraintMap = IdMap< QuadraticConstraint, V > |
Functions | |
| std::ostream & | operator<< (std::ostream &ostr, const QuadraticConstraint &constraint) |
| bool | operator== (const QuadraticConstraint &lhs, const QuadraticConstraint &rhs) |
| bool | operator!= (const QuadraticConstraint &lhs, const QuadraticConstraint &rhs) |
| template<typename H > | |
| H | AbslHashValue (H h, const QuadraticConstraint &quadratic_constraint) |