English

Improved Algorithms for MST and Metric-TSP Interdiction

Data Structures and Algorithms 2017-06-02 v1

Abstract

We consider the {\em MST-interdiction} problem: given a multigraph G=(V,E)G = (V, E), edge weights {we0}eE\{w_e\geq 0\}_{e \in E}, interdiction costs {ce0}eE\{c_e\geq 0\}_{e \in E}, and an interdiction budget B0B\geq 0, the goal is to remove a set RER\subseteq E of edges of total interdiction cost at most BB so as to maximize the ww-weight of an MST of GR:=(V,ER)G-R:=(V,E\setminus R). Our main result is a 44-approximation algorithm for this problem. This improves upon the previous-best 1414-approximation~\cite{Zenklusen15}. Notably, our analysis is also significantly simpler and cleaner than the one in~\cite{Zenklusen15}. Whereas~\cite{Zenklusen15} uses a greedy algorithm with an involved analysis to extract a good interdiction set from an over-budget set, we utilize a generalization of knapsack called the {\em tree knapsack problem} that nicely captures the key combinatorial aspects of this "extraction problem." We prove a simple, yet strong, LP-relative approximation bound for tree knapsack, which leads to our improved guarantees for MST interdiction. Our algorithm and analysis are nearly tight, as we show that one cannot achieve an approximation ratio better than 3 relative to the upper bound used in our analysis (and the one in~\cite{Zenklusen15}). Our guarantee for MST-interdiction yields an 88-approximation for {\em metric-TSP interdiction} (improving over the 2828-approximation in~\cite{Zenklusen15}). We also show that the {\em maximum-spanning-tree interdiction} problem is at least as hard to approximate as the minimization version of densest-kk-subgraph.

Keywords

Cite

@article{arxiv.1706.00034,
  title  = {Improved Algorithms for MST and Metric-TSP Interdiction},
  author = {André Linhares and Chaitanya Swamy},
  journal= {arXiv preprint arXiv:1706.00034},
  year   = {2017}
}
R2 v1 2026-06-22T20:05:15.657Z