Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.04 KB

This repository contains my solutions to some Circle Packing problems. The solutions are optimized using the Ring2D software. They are as close to optimal as the algorithms can provide.

Circles in circle container

"Magic" numbers that form complete "layers" in circle container

61 (r=8.66131) 61 91 (r=10.56677) 91

127(r=12.4747) 127

Circles in rectangle container

Packing circles with equal radius

Hexagonal lattice is not the only one when circles are packed in recangular container. Different number of circles and rectangle height result in different arrangement.

(#48 height=43000/4) 7

(#50 height=48000/4) 7

(#53 height=40000/4) 7

(#53 height=46000/4) 7

(#54 height=43000/4) 7