![]() |
OR-Tools
9.6
|
Public Member Functions | |
| PathsMetadata (const RoutingIndexManager &manager) | |
| bool | IsStart (int64_t node) const |
| bool | IsEnd (int64_t node) const |
| int | GetPath (int64_t start_or_end_node) const |
| const std::vector< int64_t > & | Starts () const |
| const std::vector< int64_t > & | Ends () const |
|
inlineexplicit |