enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Packing problems - Wikipedia

    en.wikipedia.org/wiki/Packing_problems

    Many puzzle books as well as mathematical journals contain articles on packing problems. Links to various MathWorld articles on packing; MathWorld notes on packing squares. Erich's Packing Center; www.packomania.com A site with tables, graphs, calculators, references, etc. "Box Packing" by Ed Pegg, Jr., the Wolfram Demonstrations Project, 2007.

  3. First-fit bin packing - Wikipedia

    en.wikipedia.org/wiki/First-fit_bin_packing

    First-fit (FF) is an online algorithm for bin packing. Its input is a list of items of different sizes. Its output is a packing - a partition of the items into bins of fixed capacity, such that the sum of sizes of items in each bin is at most the capacity. Ideally, we would like to use as few bins as possible, but minimizing the number of bins ...

  4. Circle packing in a square - Wikipedia

    en.wikipedia.org/wiki/Circle_packing_in_a_square

    Circle packing in a square is a packing problem in recreational mathematics where the aim is to pack n unit circles into the smallest possible square. Equivalently, the problem is to arrange n points in a unit square in order to maximize the minimal separation, d n , between points. [ 1 ]

  5. Bin packing problem - Wikipedia

    en.wikipedia.org/wiki/Bin_packing_problem

    Many techniques from bin packing are used in this problem too. [52] In the guillotine cutting problem, both the items and the "bins" are two-dimensional rectangles rather than one-dimensional numbers, and the items have to be cut from the bin using end-to-end cuts. In the selfish bin packing problem, each item is a player who wants to minimize ...

  6. Sphere packing - Wikipedia

    en.wikipedia.org/wiki/Sphere_packing

    This additional constraint on the packing, together with the need to minimize the Coulomb energy of interacting charges leads to a diversity of optimal packing arrangements. The upper bound for the density of a strictly jammed sphere packing with any set of radii is 1 – an example of such a packing of spheres is the Apollonian sphere packing.

  7. Next-fit bin packing - Wikipedia

    en.wikipedia.org/wiki/Next-fit_bin_packing

    Next-fit is an online algorithm for bin packing. Its input is a list of items of different sizes. Its output is a packing - a partition of the items into bins of fixed capacity, such that the sum of sizes of items in each bin is at most the capacity. Ideally, we would like to use as few bins as possible, but minimizing the number of bins is an ...

  8. Square packing - Wikipedia

    en.wikipedia.org/wiki/Square_packing

    Square packing in a square is the problem of determining the maximum number of unit squares (squares of side length one) that can be packed inside a larger square of side length . If a {\displaystyle a} is an integer , the answer is a 2 , {\displaystyle a^{2},} but the precise – or even asymptotic – amount of unfilled space for an arbitrary ...

  9. First-fit-decreasing bin packing - Wikipedia

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

    First-fit-decreasing (FFD) is an algorithm for bin packing. Its input is a list of items of different sizes. Its input is a list of items of different sizes. Its output is a packing - a partition of the items into bins of fixed capacity, such that the sum of sizes of items in each bin is at most the capacity.