enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Consider the following problem, Non-Uniform Bin Packing: the input is a list of bin sizes and item sizes and we want to know if we can put all the items in the bins so no bin is overflowing. This problem is clearly in NP : an assignment of items to bins is of polynomial size with respect to the input, and we can check in polynomial time if none ...

  3. algorithms - Hardness of the bin packing problem - Computer...

    cs.stackexchange.com/questions/160118/hardness-of-the-bin-packing-problem

    The goal is to pack the items into bins such that each bin can hold any subset of items of total size at most 1, so as to minimize the number of bins used. The problem that I am struggling with is that I read that unless P = NP P = N P, it is not possible for a polynomial-time algorithm to compute a solution to this problem with a number of ...

  4. For the relaxed bin packing, I should say that, sometimes you can relax/ignore some of the conditions in your problem. For example, in bin packing problem, one strict condition is that you should put each item into one bin and you cannot split one item into multiple bins. One may allow each item to be split into multiple bins (now this problem ...

  5. How to solve the bin packing problem with conflicts?

    cs.stackexchange.com/questions/125426

    2. I'm trying to devise an algorithm to solve the bin packing problem with conflicts (sometimes referred to as BPPC, or BPC). The problem is defined as follows: consider a set V V of n n items, where each item i i has an associated positive weight wi w i, and n n identical bins of capacity C C. In addition, there is an undirected graph G = (V ...

  6. algorithms - Is this problem NP-Complete (Bin packing with...

    cs.stackexchange.com/questions/106140/is-this-problem-np-complete-bin-packing...

    More simply put: Is bin-packing still NP-Complete if you allow for items to be separated into pieces, but there is a "penalty" for having more pieces in each bin, where you're forced to place a "filler" between each piece in a bin?

  7. Relations between the knapsack problem, the bin packing problem,...

    cs.stackexchange.com/questions/6389/relations-between-the-knapsack-problem-the...

    $\begingroup$ Well you could be asking for a more direct conversion, and/or a human explanation about their relationship, as the reductions given for one NP-complete problem to another can be multi-step (conversion to multiple intermediate problems) and lose a lot of easily "explainable" information.

  8. The decision version of the Bin packing problem involves deciding whether a certain number of bins (for example, 9) is optimal. If your hypothetical polynomial-time greedy algorithm finded a solution for 9 bins and failed to find a solution for 8 bins, then the answer for the decision problem would definitely be yes, and no otherwise.

  9. Is the flexible bin packing problem NP-complete?

    cs.stackexchange.com/questions/162399/is-the-flexible-bin-packing-problem-np...

    Here are the definitions for the traditional bin packing problem (BPP) and the flexible bin packing problem (F-BPP): Bin packing problem (BPP): Optimization problem: Given a set of n items and their corresponding volumes (the volume of each item is between 0 and 1), pack the n items into the minimum number of bins (each with capacity 1) such ...

  10. How to give an upper bound on this bin packing problem?

    cs.stackexchange.com/questions/54800

    In the bin packing with fragile objects (BPFO) problem one is given a set of objects $\{1,\ldots,n ...

  11. Proof that bin packing is strongly NP-complete?

    cs.stackexchange.com/questions/72411

    Proof that the K coloring problem is weakly or strong NP-complete? Hot Network Questions Resubmitting a grant application for a postdoc research: how to approach changes when you think one reviewer made some mistakes