![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <optional>#include <string>#include <string_view>#include <utility>#include <vector>#include "absl/base/attributes.h"#include "absl/base/optimization.h"#include "absl/log/check.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "absl/strings/string_view.h"#include "absl/types/span.h"#include "ortools/routing/parsers/simple_graph.h"Go to the source code of this file.
Classes | |
| class | operations_research::routing::RoutingSolution |
| struct | operations_research::routing::RoutingSolution::Event |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::routing |
Functions | |
| RoutingOutputFormat | operations_research::routing::RoutingOutputFormatFromString (std::string_view format) |
| template<typename T> | |
| std::string | operations_research::routing::FormatStatistic (absl::string_view name, T value, RoutingOutputFormat format) |
| template<> | |
| std::string | operations_research::routing::FormatStatistic (absl::string_view name, double value, RoutingOutputFormat format) |
| template<typename T> | |
| void | operations_research::routing::PrintStatistic (absl::string_view name, T value, RoutingOutputFormat format) |