We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in Solver.java, line 165: addIfWorth(SolvingTechnique.DirectHiddenPair, directHintProducers, new HiddenSet(3, true));
Should be: DirectHiddenTriplet
The text was updated successfully, but these errors were encountered:
Small programming bug - Fix SudokuMonster#106
f1904d1
I don't know anything about the code, but it does seem like SudokuMonster#106 is valid, because `DirectHiddenPair` is already included on line 157
Successfully merging a pull request may close this issue.
in Solver.java, line 165:
addIfWorth(SolvingTechnique.DirectHiddenPair, directHintProducers, new HiddenSet(3, true));
Should be: DirectHiddenTriplet
The text was updated successfully, but these errors were encountered: