Question

Which algorithm is used in the ShortestPathFinder and NetworkCostCalculator?


I'm assuming it's either Dijkstra's or A*, but would like to know for definite! Cheers in advance!


2 replies

Badge +2

@ejm​ Both I believe. When cost is by length A* is used. Otherwise Dijkstra's 

@ejm​ Both I believe. When cost is by length A* is used. Otherwise Dijkstra's 

That is very helpful as I have to precisely specify in my thesis which are being used. Cheers!

Reply