Constant sudoku::DIMENSIONS [] [src]

pub const DIMENSIONS: usize = 2

The number of dimensions in which all sudoku methods will operate.

To change the number of dimensions, compile with the appropriate feature name. Feature names are nD, where n is the number of dimensions (2–12).

Notes

Some features are missing for higher-dimension sudokus.