Sudoku Toolbox
Generate >>
Sudoku Toolbox
>> Algorithms
Algorithms
sudoku_candidatefind
—
Find a candidate in the sudoku.
sudoku_candidateprint
—
Find and print a candidate in the sudoku.
sudoku_candidateremove
—
Remove a candidate.
sudoku_candidates
—
Returns candidates for a sudoku X.
sudoku_candidatescell
—
Returns candidates for a cell in a sudoku.
sudoku_candidatesmerge
—
Merge candidates in the row, column or block.
sudoku_cellcandidates
—
Returns candidates for a cell in a sudoku.
sudoku_confirmcell
—
Confirm the value of a cell.
sudoku_findhiddensubset
—
Find naked subsets of given length.
sudoku_findlocked
—
Search for locked candidates.
sudoku_findnakedsubset
—
Find naked subsets of given length.
sudoku_findtwocolors
—
Search for pairs.
sudoku_findxcycle
—
Search for pairs.
sudoku_findxwing
—
Find X-Wings.
sudoku_iscandsingle
—
See if a candidate is single.
sudoku_islatin
—
Check if a matrix is a Latin Square.
sudoku_issolved
—
See if the sudoku is solved.
sudoku_locatenakedsubset
—
Find naked subsets of given length and returns the associated rows and columns.
sudoku_visiblefrom
—
Compute the cells visible from cell a.
sudoku_visiblefrom2
—
Compute the cells visible from both cell a and b.
Sudoku Toolbox
Generate >>