Content deleted Content added
Citation bot (talk | contribs) Add: doi-access. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox | #UCB_webform_linked 19/924 |
Joel Brennan (talk | contribs) mNo edit summary Tag: Disambiguation links added |
||
Line 1:
{{about|geometric packing problems|numerical packing problems|Knapsack problem}}
[[File:Seissand.png|thumb|
{{Covering/packing-problem pairs}}
{{Puzzles |topics}}
Line 7:
In a [[bin packing problem]], you are given:
* 'containers' (usually a single two- or three-dimensional [[convex region]], or an infinite space)
* 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.
Line 13:
==Packing in infinite space==
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 [[sphere packing|packing spheres]] hundreds of years before it was [[mathematical proof|proven]] correct by [[Thomas Callister Hales]]. Many other shapes have received attention, including ellipsoids,<ref>{{Cite journal | last1 = Donev | first1 = A. | last2 = Stillinger | first2 = F. | last3 = Chaikin | first3 = P. | last4 = Torquato | first4 = S. | title = Unusually Dense Crystal Packings of Ellipsoids | doi = 10.1103/PhysRevLett.92.255506 | journal = Physical Review Letters | volume = 92 | issue = 25 | year = 2004 | pmid = 15245027|arxiv = cond-mat/0403286 |bibcode = 2004PhRvL..92y5506D | page=255506| s2cid = 7982407 }}</ref> [[Platonic solid|Platonic]] and [[Archimedean
===Hexagonal packing of circles===
[[File:Circle packing (hexagonal).svg|thumb|right|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
The [[N-sphere|counterparts of a circle]] in other dimensions can never be packed with complete efficiency in [[
===Sphere packings in higher dimensions===
Line 27:
===Packings of Platonic solids in three dimensions===
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 and [[octahedra]] together can fill all of space in an arrangement known as the [[tetrahedral-octahedral honeycomb]].
{| class="wikitable"
Line 36:
! Optimal density of a lattice packing
|-
| [[icosahedron]]
| 0.836357...<ref name="Betke">{{cite journal|last1=Betke|first1=Ulrich|last2=Henk|first2=Martin|doi=10.1016/S0925-7721(00)00007-9|doi-access=free|issue=3|journal=[[Computational Geometry (journal)|Computational Geometry]]|mr=1765181|pages=157–186|title=Densest lattice packings of 3-polytopes|volume=16|year=2000|arxiv=math/9909172|s2cid=12118403}}</ref>
|-
| dodecahedron
| (5
|-
| octahedron
Line 51:
=== Different cuboids into a cuboid ===
Determine the minimum number of [[cuboid]] containers (bins) that are required to pack a given set of item cuboids
===Spheres into a Euclidean ball===
The problem of finding the smallest ball such that <math>k</math> [[disjoint sets|disjoint]] open [[unit
To show that this configuration is optimal, let <math>
===Spheres in a cuboid===
Determine the number of
===Identical spheres in a cylinder===
Determine the minimum height ''h'' of a [[cylinder]] with given radius ''R'' that will pack ''n'' identical spheres of radius ''r'' (< ''R'').<ref>{{Cite journal | doi = 10.1111/j.1475-3995.2009.00733.x| title = Packing identical spheres into a cylinder| journal = International Transactions in Operational Research| volume = 17| pages = 51–70| year = 2010| last1 = Stoyan | first1 = Y. G. | last2 = Yaskov | first2 = G. N.}}</ref> For a small radius ''R'' the spheres arrange to ordered structures, called [[Columnar structure|columnar structures]].
===Polyhedra in spheres===
Determine the minimum radius ''R'' that will pack ''n'' identical, unit [[volume]] [[
==Packing in 2-dimensional containers==
Line 75:
* [[Circle packing in a circle|Packing circles in a '''circle''']] - closely related to spreading points in a unit circle with the objective of finding the greatest minimal separation, ''d''<sub>''n''</sub>, between points. Optimal solutions have been proven for ''n'' ≤ 13, and ''n'' = 19.
* [[Circle packing in a square|Packing circles in a '''square''']] - closely related to spreading points in a unit square with the objective of finding the greatest minimal separation, ''d''<sub>''n''</sub>, between points. To convert between these two formulations of the problem, the square side for unit circles will be ''L'' = 2 + 2/''d''<sub>''n''</sub>. [[File:15 circles in a square.svg|thumb|120px|right|The optimal packing of 15 circles in a square]]Optimal solutions have been proven for ''n'' ≤ 30.
* [[Circle packing in an isosceles right triangle|Packing circles in an '''isosceles right triangle''']] - good estimates are known for ''n'' < 300.
* [[Circle packing in an equilateral triangle|Packing circles in an '''equilateral triangle''']] - Optimal solutions are known for ''n'' < 13, and
{{Anchor|Packing squares}}
Line 83:
You are given ''n'' [[unit square]]s and have to pack them into the smallest possible container, where the container type varies:
* [[Square packing in a square|Packing squares in a '''square''']]: Optimal solutions have been proven for ''n'' = 1–10, 14–16, 22–25, 33–36, 62–64, 79–81, 98–100, and any [[square number|square]] [[integer]]. The wasted space is asymptotically [[Big O notation|O]](''a''<sup>7/11</sup>).
* [[Square packing in a circle|Packing squares in a '''circle''']]: Good solutions are known for ''n'' up to 35.[[Image:10 kvadratoj en kvadrato.svg|thumb|120px|right|The optimal packing of 10 squares in a square]]
===[[Rectangle packing|Packing of rectangles]]===
* '''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==
In tiling or [[tessellation]] problems, there are to be no gaps, nor overlaps. Many of the puzzles of this type involve packing
There are significant
:An ''a''
:[[de Bruijn's theorem]]: A box can be packed with a [[harmonic brick]] ''a''
The study of
A classic puzzle of the second kind is to arrange all twelve [[pentomino]]es into rectangles sized 3×20, 4×15, 5×12 or 6×10.
Line 105:
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.<ref>C.Michael Hogan. 2010. [http://www.eoearth.org/article/Abiotic_factor?topic=49461 ''Abiotic factor''. Encyclopedia of Earth. eds Emily Monosson and C. Cleveland. National Council for Science and the Environment]. Washington DC</ref>
The problem of deciding whether a given set of
| last1 = Abrahamsen | first1 = Mikkel
| last2 = Miltzow | first2 = Tillmann
|