Package ball.game.sudoku
Class RuleOfElimination
- java.lang.Object
-
- ball.game.sudoku.Rule
-
- ball.game.sudoku.RuleOfElimination
-
- Direct Known Subclasses:
RuleOfNIdenticalCellsOfSizeN,RuleOfSums,RuleOfUniqueness
@ServiceProviderFor(Rule.class) public class RuleOfElimination extends Rule
Sudoku "rule-of-elimination"Ruleimplementation. If a digit is the solution to aCellthen it cannot be the solution to any otherCellin the row, column, or 3x3 nonet.- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description RuleOfElimination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapplyTo(Puzzle puzzle)
-