Extra rules for Complete Sudoku

Within each group of three rows, the values 1,2,3 (shown here in red) all have to be in different columns. The values 4,5,6 also have to be in different columns as do 7,8,9. Similarly, within each group of three columns, the values 1,2,3 all have to be in different rows as do 4,5,6 and 7,8,9. For example

851
294
637
376
518
942
492
736
158
185
763
429
693
824
157
247
915
683
572
348
916
481
269
735
369
571
824

is valid, but the following is not because (for example) in the first three rows there is a 1 in the same column as a 2.

851
942
763
376
518
942
492
736
158
518
637
429
693
824
157
247
915
683
275
384
196
481
269
735
369
571
824

In the SuDoku applet, clicking the checkbox "Complete" means that these extra constraints are incorporated. Generated puzzles can be solved using them, and will have a unique solution if this is requested. Note that a puzzle with only one "Complete" solution may well have multiple solutions if the extra constraints are ignored.

It is not yet clear whether the difficulty arising from having to use the extra constraints is offset by the fact that the constraints reduce the number of possibilities to consider.

Back to puzzle