Assignment-Routing Optimization with Cutting-Plane Subtour Elimination: Solver and Benchmark Dataset
By: Qilong Yuan
Potential Business Impact:
Finds cheapest way to connect all points.
We study a joint routing-assignment optimization problem in which a set of items must be paired one-to-one with a set of placeholders while simultaneously determining a Hamiltonian cycle that visits every node exactly once. Both the assignment and routing decisions are optimized jointly to minimize the total travel cost. In this work, we propose a method to solve this problem using an exact MIP formulation with Gurobi, including cutting-plane subtour elimination. With analysis of the computational complexity and through extensive experiments, we analyze the computational limitations of this approach as the problem size grows and reveal the challenges associated with the need for more efficient algorithms for larger instances. The dataset, formulations, and experimental results provided here can serve as benchmarks for future studies in this research area. GitHub repository: https://github.com/QL-YUAN/Joint-Assignment-Routing-Optimization
Similar Papers
Assignment-Routing Optimization with Cutting-Plane Subtour Elimination: Solver and Benchmark Dataset
Data Structures and Algorithms
Finds cheapest routes for deliveries and matching.
Chasing Submodular Objectives, and Submodular Maximization via Cutting Planes
Data Structures and Algorithms
Helps computers make good choices when things change.
A Parallelized Cutting-Plane Algorithm for Computationally Efficient Modelling to Generate Alternatives
Optimization and Control
Finds many ways to power cities cheaply.