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