0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created sample board json file and added command line argument for passing it in More... about 14 years ago
Added json serialization/deserialization support to board classes More... about 14 years ago
made log time a float More... about 14 years ago
Progress callback now returns whether or not to continue. More... about 14 years ago
turn count solver logs on new turn count or after certain time. Added command line switch to define the progress display time More... about 14 years ago
distance progress prints once every second. Clear option changes behavior or progress print More... about 14 years ago
Added option to set random seed from command line More... about 14 years ago
Added simple progress callback. Need something better More... about 14 years ago
Removed progress callback as it needs to be specific to the solver type More... about 14 years ago
fixed trivial case main More... about 14 years ago
Added real command line arguments and parsing More... about 14 years ago
Fixed but in new solver's <=> operator More... about 14 years ago
Created depth-first solver and fixed a turn bug More... about 14 years ago
fall back to normal rdoc if hanna not installed More... about 14 years ago
Switched to hanna rdoc template More... about 14 years ago
Modified rakefile to pass arguments to run More... about 14 years ago
Refactored solver into base class and breadth_first implementation More... about 14 years ago
tweaked solver so it can be passed a number of steps to run More... about 14 years ago
memoize Card hash value More... about 14 years ago
Don't generate redundant turns for King moves More... about 14 years ago
Created initial main for running from the command line. Added progress callback to solver More... about 14 years ago
Changed board from deck method to properly create the tableaus More... about 14 years ago
Created TODO More... over 14 years ago
First pass at solver and initial tests More... over 14 years ago
Created sorted queue and tests More... over 14 years ago
Modified tableau constructor to take 2 arguments and tweaked board More... over 14 years ago
Added get turns methods to board More... over 14 years ago
Added do_turn! to Turn class for modifying original board More... over 14 years ago
Created turn classes and tests More... over 14 years ago
Filled in LICENSE file with MIT license More... over 14 years ago