Abstract
This project aims to study the 3D irregular packing problem, which is important for optimizing the space used to place objects into a 3D printer. We will consider that the objects have fixed allowed rotations that they cannot overlap and must be entirely inside the container. Our goal is to study solution methods for this problem, implement one of them and propose improvements on the impl…