As Bin Packing is NP-hard already for k=2 bins, it is unlikely to be solvable in polynomial time even if the number of bins is a fixed constant. However, if the sizes of the items are polynomially bounded integers, then the problem can be solved in time nO(k) for an input of length n by dynamic programming. We show, by proving the W[1]-hardness of Unary Bin Packing (where the sizes are given in unary encoding), that this running time cannot be improved to f(k)·nO(1) for any function f(k) (under standard complexity assumptions). On the other hand, we provide an algorithm for Bin Packing that obtains in time 2O(klog2k)+O(n) a solution with additive error at most 1, i.e., either finds a packing into k+1 bins or decides that k bins do not suffi...
The bin packing problem consists of finding the minimum number of bins, of given capacity D, require...
AbstractThe FIRST FIT DECREASING algorithm for bin packing has long been famous for its guarantee th...
The survey presents an overview of approximation algorithms for the classical bin packing problem an...
As Bin Packing is NP-hard already for k = 2 bins, it is unlikely to be solvable in polynomial time e...
AbstractAs Bin Packing is NP-hard already for k=2 bins, it is unlikely to be solvable in polynomial ...
AbstractWe study the parallel complexity of polynomial heuristics for the bin packing problem. We sh...
We consider the bin packing problem with d different item sizes si and item multiplicities ai, where...
Bin packing is an optimizational NP-hard problem of packing items of given sizes into minimum number...
AbstractWe study a variety of NP-hard bin packing problems under a divisibility constraint that gene...
The typical online bin-packing problem requires the fitting of a sequence of rationals in (0, 1] int...
The bin packing problem asks for a packing of a list of items from (0, 1] into the smallest possible...
AbstractThe bin-packing problem asks for a packing of a list of items of sizes from (0,1] into the s...
Abstract“Bin packing with rejection” is the following problem: Given a list of items with associated...
The bin-packing problem asks for a packing of a list of items of sizes from (0, 1) into the smallest...
The bin packing problem consists of finding the minimum number of bins, of given capacity D, require...
The bin packing problem consists of finding the minimum number of bins, of given capacity D, require...
AbstractThe FIRST FIT DECREASING algorithm for bin packing has long been famous for its guarantee th...
The survey presents an overview of approximation algorithms for the classical bin packing problem an...
As Bin Packing is NP-hard already for k = 2 bins, it is unlikely to be solvable in polynomial time e...
AbstractAs Bin Packing is NP-hard already for k=2 bins, it is unlikely to be solvable in polynomial ...
AbstractWe study the parallel complexity of polynomial heuristics for the bin packing problem. We sh...
We consider the bin packing problem with d different item sizes si and item multiplicities ai, where...
Bin packing is an optimizational NP-hard problem of packing items of given sizes into minimum number...
AbstractWe study a variety of NP-hard bin packing problems under a divisibility constraint that gene...
The typical online bin-packing problem requires the fitting of a sequence of rationals in (0, 1] int...
The bin packing problem asks for a packing of a list of items from (0, 1] into the smallest possible...
AbstractThe bin-packing problem asks for a packing of a list of items of sizes from (0,1] into the s...
Abstract“Bin packing with rejection” is the following problem: Given a list of items with associated...
The bin-packing problem asks for a packing of a list of items of sizes from (0, 1) into the smallest...
The bin packing problem consists of finding the minimum number of bins, of given capacity D, require...
The bin packing problem consists of finding the minimum number of bins, of given capacity D, require...
AbstractThe FIRST FIT DECREASING algorithm for bin packing has long been famous for its guarantee th...
The survey presents an overview of approximation algorithms for the classical bin packing problem an...