A C D E F G H I L M N P R S T U

M

MOST_CANDIDATES - Static variable in class com.act365.sudoku.Strategy
 
MaskFactory - class com.act365.sudoku.MaskFactory.
The MaskFactory class iterates through the complete set of possible masks (a mask is a boolean[][] array that indicates whether the corresponding cells in Su Doku grids should have their initial values exposed) of a given size.
MaskFactory(int, int) - Constructor for class com.act365.sudoku.MaskFactory
Creates a new MaskFactory.
MaskFactory(int, int, boolean) - Constructor for class com.act365.sudoku.MaskFactory
Creates a new MaskFactory.
MaskFactory(int, int, boolean[][]) - Constructor for class com.act365.sudoku.MaskFactory
Creates a new MaskFactory.
MaskFactory(int, int, int[]) - Constructor for class com.act365.sudoku.MaskFactory
Creates a new MaskFactory.
MaskFactory(String) - Constructor for class com.act365.sudoku.MaskFactory
Creates a new MaskFactory.
MaskFactory(int, int, int) - Constructor for class com.act365.sudoku.MaskFactory
Creates a new MaskFactory.
MostCandidates - class com.act365.sudoku.MostCandidates.
The MostCandidates strategy makes the move at any timestep that will eliminate the greatest number of remaining candidates.
MostCandidates(boolean[][], boolean) - Constructor for class com.act365.sudoku.MostCandidates
 
main(String[]) - Static method in class com.act365.sudoku.Composer
Command-line app to compose Su Doku puzzles.
main(String[]) - Static method in class com.act365.sudoku.MaskFactory
Class test program takes the form MaskFactory [-c cellsInRow] [-r|-i|-a boxes across] [-d] filledCells.
main(String[]) - Static method in class com.act365.sudoku.Solver
Command-line app to solve Su Doku puzzles.
main(String[]) - Static method in class com.act365.sudoku.SuDoku
Starts a new app with a Su Doku grid of the given size.

A C D E F G H I L M N P R S T U