Skip to content

Solver for David Pitcher's Six Spot Cube created using Constraint Programming in MiniZinc

Notifications You must be signed in to change notification settings

Mapet13/six-spot-cube-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimal Solver for the Six Spot Cube

MiniZinc model created for finding shortest solution for David Pitcher's Six Spot Cube.

Cube:

Example Configuration:

corners_rotation = [1, 0, 0];
spot_colors = [Yellow, White, Green, Orange, Red, Blue];
MAX_MOVES = 10;

Solved Configuration:

corners_rotation = [0, 0, 0];
spot_colors = [Red, White, Green, Orange, Blue, Yellow];
MAX_MOVES = 20;

About

Solver for David Pitcher's Six Spot Cube created using Constraint Programming in MiniZinc

Topics

Resources

Stars

Watchers

Forks