I have several other sudoku generators, but which one do you knows makes hardest sudoku. Of course it needs to be solvable without T&E
Shinhan wrote:I wanna try the forcing chains, so I need some very hard sudokus.
tso wrote:SOLO, from Simon Tatham's Portable Puzzle Collection, at the Advanced level will often require FC and at Extreme level will usually require them. At the Unreasonable level, even FC may not be enough to solve the puzzles. Especially interesting is the ability to make 6x6 puzzles that can be solved only with forcing chains -- a great way to learn the technique.
 . . . | . 4 . 
 . 1 . | 3 . 5 
-------+------ 
 . . . | 2 . . 
 . . 3 | . . . 
-------+------ 
 6 . 2 | . 5 . 
 . 5 . | . . .  . . . | . 4 . 
 . 1 . | 3 . 5 
 ------+------ 
 . . . | 2 . . 
 . . 3 | . . . 
 ------+------ 
 6 . 2 | . 5 . 
 . 5 . | . . .  . . . | . 4 . 
 . 1 . | 3 . 5 
 ------+------ 
 . . . | 2 . . 
 . . 3 | 5 . . 
 ------+------ 
 6 . 2 | . 5 . 
 . 5 . | . . . 
235   236    56     16     4   126
 24     1    46      3    26     5
145    46  1456      2   136   346 
124   246     3      5    16    46
  6    34     2     14     5    13
134     5    14     46   236   236 . . 5 | . 4 . 
 . 1 . | 3 . 5 
 ------+------ 
 5 . . | 2 . . 
 . . 3 | 5 . . 
 ------+------ 
 6 . 2 | . 5 . 
 . 5 . | . . . 
 23   236     5     16     4   126
 24     1    46      3    26     5
  5    46   146      2   136   346
124   246     3      5    16    46
  6    34     2     14     5    13
134     5    14     46   236   2363 2 5 | 1 4 6
4 1 6 | 3 2 5
------+------ 
5 4 1 | 2 6 3
2 6 3 | 5 1 4
------+------ 
6 3 2 | 4 5 1
1 5 4 | 6 3 2 dukuso wrote:isn't it faster with backtracking ?
Sue De Coq wrote:tso,
Your chains feature the implication:
r3c5<>1 => r3c3=1
which I don't understand, because there are three candidate positions for the value 1 in Row 3.
udosuk wrote:I agree with Sue...
r4c5=1 => r3c5<>1 => r3c3=1 or r3c1=1
is the best I could work to... how tso eliminate r3c1=1 I don't understand...