Definition at line 34 of file tsptw_parser.h.
#include <tsptw_parser.h>
◆ TspTWParser()
| operations_research::routing::TspTWParser::TspTWParser |
( |
| ) |
|
◆ coordinates()
| const std::vector< Coordinates2< double > > & operations_research::routing::TspTWParser::coordinates |
( |
| ) |
const |
|
inline |
◆ depot()
| int operations_research::routing::TspTWParser::depot |
( |
| ) |
const |
|
inline |
◆ distance_function()
| const std::function< double(int, int)> & operations_research::routing::TspTWParser::distance_function |
( |
| ) |
const |
|
inline |
◆ LoadFile()
| bool operations_research::routing::TspTWParser::LoadFile |
( |
absl::string_view | file_name | ) |
|
◆ service_times()
| const std::vector< double > & operations_research::routing::TspTWParser::service_times |
( |
| ) |
const |
|
inline |
◆ size()
| int operations_research::routing::TspTWParser::size |
( |
| ) |
const |
|
inline |
◆ time_function()
| const std::function< double(int, int)> & operations_research::routing::TspTWParser::time_function |
( |
| ) |
const |
|
inline |
◆ time_windows()
| const std::vector< SimpleTimeWindow< double > > & operations_research::routing::TspTWParser::time_windows |
( |
| ) |
const |
|
inline |
◆ total_service_time()
| double operations_research::routing::TspTWParser::total_service_time |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: