Skip to content

radevgit/packing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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