Definition at line 59 of file solomon_parser.h.
#include <solomon_parser.h>
◆ SolomonParser() [1/2]
| operations_research::routing::SolomonParser::SolomonParser |
( |
| ) |
|
◆ SolomonParser() [2/2]
| operations_research::routing::SolomonParser::SolomonParser |
( |
const SolomonParser & | | ) |
|
|
delete |
◆ capacity()
| int64_t operations_research::routing::SolomonParser::capacity |
( |
| ) |
const |
|
inline |
◆ coordinates()
| const std::vector< Coordinates2< int64_t > > & operations_research::routing::SolomonParser::coordinates |
( |
| ) |
const |
|
inline |
◆ demands()
| const std::vector< int64_t > & operations_research::routing::SolomonParser::demands |
( |
| ) |
const |
|
inline |
◆ Depot()
| int operations_research::routing::SolomonParser::Depot |
( |
| ) |
const |
|
inline |
◆ GetDistance()
| double operations_research::routing::SolomonParser::GetDistance |
( |
int | from, |
|
|
int | to ) const |
|
inline |
◆ GetTravelTime()
| double operations_research::routing::SolomonParser::GetTravelTime |
( |
int | from, |
|
|
int | to ) const |
|
inline |
◆ LoadFile() [1/2]
| bool operations_research::routing::SolomonParser::LoadFile |
( |
absl::string_view | file_name | ) |
|
◆ LoadFile() [2/2]
| bool operations_research::routing::SolomonParser::LoadFile |
( |
absl::string_view | file_name, |
|
|
const std::string & | archive_name ) |
◆ name()
| const std::string & operations_research::routing::SolomonParser::name |
( |
| ) |
const |
|
inline |
◆ NumberOfNodes()
| int operations_research::routing::SolomonParser::NumberOfNodes |
( |
| ) |
const |
|
inline |
◆ NumberOfVehicles()
| int operations_research::routing::SolomonParser::NumberOfVehicles |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ service_times()
| const std::vector< int64_t > & operations_research::routing::SolomonParser::service_times |
( |
| ) |
const |
|
inline |
◆ time_windows()
| const std::vector< SimpleTimeWindow< int64_t > > & operations_research::routing::SolomonParser::time_windows |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: