Why it matters
Randomized rounding gives approximation for IP. Understanding shapes rounding techniques.
Advertisement
The architecture
Solve LP relaxation.
For each variable x_i (fractional): set to 1 with probability x_i.
Expected: matches LP.
Advertisement
How it works end to end
Chernoff: probability of deviation exponentially small.
Constraint satisfaction: repeat until feasible.
Applications: max-SAT, set cover, network design.