public class PlanningBinPacker extends Object
Constructor and Description |
---|
PlanningBinPacker(float binWeight,
List<Integer> items,
List<Float> itemWeights) |
Modifier and Type | Method and Description |
---|---|
TreeMap<Float,List<List<Integer>>> |
packFirstFit()
NOTE: upper bound is 17/10 OPT
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.