See a node, updating seen and fringe.
node_id (str) – Node id to see.
fringe (list[(float | int, bool, (str, Dispatcher)]) – Heapq of closest available nodes.
dist (float, int) – Distance from the starting node.
w_wait_in (int, float) – Additional weight for sorting correctly the nodes in the fringe.
True if the node is visible, otherwise False.
bool
Table of Contents