Christmas Cookie Conundrum: The Ever-Elusive Riddle Even Math Experts Have Given Up on Solving

Cutting Cookies

Figuring out the best way to pack objects in two dimensions is still a challenge for computers. Currently, optimal packing is limited to around 5-10 objects and is unlikely to improve soon. Humans still outperform computers in tasks like this, for now.

At some point in life, most people have stood over a rolled-out slab of cookie dough and pondered just how to best cut out cookies with as little waste as possible. Now, even math experts have given up on finding a computer algorithm to answer this type of geometric problem.

How can we maximize dough while cutting out Christmas cookies? How do we pack a suitcase or fill a kitchen cabinet while making the best use of space? One may have thought, “There must be a best way to do this.” Pondering such questions too deeply now appears to be a complete waste of time. The science is now here to support that it is impossible, for the time being, to figure out what works best for more than four or five spicy gingerbread men or Christmas tree cookies.

Assistant Professor Mikkel Abrahamsen of the Department of Computer Science and two research colleagues studied how difficult it is to figure out the optimal way to pack objects in two dimensions without overlap — a conundrum that computer scientists have plugged away at for decades.

“While algorithms let us solve seriously complex problems, this is one that remains too much of a mouthful for today’s computers. For now, it isn’t possible to pack more than 5-10 objects optimally. And, our result suggests that this number probably won’t increase much for the time being,” explains Mikkel Abrahamsen.

Packing things optimally isn’t just an occasional problem at home, but in a variety of industries, including clothing manufacturing and metal processing. In each case, it is important to cut out materials with as little waste as possible. In shipping, it applies to the packing of containers.

Packing of Squares

Left: Optimal packing of five squares. Right: The currently best known packing of eleven unit squares into a larger square. Credit: Mikkel Abrahamsen

Only four gingerbread cookies

We know the size of the smallest square container in which we can pack up to 10 square 1×1 meter pallets. But by simply adding one additional pallet, it becomes impossible to calculate the optimal size of the container. Abrahamsen explains:

“As more pallets are added, the calculation time increases beyond exponentially. Not even the best computers can keep up. Theoretically, it’s possible. But based upon the speed at which computing power is growing, it will probably take millions of years before we are able to optimize the handling of a few additional objects.”

Furthermore, if one is working with more complicated shapes, like Christmas tree-shaped gingerbread, Mikkel Abrahamsen says that optimal solutions can only be found for up to four objects today.

An infinite number of options

What makes it so difficult? Abrahamsen explains that the problem is similar to solving equations of degree five or higher, and with many unknowns. Here, it is known that such a solution cannot always be written down using regular arithmetic operations.

“Our study proves that the problem has a nature that we in mathematics refer to as continuous — which in a nutshell, means that one must know all of the coordinates at which the cookies can be placed and all of the angles at which they can be rotated,” explains Abrahamsen.

As the possible combinations are infinite, there is no way to create a list of all the locations needed to try in order to find an optimal packing solution. Instead, algorithms that solve packing problems optimally need to be more analytical, which is time-consuming. This contrasts with many other known algorithmic problems, where one can try a limited number of combinations before finding one that is optimal. Thus, packing problems are much more difficult.

So in practice, there are no better solutions to packing problems than the ones we humans can come up with.

“In both industry and over the kitchen counter we must continue to be satisfied with our less-than-optimal solutions and rest assured that we humans are still better than computers for these types of tasks — for the time being,” concludes Mikkel Abrahamsen.

  • In computer science and mathematics, packing problems are a class of optimization problems that involve attempting to pack a number of objects as closely as possible in either two or three dimensions. Mathematicians have been addressing packing problems for hundreds of years.
  • With the new result, the two-dimensional packing problem has graduated to a higher class of computational complexity, which is denoted ∃ℝ. It was previously believed that the question belonged to the class NP together with the famed “traveling salesman problem”, which deals with calculating the shortest tour for visiting all cities on a given list.
  • The research was conducted by Mikkel Abrahamsen of the University of Copenhagen’s BARC Centre, at the Department of Computer Science; Tillmann Miltzow from Utrecht University in the Netherlands and Nadja Seiferth from Freie Universität Berlin in Germany. The research has received funding from the VILLUM Foundation, among others.
  • The study has been presented at the prestigious conference FOCS 2020 (IEEE Symposium on Foundations of Computer Science), running from 16-19 November.

Reference: “Framework for ∃R-Completeness of Two-Dimensional Packing Problems” by Mikkel Abrahamsen, Tillmann Miltzow and Nadja Seiferth, 16 November 2020, 2020 IEEE 61st Annual Symposium on Foundations of Computer Science (FOCS).
DOI: 10.1109/FOCS46700.2020.00098
arXiv: 2004.07558

5 Comments on "Christmas Cookie Conundrum: The Ever-Elusive Riddle Even Math Experts Have Given Up on Solving"

  1. Second diagram packing 11 boxes. Put 11 full boxes in rows and 5 empty ones. Or make a smaller container.

  2. … to maximize the dough. Well, let me see that…
    Oh, wehl, one can reuse the dough and you use all of it …

  3. You can just eat the excess dough raw. Problem solved.

Leave a Reply to Jason Cancel reply

Email address is optional. If provided, your email will not be published or shared.