summaryrefslogtreecommitdiff
path: root/src/bin/depth-first-search.rs
AgeCommit message (Collapse)Author
2018-07-23Added option for discarding poor performing moves earlyJustin Worthe
2018-07-22Naive implementation of depth first walk of the state spaceJustin Worthe
This does not run in a time that terminates in human time I think.