vix.ing · top · new · best · stats · spec

Improved Randomized Rounding using Random Walks

2014/08/03 by Sen, Sandeep
#Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences

paper · doi:10.48550/arxiv.1408.0488

Abstract

We describe a novel algorithm for rounding packing integer programs based on multidimensional Brownian motion in ℝn. Starting from an optimal fractional feasible solution x, the procedure converges in polynomial time to a distribution over (possibly infeasible) point set P ⊂ \0,1 \n such that the expected value of any linear objective function over P equals the value at x. This is an alternate approach to the classical randomized rounding method of Raghavan and Thompson \citeRT: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.

Related