Closed GoogleCodeExporter closed 9 years ago
Your current implementation of Dijkstras algo assumes that nodes have
consecutive IDs starting from 0.
That is no longer true, as our configuration now allows arbitrary numbers. If
the numbers are not consecutive (which is commonly the case with randomly
generated simulations), then the implementation will no longer work.
Original comment by wutt...@gmail.com
on 6 Dec 2011 at 11:21
This will be fixed together with the new, more general implementation of a
shortest path strategy.
Original comment by wutt...@gmail.com
on 9 Dec 2011 at 9:54
Original issue reported on code.google.com by
wutt...@gmail.com
on 29 Nov 2011 at 11:28