Content deleted Content added
Erel Segal (talk | contribs) |
Erel Segal (talk | contribs) |
||
Line 32:
The ''fractional configuration LP'' of bin-packing is the [[linear programming relaxation]] of the above ILP. It replaces the last constraint <math>x_c\in\{0,\ldots,n\}</math> with the constraint <math>x_c \geq 0</math>. In other words, each configuration can be used a fractional number of times.
* ''Example'':
Let FOPT be the optimal solution of the fractional LP, and OPT the optimal solution of the integral LP. Let SUM be the sum of all sizes. Karmarkar and Karp<ref name=":12" /> prove the following inequalities:<blockquote><math>SUM/B \leq FOPT \leq OPT \leq FOPT+(S+1)/2</math></blockquote>
=== Improvements ===
|