NW-Extension
NW-Extension copied to clipboard
Add A* path finding algorithm
This will really help for planar graphs. This is particular motivated by Arthur's massive road networks.
I'm planning on doing this, but leaving it unassigned for the moment.
Looks like JGraphT has two open A* implementation pull requests: https://github.com/jgrapht/jgrapht/pull/17 https://github.com/jgrapht/jgrapht/pull/13
Those got replaced, and A* was merged in. https://github.com/jgrapht/jgrapht/pull/153