Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
solution_serializer.h File Reference
#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

Enumerations

enum class  operations_research::routing::RoutingOutputFormat {
  operations_research::routing::kNone , operations_research::routing::kTSPLIB , operations_research::routing::kCVRPLIB , operations_research::routing::kCARPLIB ,
  operations_research::routing::kNEARPLIB
}

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)