![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <optional>#include <string>#include <string_view>#include <utility>#include <vector>#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/base/file.h"#include "ortools/base/helpers.h"#include "ortools/base/logging.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 |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::routing |
| Common utilities for parsing routing instances. | |
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) |
| Formats a solution or solver statistic according to the given 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) |