opencubes icon indicating copy to clipboard operation
opencubes copied to clipboard

C solver with new dictionary key generation method

Open tomestopen opened this issue 1 year ago • 0 comments

I've created a solver that uses a dictionary with keys based on rotation independent features of the cube shapes.

While the keys don't uniquely identify the shapes, they limit the scope of the search to the point where it can find the 10 cubes shapes in 47 seconds.

if you are interested it is here: https://github.com/tomestopen/CubeShapes/tree/1.0

There is definitely room for improvement, especially in the multithreaded version of the search function.

tomestopen avatar Sep 03 '23 13:09 tomestopen