ROAIDSMar 7, 2024

A Mixed-Integer Conic Program for the Moving-Target Traveling Salesman Problem based on a Graph of Convex Sets

arXiv:2403.04917v315 citationsh-index: 72IROS
Originality Incremental advance
AI Analysis

This addresses a specific optimization problem for logistics or robotics, but it is incremental as it improves upon an existing method.

The paper tackles the Moving-Target Traveling Salesman Problem by introducing a new formulation based on a graph of convex sets, which outperforms the state-of-the-art solver with up to two orders of magnitude reduction in runtime and up to a 60% tighter optimality gap for instances with up to 20 targets.

This paper introduces a new formulation that finds the optimum for the Moving-Target Traveling Salesman Problem (MT-TSP), which seeks to find a shortest path for an agent, that starts at a depot, visits a set of moving targets exactly once within their assigned time-windows, and returns to the depot. The formulation relies on the key idea that when the targets move along lines, their trajectories become convex sets within the space-time coordinate system. The problem then reduces to finding the shortest path within a graph of convex sets, subject to some speed constraints. We compare our formulation with the current state-of-the-art Mixed Integer Conic Program (MICP) solver for the MT-TSP. The experimental results show that our formulation outperforms the MICP for instances with up to 20 targets, with up to two orders of magnitude reduction in runtime, and up to a 60\% tighter optimality gap. We also show that the solution cost from the convex relaxation of our formulation provides significantly tighter lower bounds for the MT-TSP than the ones from the MICP.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes