![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Priority queue node entry in the boundary of the Dijkstra algorithm. More...
#include <shortest_paths.h>
Public Member Functions | |
NodeEntry () | |
bool | operator< (const NodeEntry &other) const |
void | SetHeapIndex (int h) |
int | GetHeapIndex () const |
void | set_distance (PathDistance distance) |
PathDistance | distance () const |
void | set_node (NodeIndex node) |
NodeIndex | node () const |
void | set_settled (bool settled) |
bool | settled () const |
void | set_is_destination (bool is_destination) |
bool | is_destination () const |
Priority queue node entry in the boundary of the Dijkstra algorithm.
Definition at line 559 of file shortest_paths.h.
|
inline |
Definition at line 561 of file shortest_paths.h.
|
inline |
Definition at line 576 of file shortest_paths.h.
|
inline |
Definition at line 574 of file shortest_paths.h.
|
inline |
Definition at line 584 of file shortest_paths.h.
|
inline |
Definition at line 578 of file shortest_paths.h.
|
inline |
Definition at line 567 of file shortest_paths.h.
|
inline |
Definition at line 575 of file shortest_paths.h.
|
inline |
Definition at line 581 of file shortest_paths.h.
|
inline |
Definition at line 577 of file shortest_paths.h.
|
inline |
Definition at line 579 of file shortest_paths.h.
|
inline |
Definition at line 570 of file shortest_paths.h.
|
inline |
Definition at line 580 of file shortest_paths.h.