![]() |
OR-Tools
8.0
|
Definition at line 2445 of file routing.cc.
Public Member Functions | |
| Link (std::pair< int, int > link, double value, int vehicle_class, int64 start_depot, int64 end_depot) | |
| ~Link () | |
Public Attributes | |
| std::pair< int, int > | link |
| int64 | value |
| int | vehicle_class |
| int64 | start_depot |
| int64 | end_depot |
|
inline |
Definition at line 2446 of file routing.cc.
|
inline |
Definition at line 2453 of file routing.cc.
| int64 end_depot |
Definition at line 2459 of file routing.cc.
| std::pair<int, int> link |
Definition at line 2455 of file routing.cc.
| int64 start_depot |
Definition at line 2458 of file routing.cc.
| int64 value |
Definition at line 2456 of file routing.cc.
| int vehicle_class |
Definition at line 2457 of file routing.cc.