![]() |
OR-Tools
9.6
|
Definition at line 29 of file pdtsp_parser.h.
Public Member Functions | |
| PdTspParser () | |
| ~PdTspParser ()=default | |
| bool | LoadFile (const std::string &file_name) |
| int | depot () const |
| int | Size () const |
| bool | IsPickup (int index) const |
| int | DeliveryFromPickup (int index) const |
| std::function< int64_t(int, int)> | Distances () const |
| PdTspParser | ( | ) |
Definition at line 43 of file pdtsp_parser.cc.
|
default |
|
inline |
Definition at line 42 of file pdtsp_parser.h.
|
inline |
Definition at line 36 of file pdtsp_parser.h.
| std::function< int64_t(int, int)> Distances | ( | ) | const |
Definition at line 53 of file pdtsp_parser.cc.
|
inline |
Definition at line 40 of file pdtsp_parser.h.
| bool LoadFile | ( | const std::string & | file_name | ) |
Definition at line 45 of file pdtsp_parser.cc.
|
inline |
Definition at line 38 of file pdtsp_parser.h.