![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>#include <functional>#include <ostream>#include <string>#include "absl/hash/hash.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::routing |
Typedefs | |
| typedef std::function< int64_t(int, int)> | operations_research::routing::EdgeWeights |