P.O. wrote: i use regularly your collection of puzzles to test my algorithm as you gave with them their SER and W rating; solving this puzzle and seeing the first row is the same as all (?) of yours i search and found it as the 7191th; the point is this puzzle is a example of the discrepancy between rating systems: as a SER 8.2 it is in the difficult category but as a W-rating of 3 it is rather a easy one, my simplest-first path is 11 chains with max length 3.
Hi P.O.
The discrepancy is still higher, as the puzzle is not only in W3 but in Z3.
- Code: Select all
Resolution state after Singles and whips[1]:
+-------------------+-------------------+-------------------+
! 1 25 3 ! 4 56 26 ! 7 8 9 !
! 4 57 567 ! 159 8 19 ! 2 3 156 !
! 256 8 9 ! 125 7 3 ! 4 16 156 !
+-------------------+-------------------+-------------------+
! 2679 1279 1267 ! 1269 3 8 ! 5 126 4 !
! 3 4 126 ! 7 16 5 ! 168 9 1268 !
! 8 1259 1256 ! 1269 4 1269 ! 136 7 1236 !
+-------------------+-------------------+-------------------+
! 257 6 1257 ! 1358 9 17 ! 138 4 12378 !
! 2579 3 8 ! 156 156 4 ! 169 126 1267 !
! 79 179 4 ! 1368 2 167 ! 13689 5 13678 !
+-------------------+-------------------+-------------------+
147 candidates.
- Code: Select all
hidden-pairs-in-a-column: c4{n3 n8}{r7 r9} ==> r9c4≠6, r9c4≠1, r7c4≠5, r7c4≠1
whip[1]: b8n5{r8c5 .} ==> r8c1≠5
finned-x-wing-in-columns: n2{c6 c2}{r1 r6} ==> r6c3≠2
biv-chain[3]: r5c5{n1 n6} - b2n6{r1c5 r1c6} - c6n2{r1 r6} ==> r6c6≠1
z-chain[3]: c5n1{r5 r8} - r8n5{c5 c4} - c4n6{r8 .} ==> r5c5≠6
naked-single ==> r5c5=1
finned-x-wing-in-rows: n6{r2 r5}{c3 c9} ==> r6c9≠6
biv-chain[3]: r5c3{n2 n6} - c1n6{r4 r3} - b1n2{r3c1 r1c2} ==> r4c2≠2, r6c2≠2
singles ==> r1c2=2, r1c6=6, r1c5=5, r8c5=6, r8c4=5, r3c4=2, r2c4=1, r2c6=9, r6c6=2
whip[1]: r8n1{c9 .} ==> r7c7≠1, r7c9≠1, r9c7≠1, r9c9≠1
naked-pairs-in-a-row: r7{c4 c7}{n3 n8} ==> r7c9≠8, r7c9≠3
x-wing-in-columns: n6{c1 c8}{r3 r4} ==> r4c4≠6, r4c3≠6, r3c9≠6
stte
Moreover, it has several 2-step solutions in Z6, e.g.
- Code: Select all
z-chain[6]: b1n2{r1c2 r3c1} - b1n6{r3c1 r2c3} - r5c3{n6 n1} - c5n1{r5 r8} - c5n5{r8 r1} - r1c2{n5 .} ==> r4c2≠2, r6c2≠2
with z-candidates = n2r5c3 n2r1c2
singles ==> r1c2=2, r1c6=6, r1c5=5, r3c4=2, r6c6=2, r2c6=9, r2c4=1, r5c5=1, r8c5=6, r8c4=5
whip[1]: r8n1{c9 .} ==> r7c7≠1, r7c9≠1, r9c7≠1, r9c9≠1
biv-chain[4]: r3c1{n6 n5} - c2n5{r2 r6} - r6n9{c2 c4} - b5n6{r6c4 r4c4} ==> r4c1≠6
stte
A rating is good as long as it is used to rate puzzles you intend to solve with the rules it takes into account. This is an example of a tautology.
The SER is a good rating,
in the mean, even if you use different rules. Of, course, one will find exceptions.
People keep talking about ALS chains, but I still have to see a rating based on them and statistical results (e.g. for the cbg-000 collection).