If a node is a possible destination node, but NOT the actual destination, the "info needed when coming from this edge", as set on map, is never read. This is a problem when going through a possible destination node during a trip.
e.g:
start-------door(possible destination)-----end
an info set to be read at the door will not be read.
If a node is a possible destination node, but NOT the actual destination, the "info needed when coming from this edge", as set on map, is never read. This is a problem when going through a possible destination node during a trip.
e.g:
start-------door(possible destination)-----end
an info set to be read at the door will not be read.