
I while ago I wrote a program for solving the soma cube puzzle. I got interested in the soma cube problem by reading about it in a math book by Martin Gardner, The Colossal Book Of Mathematics, which I got from my buddy Rob. It is a very good book for those who like to play with mathematics.

Lying in bed at night I would try and find solutions to the problem in my head. After finding a couple, I was no longer interested in the problem itself. Instead I got interested in finding a way to find all solutions. That’s when I came up with the algorithm implemented in this swf.
My program attacks the soma cube problem with brute force and will find all possible solutions pretty fast. It can easily be applied to variations of the standard problem.
For more information on the soma cube click here (external link).
Tags: AI, Math, Personal