![]() |
OR-Tools
8.2
|
Definition at line 2461 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 2462 of file routing.cc.
|
inline |
Definition at line 2469 of file routing.cc.
| int64 end_depot |
Definition at line 2475 of file routing.cc.
| std::pair<int, int> link |
Definition at line 2471 of file routing.cc.
| int64 start_depot |
Definition at line 2474 of file routing.cc.
| int64 value |
Definition at line 2472 of file routing.cc.
| int vehicle_class |
Definition at line 2473 of file routing.cc.