I just did the math. Using the optimum algorithm (that I know of), the time to solve the route problem exactly is (n^2) x (2^n) operations, where n is the number of airports to solve for.
Using 10 airports, the solution time is 3ms. No sweat. Done before your finger leaves the enter key.
Using 100 airports, the solution time is approx 10^19 years. As in, more than a trillion trillion years.
Assumptions: 3Gig pentium. (It really doesn't matter!)
Doug, I hope this wasn't too far afield from RV stuff...