A Fast GRASP Metaheuristic for the Trigger Arc TSP with MIP-Based Construction and Multi-Neighborhood Local Search
By: Joan Salvà Soler, Grégoire de Lambertye
Potential Business Impact:
Finds best delivery routes when roads change.
The Trigger Arc Traveling Salesman Problem (TA-TSP) extends the classical TSP by introducing dynamic arc costs that change when specific "trigger" arcs are traversed, modeling scenarios such as warehouse operations with compactable storage systems. This paper introduces a GRASP-based metaheuristic that combines multiple construction heuristics with a multi-neighborhood local search. The construction phase uses mixed-integer programming (MIP) techniques to transform the TA-TSP into a sequence of tailored TSP instances, while the improvement phase applies 2-Opt, Swap, and Relocate operators. Computational experiments on MESS 2024 competition instances achieved average optimality gaps of 0.77\% and 0.40\% relative to the best-known solutions within a 60-second limit. On smaller, synthetically generated datasets, the method produced solutions 11.3\% better than the Gurobi solver under the same time constraints. The algorithm finished in the top three at MESS 2024, demonstrating its suitability for real-time routing applications with state-dependent travel costs.
Similar Papers
A Fast GRASP Metaheuristic for the Trigger Arc TSP with MIP-Based Construction and Multi-Neighborhood Local Search
Artificial Intelligence
Finds best delivery routes when roads change.
Freeze and Conquer: Reusable Ansatz for Solving the Traveling Salesman Problem
Artificial Intelligence
Finds shortest routes for delivery trucks faster.
GHOST: Solving the Traveling Salesman Problem on Graphs of Convex Sets
Artificial Intelligence
Helps robots plan the fastest, smoothest paths.