The classical business traveler problem seeks the most efficient route between multiple cities, balancing cost and complexity.This study revisits its classical formulations—Dijkstra’s algorithm for exact single-source paths, the Traveling Salesperson Problem (TSP) for global tours, and the linear programming (LP) relaxation—and introduces two new heuristic models designed for modern routing: the Greedy Matrix Reordering Method and the Coordinate-Based Combinatorial Optimization Model. The first operates directly on distance matrices to yield fast, deterministic, and locally optimal paths. The second embeds cities in geometric space, applying convex-hull ordering, clustering, and quantum-compatible QUBO encoding for hierarchical optimization. Comparative evaluation shows how discrete graph theory, linear programming, and geometric heuristics converge toward scalable, interpretable solutions for real-world navigation systems.
J. N. Pfeiffer (Wed,) studied this question.