Generating subtour elimination constraints for the TSP from pure integer solutions
Ulrich Pferschy, Rostislav Stanek

TL;DR
This paper introduces a novel approach for solving the TSP by generating subtour elimination constraints directly from integer solutions, leveraging clustering and empirical insights to improve efficiency without fractional solution separation.
Contribution
It presents a simple ILP-based method that avoids fractional solutions, using clustering and empirical observations to generate effective subtour elimination constraints.
Findings
Efficiently finds optimal TSP tours using integer solutions only.
Clustering techniques improve the generation of relevant subtours.
Method performs well on TSPLIB95 and random Euclidean instances.
Abstract
The traveling salesman problem (TSP) is one of the most prominent combinatorial optimization problems. Given a complete graph G = (V, E) and non-negative distances d for every edge, the TSP asks for a shortest tour through all vertices with respect to the distances d. The method of choice for solving the TSP to optimality is a branch and cut approach. Usually the integrality constraints are relaxed first and all separation processes to identify violated inequalities are done on fractional solutions. In our approach we try to exploit the impressive performance of current ILP-solvers and work only with integer solutions without ever interfering with fractional solutions. We stick to a very simple ILP-model and relax the subtour elimination constraints only. The resulting problem is solved to integer optimality, violated constraints (which are trivial to find) are added and the process…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Advanced Graph Theory Research · Optimization and Packing Problems
