Dear all,
I am trying to get the shortest path in behave of (time - distance) between a set of 200 nodes.
I have two method to find it:
So i have created a small network (6 nodes) to check the results of each method.
I hope any one can tell me about the reasons of different results.
*attached the results of the simple network.
It is sometimes the case that going from A to B is not the same as going from B to A because of the differences in costs associated with the traversal. This could be complicated by one-way streets, differences in speed limits, turn restrictions etc. So without knowing exactly what was done, it is possible to make any conclusions as to the differences