Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <k_shortest_paths.h>
Public Member Functions | |
PathWithPriority (PathDistance priority, std::vector< NodeIndex > path) | |
bool | operator< (const PathWithPriority &other) const |
const std::vector< NodeIndex > & | path () const |
PathDistance | priority () const |
Stores a path with a priority (typically, the distance), with a comparison operator that operates on the priority.
Definition at line 196 of file k_shortest_paths.h.
|
inline |
Definition at line 198 of file k_shortest_paths.h.
|
inline |
Definition at line 200 of file k_shortest_paths.h.
|
inlinenodiscard |
Definition at line 204 of file k_shortest_paths.h.
|
inlinenodiscard |
Definition at line 205 of file k_shortest_paths.h.