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

L

LEAST_CANDIDATES_CELL - Static variable in class com.act365.sudoku.Strategy
 
LEAST_CANDIDATES_HYBRID - Static variable in class com.act365.sudoku.Strategy
 
LEAST_CANDIDATES_HYBRID_II - Static variable in class com.act365.sudoku.Strategy
 
LEAST_CANDIDATES_NUMBER - Static variable in class com.act365.sudoku.Strategy
 
LIBRARY_BOOK - Static variable in class com.act365.sudoku.SuDokuUtils
 
LeastCandidatesCell - class com.act365.sudoku.LeastCandidatesCell.
The LeastCandidatesCell strategy calculates the number of seemingly valid candidates (of course, for a problem with a unique solution, there is only one strictly valid candidate for each cell - a candidate is deemed 'seemingly valid' if it isn't blatantly contradicted by another cell in that row, column or subgrid) for each cell in the grid, and fills the cells with the least number of possible candidates first.
LeastCandidatesCell(boolean) - Constructor for class com.act365.sudoku.LeastCandidatesCell
Creates a new LeastCandidatesCell instance.
LeastCandidatesCell(boolean, boolean, boolean) - Constructor for class com.act365.sudoku.LeastCandidatesCell
Creates a new LeastCandidatesCell instance.
LeastCandidatesHybrid - class com.act365.sudoku.LeastCandidatesHybrid.
LeastCandidatesHybrid combines the Least Candidates Cell and Least Candidates Number strategies.
LeastCandidatesHybrid(boolean, boolean, boolean, boolean) - Constructor for class com.act365.sudoku.LeastCandidatesHybrid
Sets up a LeastCandidatesHybrid II strategy with an optional random element.
LeastCandidatesHybrid(boolean, boolean) - Constructor for class com.act365.sudoku.LeastCandidatesHybrid
Sets up a LeastCandidatesHybrid I strategy with an optional random element.
LeastCandidatesNumber - class com.act365.sudoku.LeastCandidatesNumber.
The LeastCandidatesNumber strategy calculates, for each combination of number and sector (where a sector is a generic term that covers rows, columns and subgrids), the number of valid candidate cells and fills the the sectors with the least number of possible candidate cells first.
LeastCandidatesNumber(boolean) - Constructor for class com.act365.sudoku.LeastCandidatesNumber
Creates a new LeastCandidatesNumber instance to solve the given grid.
LeastCandidatesNumber(boolean, boolean, boolean) - Constructor for class com.act365.sudoku.LeastCandidatesNumber
Creates a new LeastCandidatesNumber instance to solve the given grid.
LinearSystemState - class com.act365.sudoku.LinearSystemState.
LinearSystemState stores the system of linear equations defined by the Sudoku puzzle.
LinearSystemState() - Constructor for class com.act365.sudoku.LinearSystemState
 
labels - Static variable in class com.act365.sudoku.SuDokuUtils
 
libraryBookFooter() - Static method in class com.act365.sudoku.SuDokuUtils
Writes out the XML header for Pappocom library books.
libraryBookHeader(String, int, int, String[]) - Static method in class com.act365.sudoku.SuDokuUtils
Writes out the XML header for Pappocom library books.
lostOwnership(Clipboard, Transferable) - Method in class com.act365.sudoku.ControlContainer
Nothing happens if ownership of the clipboard contents is lost.

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