| Package | Description | 
|---|---|
| ball.game.sudoku | 
 Classes for solving Sudoku. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<CoordinateMap<Cell>> | 
Puzzle.nonets()
Method to get the sub- 
CoordinateMaps representing the 3x3 boxes
 (nonets). | 
List<CoordinateMap<Cell>> | 
Puzzle.subMaps()
Method to get the sub- 
CoordinateMaps representing the
 9-Cell groups where the digits 1-9 must appear exactly once. | 
List<CoordinateMap<Cell>> | 
Puzzle.subMapsOf(Cell cell)
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<CoordinateMap<Cell>> | 
Puzzle.subMapsOf(Cell cell)
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
Rule.count(Iterable<Cell> iterable)
Method to get the count of solved  
Cells. | 
protected int | 
RuleOfSums.max(Iterable<Cell> iterable)  | 
protected Digits | 
Rule.solved(Iterable<Cell> iterable)
Method to get the solved  
Digits. | 
protected int | 
Rule.sum(Iterable<Cell> iterable)
Method to get the sum of solved  
Cells. | 
Copyright © 2015–2021. All rights reserved.