When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Karmarkar–Karp bin packing algorithms - Wikipedia

    en.wikipedia.org/wiki/Karmarkar–Karp_bin...

    The Karmarkar–Karp (KK) bin packing algorithms are several related approximation algorithm for the bin packing problem. [1] The bin packing problem is a problem of packing items of different sizes into bins of identical capacity, such that the total number of bins is as small as possible. Finding the optimal solution is computationally hard.

  3. Configuration linear program - Wikipedia

    en.wikipedia.org/wiki/Configuration_linear_program

    The goal is to pack the items into a minimum number of bins, where each bin can contain at most B. A feasible configuration is a set of sizes with a sum of at most B . Example : [ 7 ] suppose the item sizes are 3,3,3,3,3,4,4,4,4,4, and B =12.

  4. Bin packing problem - Wikipedia

    en.wikipedia.org/wiki/Bin_packing_problem

    In the maximum resource bin packing problem, [51] the goal is to maximize the number of bins used, such that, for some ordering of the bins, no item in a later bin fits in an earlier bin. In a dual problem, the number of bins is fixed, and the goal is to minimize the total number or the total size of items placed into the bins, such that no ...

  5. Kanban - Wikipedia

    en.wikipedia.org/wiki/Kanban

    An example of a simple kanban system implementation is a "three-bin system" for the supplied parts, where there is no in-house manufacturing. [19] One bin is on the factory floor (the initial demand point), one bin is in the factory store (the inventory control point), and one bin is at the supplier.

  6. Scott's rule - Wikipedia

    en.wikipedia.org/wiki/Scott's_Rule

    Scott's rule is a method to select the number of bins in a histogram. [1] Scott's rule is widely employed in data analysis software including R, [2] Python [3] and Microsoft Excel where it is the default bin selection method. [4]

  7. First-fit-decreasing bin packing - Wikipedia

    en.wikipedia.org/wiki/First-fit-decreasing_bin...

    For each item from largest to smallest, find the first bin into which the item fits, if any. If such a bin is found, put the new item in it. Otherwise, open a new empty bin put the new item in it. In short: FFD orders the items by descending size, and then calls first-fit bin packing. An equivalent description of the FFD algorithm is as follows.

  8. High-multiplicity bin packing - Wikipedia

    en.wikipedia.org/wiki/High-multiplicity_bin_packing

    High-multiplicity bin packing is a special case of the bin packing problem, in which the number of different item-sizes is small, while the number of items with each size is large. While the general bin-packing problem is NP-hard , the high-multiplicity setting can be solved in polynomial time, assuming that the number of different sizes is a ...

  9. Packing problems - Wikipedia

    en.wikipedia.org/wiki/Packing_problems

    In a bin packing problem, people are given: A container, usually a two- or three-dimensional convex region, possibly of infinite size. Multiple containers may be given depending on the problem. A set of objects, some or all of which must be packed into one or more containers. The set may contain different objects with their sizes specified, or ...