I'd like to know the answer to question number 3 also. I believe the question is what is the maximum value we should expect for a route length? With A* path finding algorithms you assign an "infinity" value to unused node's that is larger than the largest expected value (i.e. 32767).
Thanks,
Larry
|