Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore pieces with only one state during solving. (#1323)
Straight up dumb off-by-one error. Oops! This should make the solver a little faster (though it mostly uses the piece state map to look up states, so the shorter piece list won't have a huge effect).
- Loading branch information