Relative-Interior Solution for the (Incomplete) Linear Assignment Problem with Applications to the Quadratic Assignment Problem
Tomáš Dlask, Bogdan Savchynskyy
TL;DR
This work develops a theory and practical toolkit for exploiting relative interiors of optimal solution sets in the linear assignment problem (LAP) and its incomplete variant (ILAP) to tighten bounds on the incomplete quadratic assignment problem (IQAP). It introduces a linear-time method to obtain a relative-interior solution from any dual-optimal LAP solution and an optimal assignment, and shows how to transfer these results to ILAP via a linear-time reduction that preserves optimality and ri. The IQAP framework is then decomposed into ILAP and WCSP subproblems, enabling efficient bound propagation through coordinate ascent updates and exact LAP/Hungarian steps. Empirical results on CV and QAPLIB benchmarks indicate that RI-based methods yield bounds close to the LP optimum and run substantially faster than a state-of-the-art LP solver, with robust performance across diverse instance types.
Abstract
We study the set of optimal solutions of the dual linear programming formulation of the linear assignment problem (LAP) to propose a method for computing a solution from the relative interior of this set. Assuming that an arbitrary dual-optimal solution and an optimal assignment are available (for which many efficient algorithms already exist), our method computes a relative-interior solution in linear time. Since the LAP occurs as a subproblem in the linear programming (LP) relaxation of the quadratic assignment problem (QAP), we employ our method as a new component in the family of dual-ascent algorithms that provide bounds on the optimal value of the QAP. To make our results applicable to the incomplete QAP, which is of interest in practical use-cases, we also provide a linear-time reduction from the incomplete LAP to the complete LAP along with a mapping that preserves optimality and membership in the relative interior. Our experiments on publicly available benchmarks indicate that our approach with relative-interior solution can frequently provide bounds near the optimum of the LP relaxation and its runtime is much lower when compared to a commercial LP solver.
