Content deleted Content added
Erel Segal (talk | contribs) No edit summary |
Erel Segal (talk | contribs) |
||
Line 50:
=== Solving the fractional LP ===
A linear program with no integrality constraints can be solved in time polynomial in the number of variables and constraints. The problem is that the number of variables in the fractional configuration LP is equal to the number of possible configurations, which
<math>O\left(S^8 \log{S} \log^2(\frac{S n}{
where ''S'' is the number of different sizes, ''n'' is the number of different items, and
A randomized variant of this algorithm runs in expected time:
<math>O\left(S^7 \log{S} \log^2(\frac{S n}{a h}) + \frac{S^4 n \log{S}}{h}\log(\frac{S n}{a h}) \right)</math>.▼
▲<math>O\left(S^7 \log{S} \log^2(\frac{S n}{
Their algorithm uses [[separation oracle]] to the dual LP.
=== Approximation algorithms ===
The general scheme of
* Separate the items to "small" (smaller than ''eB'', for some fraction e in (0,1)) and "large" (at least ''eB'').
|