@ServiceProviderFor(value=Rule.class) public class RuleOfElimination extends Rule
Rule implementation. If a digit is
the solution to a Cell then it cannot be the solution to any
other Cell in the row, column, or 3x3 nonet.| Constructor and Description |
|---|
RuleOfElimination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyTo(Puzzle puzzle)
|
Copyright © 2015–2020 Allen D. Ball. All rights reserved.