You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
generateMoves for Puzzles using GeneralSolver now takes in a keyword argument "movetype". Details are in Puzzle.py
PickleSolverWrapper is available for storing solvers into binary files, avoiding re-computation afterwards. Optional function getName allows you to set the name of the file itself.
ALL filenames are required to have a lowercased first letter. All file names were changed to reflect this.
The solver folder was renamed solvers
Tutorials were reorganized and reeditted
requirement.txt was added for dependencies
test was renamed to add an underscore test_
GraphPuzzle is available to create an actual Puzzle tree with nodes. Documentation is expected to come soon.