![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 355 of file shortest_paths.h.
#include <shortest_paths.h>
Public Member Functions | |
| PathTree () | |
| void | Initialize (absl::Span< const NodeIndex > paths, absl::Span< const NodeIndex > destinations) |
| NodeIndex | GetParent (NodeIndex node) const |
| void | GetPath (NodeIndex from, NodeIndex to, std::vector< NodeIndex > *path) const |
|
inline |
Definition at line 357 of file shortest_paths.h.
| NodeIndex operations_research::internal::PathTree< NodeIndex, kNilNode >::GetParent | ( | NodeIndex | node | ) | const |
Definition at line 419 of file shortest_paths.h.
| void operations_research::internal::PathTree< NodeIndex, kNilNode >::GetPath | ( | NodeIndex | from, |
| NodeIndex | to, | ||
| std::vector< NodeIndex > * | path ) const |
Definition at line 431 of file shortest_paths.h.
| void operations_research::internal::PathTree< NodeIndex, kNilNode >::Initialize | ( | absl::Span< const NodeIndex > | paths, |
| absl::Span< const NodeIndex > | destinations ) |
Definition at line 381 of file shortest_paths.h.