Implement a system such that a SudokuGrid does not have to be a square of side length block_width * block_height anymore. This would require constraints such as the BoxConstraint to formulate requirements towards the topology, but it would allow potentially interesting Sudoku with irregular shapes.
Implement a system such that a
SudokuGrid
does not have to be a square of side lengthblock_width * block_height
anymore. This would require constraints such as theBoxConstraint
to formulate requirements towards the topology, but it would allow potentially interesting Sudoku with irregular shapes.