2010/7/24 Maciej Bliziński <[email protected]>: > I also finished the code generating all the rotations and all the > positions. If you call the MatcherData() method of the AllTheWays > class, you'll get the data ready for use for any solution seeking > algorithm.
I've made more progress: the first implementation of the recursive backtracking search is working, albeit slowly. The existing code is here: http://github.com/dublindan/pycon_cube/tree/visual-data The way to run the script is: ./puzzle_tool.py -l So far, I haven't found a single solution. What do you guys think would be the best way to improve this program? Maciej -- You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pythonireland?hl=en.
