![]() |
Google OR-Tools v9.14
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.
Classes | |
| class | operations_research::routing::Edge |
| class | operations_research::routing::Arc |
| struct | operations_research::routing::Coordinates2< T > |
| Real-world coordinates. More... | |
| struct | operations_research::routing::Coordinates3< T > |
| struct | operations_research::routing::SimpleTimeWindow< T > |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::routing |
| Common utilities for parsing routing instances. | |
Typedefs | |
| typedef std::function< int64_t(int, int)> | operations_research::routing::EdgeWeights |
| Mapping between an edge (given by its tail and its head) and its weight. | |