fbpx
Wikipedia

Packing problems

Packing problems are a class of optimization problems in mathematics that involve attempting to pack objects together into containers. The goal is to either pack a single container as densely as possible or pack all objects using as few containers as possible. Many of these problems can be related to real-life packaging, storage and transportation issues. Each packing problem has a dual covering problem, which asks how many of the same objects are required to completely cover every region of the container, where objects are allowed to overlap.

Spheres or circles packed loosely (top) and more densely (bottom)

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 a single object of a fixed dimension that can be used repeatedly.

Usually the packing must be without overlaps between goods and other goods or the container walls. In some variants, the aim is to find the configuration that packs a single container with the maximal packing density. More commonly, the aim is to pack all the objects into as few containers as possible.[1] In some variants the overlapping (of objects with each other and/or with the boundary of the container) is allowed but should be minimized.

Packing in infinite space edit

Many of these problems, when the container size is increased in all directions, become equivalent to the problem of packing objects as densely as possible in infinite Euclidean space. This problem is relevant to a number of scientific disciplines, and has received significant attention. The Kepler conjecture postulated an optimal solution for packing spheres hundreds of years before it was proven correct by Thomas Callister Hales. Many other shapes have received attention, including ellipsoids,[2] Platonic and Archimedean solids[3] including tetrahedra,[4][5] tripods (unions of cubes along three positive axis-parallel rays),[6] and unequal-sphere dimers.[7]

Hexagonal packing of circles edit

 
The hexagonal packing of circles on a 2-dimensional Euclidean plane.

These problems are mathematically distinct from the ideas in the circle packing theorem. The related circle packing problem deals with packing circles, possibly of different sizes, on a surface, for instance the plane or a sphere.

The counterparts of a circle in other dimensions can never be packed with complete efficiency in dimensions larger than one (in a one-dimensional universe, the circle analogue is just two points). That is, there will always be unused space if people are only packing circles. The most efficient way of packing circles, hexagonal packing, produces approximately 91% efficiency.[8]

Sphere packings in higher dimensions edit

In three dimensions, close-packed structures offer the best lattice packing of spheres, and is believed to be the optimal of all packings. With 'simple' sphere packings in three dimensions ('simple' being carefully defined) there are nine possible definable packings.[9] The 8-dimensional E8 lattice and 24-dimensional Leech lattice have also been proven to be optimal in their respective real dimensional space.

Packings of Platonic solids in three dimensions edit

Cubes can easily be arranged to fill three-dimensional space completely, the most natural packing being the cubic honeycomb. No other Platonic solid can tile space on its own, but some preliminary results are known. Tetrahedra can achieve a packing of at least 85%. One of the best packings of regular dodecahedra is based on the aforementioned face-centered cubic (FCC) lattice.

Tetrahedra and octahedra together can fill all of space in an arrangement known as the tetrahedral-octahedral honeycomb.

Solid Optimal density of a lattice packing
icosahedron 0.836357...[10]
dodecahedron (5 + 5)/8 = 0.904508...[10]
octahedron 18/19 = 0.947368...[11]

Simulations combining local improvement methods with random packings suggest that the lattice packings for icosahedra, dodecahedra, and octahedra are optimal in the broader class of all packings.[3]

Packing in 3-dimensional containers edit

Different cuboids into a cuboid edit

Determine the minimum number of cuboid containers (bins) that are required to pack a given set of item cuboids. The rectangular cuboids to be packed can be rotated by 90 degrees on each axis.

Spheres into a Euclidean ball edit

The problem of finding the smallest ball such that k disjoint open unit balls may be packed inside it has a simple and complete answer in n-dimensional Euclidean space if  , and in an infinite-dimensional Hilbert space with no restrictions. It is worth describing in detail here, to give a flavor of the general problem. In this case, a configuration of k pairwise tangent unit balls is available. People place the centers at the vertices   of a regular   dimensional simplex with edge 2; this is easily realized starting from an orthonormal basis. A small computation shows that the distance of each vertex from the barycenter is  . Moreover, any other point of the space necessarily has a larger distance from at least one of the k vertices. In terms of inclusions of balls, the k open unit balls centered at   are included in a ball of radius  , which is minimal for this configuration.

To show that this configuration is optimal, let   be the centers of k disjoint open unit balls contained in a ball of radius r centered at a point  . Consider the map from the finite set   into   taking   in the corresponding   for each  . Since for all  ,   this map is 1-Lipschitz and by the Kirszbraun theorem it extends to a 1-Lipschitz map that is globally defined; in particular, there exists a point   such that for all   one has  , so that also  . This shows that there are k disjoint unit open balls in a ball of radius r if and only if  . Notice that in an infinite-dimensional Hilbert space this implies that there are infinitely many disjoint open unit balls inside a ball of radius r if and only if  . For instance, the unit balls centered at  , where   is an orthonormal basis, are disjoint and included in a ball of radius   centered at the origin. Moreover, for  , the maximum number of disjoint open unit balls inside a ball of radius r is  .

Spheres in a cuboid edit

People determine the number of spherical objects of given diameter d that can be packed into a cuboid of size  .

Identical spheres in a cylinder edit

People determine the minimum height h of a cylinder with given radius R that will pack n identical spheres of radius r (< R).[12] For a small radius R the spheres arrange to ordered structures, called columnar structures.

Polyhedra in spheres edit

People determine the minimum radius R that will pack n identical, unit volume polyhedra of a given shape.[13]

Packing in 2-dimensional containers edit

 
The optimal packing of 10 circles in a circle

Many variants of 2-dimensional packing problems have been studied.

Packing of circles edit

People are given n unit circles, and have to pack them in the smallest possible container. Several kinds of containers have been studied:

Packing of squares edit

People are given n unit squares and have to pack them into the smallest possible container, where the container type varies:

Packing of rectangles edit

  • Packing identical rectangles in a rectangle: The problem of packing multiple instances of a single rectangle of size (l,w), allowing for 90° rotation, in a bigger rectangle of size (L,W ) has some applications such as loading of boxes on pallets and, specifically, woodpulp stowage. For example, it is possible to pack 147 rectangles of size (137,95) in a rectangle of size (1600,1230).
  • Packing different rectangles in a rectangle: The problem of packing multiple rectangles of varying widths and heights in an enclosing rectangle of minimum area (but with no boundaries on the enclosing rectangle's width or height) has an important application in combining images into a single larger image. A web page that loads a single larger image often renders faster in the browser than the same page loading multiple small images, due to the overhead involved in requesting each image from the web server. The problem is NP-complete in general, but there are fast algorithms for solving small instances.

Related fields edit

In tiling or tessellation problems, there are to be no gaps, nor overlaps. Many of the puzzles of this type involve packing rectangles or polyominoes into a larger rectangle or other square-like shape.

There are significant theorems on tiling rectangles (and cuboids) in rectangles (cuboids) with no gaps or overlaps:

An a × b rectangle can be packed with 1 × n strips if and only if n divides a or n divides b.[15][16]
de Bruijn's theorem: A box can be packed with a harmonic brick a × a b × a b c if the box has dimensions a p × a b q × a b c r for some natural numbers p, q, r (i.e., the box is a multiple of the brick.)[15]

The study of polyomino tilings largely concerns two classes of problems: to tile a rectangle with congruent tiles, and to pack one of each n-omino into a rectangle.

A classic puzzle of the second kind is to arrange all twelve pentominoes into rectangles sized 3×20, 4×15, 5×12 or 6×10.

Packing of irregular objects edit

Packing of irregular objects is a problem not lending itself well to closed form solutions; however, the applicability to practical environmental science is quite important. For example, irregularly shaped soil particles pack differently as the sizes and shapes vary, leading to important outcomes for plant species to adapt root formations and to allow water movement in the soil.[17]

The problem of deciding whether a given set of polygons can fit in a given square container has been shown to be complete for the existential theory of the reals.[18]

See also edit

Notes edit

  1. ^ Lodi, A.; Martello, S.; Monaci, M. (2002). "Two-dimensional packing problems: A survey". European Journal of Operational Research. 141 (2). Elsevier: 241–252. doi:10.1016/s0377-2217(02)00123-6.
  2. ^ Donev, A.; Stillinger, F.; Chaikin, P.; Torquato, S. (2004). "Unusually Dense Crystal Packings of Ellipsoids". Physical Review Letters. 92 (25): 255506. arXiv:cond-mat/0403286. Bibcode:2004PhRvL..92y5506D. doi:10.1103/PhysRevLett.92.255506. PMID 15245027. S2CID 7982407.
  3. ^ a b Torquato, S.; Jiao, Y. (August 2009). "Dense packings of the Platonic and Archimedean solids". Nature. 460 (7257): 876–879. arXiv:0908.4107. Bibcode:2009Natur.460..876T. doi:10.1038/nature08239. ISSN 0028-0836. PMID 19675649. S2CID 52819935.
  4. ^ Haji-Akbari, A.; Engel, M.; Keys, A. S.; Zheng, X.; Petschek, R. G.; Palffy-Muhoray, P.; Glotzer, S. C. (2009). "Disordered, quasicrystalline and crystalline phases of densely packed tetrahedra". Nature. 462 (7274): 773–777. arXiv:1012.5138. Bibcode:2009Natur.462..773H. doi:10.1038/nature08641. PMID 20010683. S2CID 4412674.
  5. ^ Chen, E. R.; Engel, M.; Glotzer, S. C. (2010). "Dense Crystalline Dimer Packings of Regular Tetrahedra". Discrete & Computational Geometry. 44 (2): 253–280. arXiv:1001.0586. Bibcode:2010arXiv1001.0586C. doi:10.1007/s00454-010-9273-0. S2CID 18523116.
  6. ^ Stein, Sherman K. (March 1995), "Packing tripods", Mathematical entertainments, The Mathematical Intelligencer, 17 (2): 37–39, doi:10.1007/bf03024896, S2CID 124703268. Reprinted in Gale, David (1998), Gale, David (ed.), Tracking the Automatic ANT, Springer-Verlag, pp. 131–136, doi:10.1007/978-1-4612-2192-0, ISBN 0-387-98272-8, MR 1661863
  7. ^ Hudson, T. S.; Harrowell, P. (2011). "Structural searches using isopointal sets as generators: Densest packings for binary hard sphere mixtures". Journal of Physics: Condensed Matter. 23 (19): 194103. Bibcode:2011JPCM...23s4103H. doi:10.1088/0953-8984/23/19/194103. PMID 21525553. S2CID 25505460.
  8. ^ "Circle Packing".
  9. ^ Smalley, I.J. (1963). "Simple regular sphere packings in three dimensions". Mathematics Magazine. 36 (5): 295–299. doi:10.2307/2688954. JSTOR 2688954.
  10. ^ a b Betke, Ulrich; Henk, Martin (2000). "Densest lattice packings of 3-polytopes". Computational Geometry. 16 (3): 157–186. arXiv:math/9909172. doi:10.1016/S0925-7721(00)00007-9. MR 1765181. S2CID 12118403.
  11. ^ Minkowski, H. Dichteste gitterförmige Lagerung kongruenter Körper. Nachr. Akad. Wiss. Göttingen Math. Phys. KI. II 311–355 (1904).
  12. ^ Stoyan, Y. G.; Yaskov, G. N. (2010). "Packing identical spheres into a cylinder". International Transactions in Operational Research. 17: 51–70. doi:10.1111/j.1475-3995.2009.00733.x.
  13. ^ Teich, E.G.; van Anders, G.; Klotsa, D.; Dshemuchadse, J.; Glotzer, S.C. (2016). "Clusters of Polyhedra in Spherical Confinement". Proc. Natl. Acad. Sci. U.S.A. 113 (6): E669–E678. Bibcode:2016PNAS..113E.669T. doi:10.1073/pnas.1524875113. PMC 4760782. PMID 26811458.
  14. ^ Melissen, J. (1995). "Packing 16, 17 or 18 circles in an equilateral triangle". Discrete Mathematics. 145 (1–3): 333–342. doi:10.1016/0012-365X(95)90139-C.
  15. ^ a b Honsberger, Ross (1976). Mathematical Gems II. The Mathematical Association of America. p. 67. ISBN 0-88385-302-7.
  16. ^ Klarner, D.A.; Hautus, M.L.J (1971). "Uniformly coloured stained glass windows". Proceedings of the London Mathematical Society. 3. 23 (4): 613–628. doi:10.1112/plms/s3-23.4.613.
  17. ^ C.Michael Hogan. 2010. Abiotic factor. Encyclopedia of Earth. eds Emily Monosson and C. Cleveland. National Council for Science and the Environment. Washington DC
  18. ^ Abrahamsen, Mikkel; Miltzow, Tillmann; Nadja, Seiferth (2020), Framework for  -Completeness of Two-Dimensional Packing Problems, arXiv:2004.07558.

References edit

External links edit

    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.
    • Best known packings of equal circles in a circle, up to 1100

    • Circle packing challenge problem in Python

    packing, problems, this, article, about, geometric, packing, problems, numerical, packing, problems, knapsack, problem, class, optimization, problems, mathematics, that, involve, attempting, pack, objects, together, into, containers, goal, either, pack, single. This article is about geometric packing problems For numerical packing problems see Knapsack problem Packing problems are a class of optimization problems in mathematics that involve attempting to pack objects together into containers The goal is to either pack a single container as densely as possible or pack all objects using as few containers as possible Many of these problems can be related to real life packaging storage and transportation issues Each packing problem has a dual covering problem which asks how many of the same objects are required to completely cover every region of the container where objects are allowed to overlap Spheres or circles packed loosely top and more densely bottom 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 a single object of a fixed dimension that can be used repeatedly Usually the packing must be without overlaps between goods and other goods or the container walls In some variants the aim is to find the configuration that packs a single container with the maximal packing density More commonly the aim is to pack all the objects into as few containers as possible 1 In some variants the overlapping of objects with each other and or with the boundary of the container is allowed but should be minimized Contents 1 Packing in infinite space 1 1 Hexagonal packing of circles 1 2 Sphere packings in higher dimensions 1 3 Packings of Platonic solids in three dimensions 2 Packing in 3 dimensional containers 2 1 Different cuboids into a cuboid 2 2 Spheres into a Euclidean ball 2 3 Spheres in a cuboid 2 4 Identical spheres in a cylinder 2 5 Polyhedra in spheres 3 Packing in 2 dimensional containers 3 1 Packing of circles 3 2 Packing of squares 3 3 Packing of rectangles 4 Related fields 5 Packing of irregular objects 6 See also 7 Notes 8 References 9 External linksPacking in infinite space editMany of these problems when the container size is increased in all directions become equivalent to the problem of packing objects as densely as possible in infinite Euclidean space This problem is relevant to a number of scientific disciplines and has received significant attention The Kepler conjecture postulated an optimal solution for packing spheres hundreds of years before it was proven correct by Thomas Callister Hales Many other shapes have received attention including ellipsoids 2 Platonic and Archimedean solids 3 including tetrahedra 4 5 tripods unions of cubes along three positive axis parallel rays 6 and unequal sphere dimers 7 Hexagonal packing of circles edit nbsp The hexagonal packing of circles on a 2 dimensional Euclidean plane These problems are mathematically distinct from the ideas in the circle packing theorem The related circle packing problem deals with packing circles possibly of different sizes on a surface for instance the plane or a sphere The counterparts of a circle in other dimensions can never be packed with complete efficiency in dimensions larger than one in a one dimensional universe the circle analogue is just two points That is there will always be unused space if people are only packing circles The most efficient way of packing circles hexagonal packing produces approximately 91 efficiency 8 Sphere packings in higher dimensions edit Main article Sphere packing In three dimensions close packed structures offer the best lattice packing of spheres and is believed to be the optimal of all packings With simple sphere packings in three dimensions simple being carefully defined there are nine possible definable packings 9 The 8 dimensional E8 lattice and 24 dimensional Leech lattice have also been proven to be optimal in their respective real dimensional space Packings of Platonic solids in three dimensions edit Cubes can easily be arranged to fill three dimensional space completely the most natural packing being the cubic honeycomb No other Platonic solid can tile space on its own but some preliminary results are known Tetrahedra can achieve a packing of at least 85 One of the best packings of regular dodecahedra is based on the aforementioned face centered cubic FCC lattice Tetrahedra and octahedra together can fill all of space in an arrangement known as the tetrahedral octahedral honeycomb Solid Optimal density of a lattice packing icosahedron 0 836357 10 dodecahedron 5 5 8 0 904508 10 octahedron 18 19 0 947368 11 Simulations combining local improvement methods with random packings suggest that the lattice packings for icosahedra dodecahedra and octahedra are optimal in the broader class of all packings 3 Packing in 3 dimensional containers editDifferent cuboids into a cuboid edit Determine the minimum number of cuboid containers bins that are required to pack a given set of item cuboids The rectangular cuboids to be packed can be rotated by 90 degrees on each axis Spheres into a Euclidean ball edit Main article Sphere packing in a sphere The problem of finding the smallest ball such that k disjoint open unit balls may be packed inside it has a simple and complete answer in n dimensional Euclidean space if k n 1 displaystyle k leq n 1 nbsp and in an infinite dimensional Hilbert space with no restrictions It is worth describing in detail here to give a flavor of the general problem In this case a configuration of k pairwise tangent unit balls is available People place the centers at the vertices a 1 a k displaystyle a 1 dots a k nbsp of a regular k 1 displaystyle k 1 nbsp dimensional simplex with edge 2 this is easily realized starting from an orthonormal basis A small computation shows that the distance of each vertex from the barycenter is 2 1 1 k textstyle sqrt 2 big 1 frac 1 k big nbsp Moreover any other point of the space necessarily has a larger distance from at least one of the k vertices In terms of inclusions of balls the k open unit balls centered at a 1 a k displaystyle a 1 dots a k nbsp are included in a ball of radius r k 1 2 1 1 k textstyle r k 1 sqrt 2 big 1 frac 1 k big nbsp which is minimal for this configuration To show that this configuration is optimal let x 1 x k displaystyle x 1 dots x k nbsp be the centers of k disjoint open unit balls contained in a ball of radius r centered at a point x 0 displaystyle x 0 nbsp Consider the map from the finite set x 1 x k displaystyle x 1 dots x k nbsp into a 1 a k displaystyle a 1 dots a k nbsp taking x j displaystyle x j nbsp in the corresponding a j displaystyle a j nbsp for each 1 j k displaystyle 1 leq j leq k nbsp Since for all 1 i lt j k displaystyle 1 leq i lt j leq k nbsp a i a j 2 x i x j displaystyle a i a j 2 leq x i x j nbsp this map is 1 Lipschitz and by the Kirszbraun theorem it extends to a 1 Lipschitz map that is globally defined in particular there exists a point a 0 displaystyle a 0 nbsp such that for all 1 j k displaystyle 1 leq j leq k nbsp one has a 0 a j x 0 x j displaystyle a 0 a j leq x 0 x j nbsp so that also r k 1 a 0 a j 1 x 0 x j r displaystyle r k leq 1 a 0 a j leq 1 x 0 x j leq r nbsp This shows that there are k disjoint unit open balls in a ball of radius r if and only if r r k displaystyle r geq r k nbsp Notice that in an infinite dimensional Hilbert space this implies that there are infinitely many disjoint open unit balls inside a ball of radius r if and only if r 1 2 displaystyle r geq 1 sqrt 2 nbsp For instance the unit balls centered at 2 e j displaystyle sqrt 2 e j nbsp where e j j displaystyle e j j nbsp is an orthonormal basis are disjoint and included in a ball of radius 1 2 displaystyle 1 sqrt 2 nbsp centered at the origin Moreover for r lt 1 2 displaystyle r lt 1 sqrt 2 nbsp the maximum number of disjoint open unit balls inside a ball of radius r is 2 2 r 1 2 textstyle big lfloor frac 2 2 r 1 2 big rfloor nbsp Spheres in a cuboid edit See also Sphere packing in a cube People determine the number of spherical objects of given diameter d that can be packed into a cuboid of size a b c displaystyle a times b times c nbsp Identical spheres in a cylinder edit Main article Sphere packing in a cylinder People determine the minimum height h of a cylinder with given radius R that will pack n identical spheres of radius r lt R 12 For a small radius R the spheres arrange to ordered structures called columnar structures Polyhedra in spheres edit People determine the minimum radius R that will pack n identical unit volume polyhedra of a given shape 13 Packing in 2 dimensional containers edit nbsp The optimal packing of 10 circles in a circleMany variants of 2 dimensional packing problems have been studied Packing of circles edit Main article Circle packing People are given n unit circles and have to pack them in the smallest possible container Several kinds of containers have been studied Packing circles in a circle closely related to spreading points in a unit circle with the objective of finding the greatest minimal separation dn between points Optimal solutions have been proven for n 13 and n 19 Packing circles in a square closely related to spreading points in a unit square with the objective of finding the greatest minimal separation dn between points To convert between these two formulations of the problem the square side for unit circles will be L 2 2 d n displaystyle L 2 2 d n nbsp nbsp The optimal packing of 15 circles in a squareOptimal solutions have been proven for n 30 Packing circles in a rectangle Packing circles in an isosceles right triangle good estimates are known for n lt 300 Packing circles in an equilateral triangle Optimal solutions are known for n lt 13 and conjectures are available for n lt 28 14 Packing of squares edit Main article Square packing People are given n unit squares and have to pack them into the smallest possible container where the container type varies Packing squares in a square Optimal solutions have been proven for n from 1 10 14 16 22 25 33 36 62 64 79 81 98 100 and any square integer The wasted space is asymptotically O a3 5 Packing squares in a circle Good solutions are known for n 35 nbsp The optimal packing of 10 squares in a square Packing of rectangles edit Main article Rectangle packing Packing identical rectangles in a rectangle The problem of packing multiple instances of a single rectangle of size l w allowing for 90 rotation in a bigger rectangle of size L W has some applications such as loading of boxes on pallets and specifically woodpulp stowage For example it is possible to pack 147 rectangles of size 137 95 in a rectangle of size 1600 1230 Packing different rectangles in a rectangle The problem of packing multiple rectangles of varying widths and heights in an enclosing rectangle of minimum area but with no boundaries on the enclosing rectangle s width or height has an important application in combining images into a single larger image A web page that loads a single larger image often renders faster in the browser than the same page loading multiple small images due to the overhead involved in requesting each image from the web server The problem is NP complete in general but there are fast algorithms for solving small instances Related fields editIn tiling or tessellation problems there are to be no gaps nor overlaps Many of the puzzles of this type involve packing rectangles or polyominoes into a larger rectangle or other square like shape There are significant theorems on tiling rectangles and cuboids in rectangles cuboids with no gaps or overlaps An a b rectangle can be packed with 1 n strips if and only if n divides a or n divides b 15 16 de Bruijn s theorem A box can be packed with a harmonic brick a a b a b c if the box has dimensions a p a b q a b c r for some natural numbers p q r i e the box is a multiple of the brick 15 The study of polyomino tilings largely concerns two classes of problems to tile a rectangle with congruent tiles and to pack one of each n omino into a rectangle A classic puzzle of the second kind is to arrange all twelve pentominoes into rectangles sized 3 20 4 15 5 12 or 6 10 Packing of irregular objects editPacking of irregular objects is a problem not lending itself well to closed form solutions however the applicability to practical environmental science is quite important For example irregularly shaped soil particles pack differently as the sizes and shapes vary leading to important outcomes for plant species to adapt root formations and to allow water movement in the soil 17 The problem of deciding whether a given set of polygons can fit in a given square container has been shown to be complete for the existential theory of the reals 18 See also editBin packing problem Close packing of equal spheres Conway puzzle Covering problem Cutting stock problem Ellipsoid packing Kissing number problem Knapsack problem Random close pack Set packing Slothouber Graatsma puzzle Strip packing problem Tetrahedron packing TetrisNotes edit Lodi A Martello S Monaci M 2002 Two dimensional packing problems A survey European Journal of Operational Research 141 2 Elsevier 241 252 doi 10 1016 s0377 2217 02 00123 6 Donev A Stillinger F Chaikin P Torquato S 2004 Unusually Dense Crystal Packings of Ellipsoids Physical Review Letters 92 25 255506 arXiv cond mat 0403286 Bibcode 2004PhRvL 92y5506D doi 10 1103 PhysRevLett 92 255506 PMID 15245027 S2CID 7982407 a b Torquato S Jiao Y August 2009 Dense packings of the Platonic and Archimedean solids Nature 460 7257 876 879 arXiv 0908 4107 Bibcode 2009Natur 460 876T doi 10 1038 nature08239 ISSN 0028 0836 PMID 19675649 S2CID 52819935 Haji Akbari A Engel M Keys A S Zheng X Petschek R G Palffy Muhoray P Glotzer S C 2009 Disordered quasicrystalline and crystalline phases of densely packed tetrahedra Nature 462 7274 773 777 arXiv 1012 5138 Bibcode 2009Natur 462 773H doi 10 1038 nature08641 PMID 20010683 S2CID 4412674 Chen E R Engel M Glotzer S C 2010 Dense Crystalline Dimer Packings of Regular Tetrahedra Discrete amp Computational Geometry 44 2 253 280 arXiv 1001 0586 Bibcode 2010arXiv1001 0586C doi 10 1007 s00454 010 9273 0 S2CID 18523116 Stein Sherman K March 1995 Packing tripods Mathematical entertainments The Mathematical Intelligencer 17 2 37 39 doi 10 1007 bf03024896 S2CID 124703268 Reprinted in Gale David 1998 Gale David ed Tracking the Automatic ANT Springer Verlag pp 131 136 doi 10 1007 978 1 4612 2192 0 ISBN 0 387 98272 8 MR 1661863 Hudson T S Harrowell P 2011 Structural searches using isopointal sets as generators Densest packings for binary hard sphere mixtures Journal of Physics Condensed Matter 23 19 194103 Bibcode 2011JPCM 23s4103H doi 10 1088 0953 8984 23 19 194103 PMID 21525553 S2CID 25505460 Circle Packing Smalley I J 1963 Simple regular sphere packings in three dimensions Mathematics Magazine 36 5 295 299 doi 10 2307 2688954 JSTOR 2688954 a b Betke Ulrich Henk Martin 2000 Densest lattice packings of 3 polytopes Computational Geometry 16 3 157 186 arXiv math 9909172 doi 10 1016 S0925 7721 00 00007 9 MR 1765181 S2CID 12118403 Minkowski H Dichteste gitterformige Lagerung kongruenter Korper Nachr Akad Wiss Gottingen Math Phys KI II 311 355 1904 Stoyan Y G Yaskov G N 2010 Packing identical spheres into a cylinder International Transactions in Operational Research 17 51 70 doi 10 1111 j 1475 3995 2009 00733 x Teich E G van Anders G Klotsa D Dshemuchadse J Glotzer S C 2016 Clusters of Polyhedra in Spherical Confinement Proc Natl Acad Sci U S A 113 6 E669 E678 Bibcode 2016PNAS 113E 669T doi 10 1073 pnas 1524875113 PMC 4760782 PMID 26811458 Melissen J 1995 Packing 16 17 or 18 circles in an equilateral triangle Discrete Mathematics 145 1 3 333 342 doi 10 1016 0012 365X 95 90139 C a b Honsberger Ross 1976 Mathematical Gems II The Mathematical Association of America p 67 ISBN 0 88385 302 7 Klarner D A Hautus M L J 1971 Uniformly coloured stained glass windows Proceedings of the London Mathematical Society 3 23 4 613 628 doi 10 1112 plms s3 23 4 613 C Michael Hogan 2010 Abiotic factor Encyclopedia of Earth eds Emily Monosson and C Cleveland National Council for Science and the Environment Washington DC Abrahamsen Mikkel Miltzow Tillmann Nadja Seiferth 2020 Framework for R displaystyle exists mathbb R nbsp Completeness of Two Dimensional Packing Problems arXiv 2004 07558 References editWeisstein Eric W Klarner s Theorem MathWorld Weisstein Eric W de Bruijn s Theorem MathWorld External links edit nbsp Wikimedia Commons has media related to Packing problems Optimizing Three Dimensional Bin Packing 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 Best known packings of equal circles in a circle up to 1100 Circle packing challenge problem in Python Retrieved from https en wikipedia org w index php title Packing problems amp oldid 1219301273, wikipedia, wiki, book, books, library,

    article

    , read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.