![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 293 of file shortest_paths.h.
#include <shortest_paths.h>
Public Member Functions | |
| PathContainerImpl ()=default | |
| virtual | ~PathContainerImpl ()=default |
| virtual void | Initialize (const std::vector< NodeIndex > &sources, const std::vector< NodeIndex > &destinations, NodeIndex num_nodes)=0 |
| virtual void | Finalize () |
| virtual PathDistance | GetDistance (NodeIndex from, NodeIndex to) const =0 |
| virtual NodeIndex | GetPenultimateNodeInPath (NodeIndex from, NodeIndex to) const =0 |
| virtual void | GetPath (NodeIndex from, NodeIndex to, std::vector< NodeIndex > *path) const =0 |
| virtual void | StoreSingleSourcePaths (NodeIndex from, const std::vector< NodeIndex > &predecessor_in_path_tree, const std::vector< PathDistance > &distance_to_destination)=0 |
|
default |
|
virtualdefault |
|
inlinevirtual |
Definition at line 307 of file shortest_paths.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |