wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

packing_problem (818B)


      1 # Packing problem
      2 
      3 - [squares_in_squares]
      4 - https://en.wikipedia.org/wiki/Square_packing_in_a_square#Square_packing_in_a_circle
      5 - packing circles into triangles
      6   https://en.wikipedia.org/wiki/Circle_packing_in_an_equilateral_triangle
      7 - packing circle into circle https://en.wikipedia.org/wiki/Circle_packing_in_a_circle
      8 - what about packing equilateral triangles into equilateral triangles ?
      9 - similar looking problem "Heilbronn triangle problem" https://en.wikipedia.org/wiki/Heilbronn_triangle_problem https://www.quantamagazine.org/the-biggest-smallest-triangle-just-got-smaller-20230908/
     10 - conjecture that you can pack any set of [tree] into [clique]: Gyárfás tree packing conjecture
     11 - [ringels_conjecture]
     12 - [circle_packing_theorem]
     13 
     14 Up: [computational_geometry]
     15 
     16 See also: [graph_packing], [packing_coloring]