![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 114 of file shortest_paths.h.
#include <shortest_paths.h>
Public Types | |
| using | NodeIndex = typename GraphType::NodeIndex |
| using | Impl = internal::PathContainerImpl<NodeIndex, GraphType::kNilNode> |
Public Member Functions | |
| GenericPathContainer (const GenericPathContainer &)=delete | |
| GenericPathContainer & | operator= (const GenericPathContainer &)=delete |
| ~GenericPathContainer () | |
| PathDistance | GetDistance (NodeIndex from, NodeIndex to) const |
| NodeIndex | GetPenultimateNodeInPath (NodeIndex from, NodeIndex to) const |
| void | GetPath (NodeIndex from, NodeIndex to, std::vector< NodeIndex > *path) const |
| Impl * | GetImplementation () const |
Static Public Member Functions | |
| static GenericPathContainer | BuildPathDistanceContainer () |
| static GenericPathContainer | BuildInMemoryCompactPathContainer () |
| using operations_research::GenericPathContainer< GraphType >::Impl = internal::PathContainerImpl<NodeIndex, GraphType::kNilNode> |
Definition at line 117 of file shortest_paths.h.
| using operations_research::GenericPathContainer< GraphType >::NodeIndex = typename GraphType::NodeIndex |
Definition at line 116 of file shortest_paths.h.
|
delete |
|
default |
|
static |
Definition at line 737 of file shortest_paths.h.
|
static |
Definition at line 729 of file shortest_paths.h.
| PathDistance operations_research::GenericPathContainer< GraphType >::GetDistance | ( | NodeIndex | from, |
| NodeIndex | to ) const |
Definition at line 705 of file shortest_paths.h.
|
inline |
Definition at line 169 of file shortest_paths.h.
| void operations_research::GenericPathContainer< GraphType >::GetPath | ( | NodeIndex | from, |
| NodeIndex | to, | ||
| std::vector< NodeIndex > * | path ) const |
Definition at line 720 of file shortest_paths.h.
| GenericPathContainer< GraphType >::NodeIndex operations_research::GenericPathContainer< GraphType >::GetPenultimateNodeInPath | ( | NodeIndex | from, |
| NodeIndex | to ) const |
Definition at line 713 of file shortest_paths.h.
|
delete |