![]() |
OR-Tools
9.6
|
Go to the source code of this file.
Classes | |
| class | RoutingSolution |
| struct | RoutingSolution::Event |
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
Enumerations | |
| enum class | RoutingOutputFormat { kNone , kTSPLIB , kCVRPLIB , kCARPLIB , kNEARPLIB } |
Functions | |
| RoutingOutputFormat | RoutingOutputFormatFromString (std::string_view format) |
| template<typename T > | |
| std::string | FormatStatistic (const std::string &name, T value, RoutingOutputFormat format) |
| template<> | |
| std::string | FormatStatistic (const std::string &name, double value, RoutingOutputFormat format) |
| template<typename T > | |
| void | PrintStatistic (const std::string &name, T value, RoutingOutputFormat format) |