![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <tuple>#include <utility>Go to the source code of this file.
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<int n, typename Fn> | |
| constexpr decltype(auto) | operations_research::math_opt::ApplyOnIndexRange (Fn &&fn) |
| template<int n, typename Fn> | |
| constexpr decltype(auto) | operations_research::math_opt::ForEachIndex (Fn &&fn) |
| template<typename Fn, typename Tuple> | |
| constexpr decltype(auto) | operations_research::math_opt::ForEach (Fn &&fn, Tuple &&tuple) |