Approximation of the Double Travelling Salesman Problem with Multiple Stacks
Laurent Alfandari, Sophie Toulouse

TL;DR
This paper studies the computational complexity and approximation algorithms for the Double Traveling Salesman Problem with Multiple Stacks, focusing on NP-hardness, polynomial cases, and heuristic approximations for special cases.
Contribution
It provides new approximation algorithms and complexity insights for the DTSPMS, including a (3k)/2 approximation and a heuristic for the 2-stack case.
Findings
Polynomial feasibility conditions for subproblems.
A (3k)/2 approximation for MinMetrickDTSPMS.
Heuristic algorithms with specific approximation ratios for 2-stack cases.
Abstract
The Double Travelling Salesman Problem with Multiple Stacks, DTSPMS, deals with the collect and delivery of n commodities in two distinct cities, where the pickup and the delivery tours are related by LIFO constraints. During the pickup tour, commodities are loaded into a container of k rows, or stacks, with capacity c. This paper focuses on computational aspects of the DTSPMS, which is NP-hard. We first review the complexity of two critical subproblems: deciding whether a given pair of pickup and delivery tours is feasible and, given a loading plan, finding an optimal pair of pickup and delivery tours, are both polynomial under some conditions on k and c. We then prove a (3k)/2 standard approximation for the MinMetrickDTSPMS, where k is a universal constant, and other approximation results for various versions of the problem. We finally present a matching-based heuristic for the…
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 · Optimization and Packing Problems · Optimization and Search Problems
