Karmarkar–Karp bin packing algorithms: Difference between revisions

Content deleted Content added
Line 48:
<math>OPT(K') \leq k</math> - since it is possible to pack each item in <math>K'</math> into a single bin. </blockquote>Therefore, <math>OPT(J) \leq OPT(K)+k</math>; given a solution to <math>K</math> with <math>b_K</math> bins, we can get a solution to <math>J</math> with at most <math>b_K+k</math> bins.
 
=== Geometric roundinggrouping ===
TODO
 
=== Alternative geometric roundinggrouping ===
TODO