1
Utilities and 3rd Party Applications / Re: Symmetricity-- Fortress planning with symmetry
« on: December 23, 2015, 03:07:18 pm »Damned Floyd-Warshall algorithm. Only if I stored the nodes in a vector instead of an associative array.
Why are you using Floyd-Warshall? Using Dijkstra's algorithm (n times) is faster for sparse graphs.