| Package | Description |
|---|---|
| ball.game.ant.taskdefs | |
| ball.game.sudoku |
Classes for solving Sudoku.
|
| Modifier and Type | Method and Description |
|---|---|
Puzzle |
SudokuTask.getPuzzle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleOfUniqueness.applyTo(Puzzle puzzle) |
boolean |
RuleOfSums.applyTo(Puzzle puzzle) |
boolean |
RuleOfNIdenticalCellsOfSizeN.applyTo(Puzzle puzzle) |
boolean |
RuleOfElimination.applyTo(Puzzle puzzle) |
abstract boolean |
Rule.applyTo(Puzzle puzzle)
|
Copyright © 2015–2020 Allen D. Ball. All rights reserved.