Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We have two main types of route calculation, general route calculation and optimal route calculation.

General route calculation

...

Calculation of optimal route (TSP)

Solving the travelign traveling salesman problem is expensive. Doing it server-side is too expensive (it would cost us more than our total server cost at the moment).

...