![]() |
Google OR-Tools v9.15
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 |
| OR-Tools root namespace. | |
| namespace | operations_research::math_opt |
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) |