English

Improved Randomized Rounding using Random Walks

Data Structures and Algorithms 2014-08-12 v2

Abstract

We describe a novel algorithm for rounding packing integer programs based on multidimensional Brownian motion in Rn\mathbb{R}^n. Starting from an optimal fractional feasible solution xˉ\bar{x}, the procedure converges in polynomial time to a distribution over (possibly infeasible) point set P{0,1}nP \subset {\{0,1 \}}^n such that the expected value of any linear objective function over PP equals the value at xˉ\bar{x}. This is an alternate approach to the classical randomized rounding method of Raghavan and Thompson \cite{RT:87}. Our procedure is very general and in conjunction with discrepancy based arguments, yield efficient alternate methods for rounding other optimization problems that can be expressed as packing ILPs including disjoint path problems and MISR.

Keywords

Cite

@article{arxiv.1408.0488,
  title  = {Improved Randomized Rounding using Random Walks},
  author = {Sandeep Sen},
  journal= {arXiv preprint arXiv:1408.0488},
  year   = {2014}
}

Comments

The primary result claimed in this submission doesn't hold for random 0-1 matrices of size $n^2 \times n$ which can be proved by a probabilistic method. For such matrices, the RT bound is tight

R2 v1 2026-06-22T05:19:20.242Z