2 research outputs found

    Exact algorithms for the bin packing problem with fragile objects

    No full text
    We are given a set of objects, each characterized by a weight and a fragility, and a large number of uncapacitated bins. Our aim is to find the minimum number of bins needed to pack all objects, in such a way that in each bin the sum of the object weights is less than or equal to the smallest fragility of an object in the bin. The problem is known in the literature as the Bin Packing Problem with Fragile Objects, and appears in the telecommunication field, when one has to assign cellular calls to available channels by ensuring that the total noise in a channel does not exceed the noise acceptance limit of a call.We propose a branch-and-bound and several branch-and-price algorithms for the exact solution of the problem, and improve their performance by the use of lower bounds and tailored optimization techniques. In addition we also develop algorithms for the optimal solution of the related knapsack problem with fragile objects. We conduct an extensive computational evaluation on the benchmark set of instances, and show that the proposed algorithms perform very well

    The Bin Packing Problem with Fragile Objects: Models and Solution Methods

    Get PDF
    The Bin Packing Problem (BPP) is an important optimization problem with many applications. Given a set of items with a certain weight and a set of bins with fixed capacity, the classical BPP seeks to pack the items into the minimum number of bins. In this thesis a variant of the BPP, the Bin Packing Problem with Fragile Objects (BPPFO), is studied. The BPPFO originates in telecommunication systems where cellphone calls are assigned to towers based on the noise level of calls and the tolerance level of each call in the channel.In this case, the calls are represented as objects that are characterized by a weight and a fragility parameter. The fragility parameter corresponds to the noise tolerance level of each call, and the weight corresponds to the noise produced by a call. As calls are assigned, the total noise produced within a channel can not exceed the lowest tolerance level among the calls. The less the tolerance level, the more fragile the line becomes. Hence, the capacity of the bin depends on the smallest fragility of any item packed in it. In this thesis, two new formulations are proposed. The first is based on the classical BPP formulation to which a Lagrangian relaxation is applied. Several heuristics are developed to find upper bounds, including a greedy heuristic. The second is a graph-based formulation that is solved directly. A standard data set is used for testing. It is found that the new formulation based on the classical BPP is more efficient in getting a Lagrangian lower bound and the greedy heuristic outperforms other heuristics in finding good quality upper bounds in very short computational times, especially with very large data instances
    corecore