![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstddef>#include <iterator>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | operations_research::math_opt::iterator_range< IteratorT > |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::math_opt |
| An object oriented wrapper for quadratic constraints in ModelStorage. | |
Functions | |
| template<typename T> | |
| iterator_range< T > | operations_research::math_opt::make_range (T x, T y) |
| template<typename T> | |
| iterator_range< T > | operations_research::math_opt::make_range (std::pair< T, T > p) |
| template<typename Collection> | |
| auto | operations_research::math_opt::collection_to_range (Collection &c) |