English

Randomised Rounding with Applications

Data Structures and Algorithms 2015-07-31 v1

Abstract

We develop new techniques for rounding packing integer programs using iterative randomized rounding. It is based on a novel application of multidimensional Brownian motion in Rn\mathbb{R}^n. Let x[0,1]n\overset{\sim}{x} \in {[0,1]}^n be a fractional feasible solution of a packing constraint Ax1,  A x \leq 1,\ \ A{0,1}m×nA \in {\{0,1 \}}^{m\times n} that maximizes a linear objective function. The independent randomized rounding method of Raghavan-Thompson rounds each variable xix_i to 1 with probability xi\overset{\sim}{x_i} and 0 otherwise. The expected value of the rounded objective function matches the fractional optimum and no constraint is violated by more than O(logmloglogm)O(\frac{\log m} {\log\log m}).In contrast, our algorithm iteratively transforms x\overset{\sim}{x} to x^{0,1}n\hat{x} \in {\{ 0,1\}}^{n} using a random walk, such that the expected values of x^i\hat{x}_i's are consistent with the Raghavan-Thompson rounding. In addition, it gives us intermediate values xx' which can then be used to bias the rounding towards a superior solution.The reduced dependencies between the constraints of the sparser system can be exploited using {\it Lovasz Local Lemma}. For mm randomly chosen packing constraints in nn variables, with kk variables in each inequality, the constraints are satisfied within O(log(mkplogm/n)loglog(mkplogm/n))O(\frac{\log (mkp\log m/n) }{\log\log (mkp\log m/n)}) with high probability where pp is the ratio between the maximum and minimum coefficients of the linear objective function. Further, we explore trade-offs between approximation factors and error, and present applications to well-known problems like circuit-switching, maximum independent set of rectangles and hypergraph bb-matching. Our methods apply to the weighted instances of the problems and are likely to lead to better insights for even dependent rounding.

Keywords

Cite

@article{arxiv.1507.08501,
  title  = {Randomised Rounding with Applications},
  author = {Dhiraj Madan and Sandeep Sen},
  journal= {arXiv preprint arXiv:1507.08501},
  year   = {2015}
}
R2 v1 2026-06-22T10:22:23.916Z