![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <random>#include <vector>#include "ortools/math_opt/elemental/attr_key.h"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 Symmetry> | |
| std::vector< AttrKey< n, Symmetry > > | operations_research::math_opt::MakeRandomAttrKeys (const int num_keys, const int64_t id_bound) |