English

On approximate data reduction for the Rural Postman Problem: Theory and experiments

Data Structures and Algorithms 2021-01-14 v3 Discrete Mathematics Optimization and Control

Abstract

Given an undirected graph with edge weights and a subset RR of its edges, the Rural Postman Problem (RPP) is to find a closed walk of minimum total weight containing all edges of RR. We prove that RPP is WK[1]-complete parameterized by the number and cost dd of edges traversed additionally to the required ones. Thus, in particular, RPP instances cannot be polynomial-time compressed to instances of size polynomial in dd unless the polynomial-time hierarchy collapses. In contrast, denoting by b2db\leq 2d the number of vertices incident to an odd number of edges of RR and by cdc\leq d the number of connected components formed by the edges in RR, we show how to reduce any RPP instance II to an RPP instance II' with 2b+O(c/ε)2b+O(c/\varepsilon) vertices in O(n3)O(n^3) time so that any α\alpha-approximate solution for II' gives an α(1+ε)\alpha(1+\varepsilon)-approximate solution for II, for any α1\alpha\geq 1 and ε>0\varepsilon>0. That is, we provide a polynomial-size approximate kernelization scheme (PSAKS). We experimentally evaluate it on wide-spread benchmark data sets as well as on two real snow plowing instances from Berlin. On instances with few connected components, the number of vertices and required edges is reduced to about 50%50\,\% at a 1%1\,\% solution quality loss. We also make first steps towards a PSAKS for the parameter cc.

Keywords

Cite

@article{arxiv.1812.10131,
  title  = {On approximate data reduction for the Rural Postman Problem: Theory and experiments},
  author = {René van Bevern and Till Fluschnik and Oxana Yu. Tsidulko},
  journal= {arXiv preprint arXiv:1812.10131},
  year   = {2021}
}

Comments

Added plot, definition of parameterized optimization problem, argument against PSAKS for parameter b

R2 v1 2026-06-23T06:55:51.291Z