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-
CoordinateMap s representing the 3x3 boxes
(nonets). |
List<CoordinateMap<Cell>> |
Puzzle.subMaps()
Method to get the sub-
CoordinateMap s 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
Cell s. |
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
Cell s. |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.