.
- Code: Select all
Resolution state after Singles and whips[1]:
+----------------+----------------+----------------+
! 5 6 123 ! 347 389 49 ! 38 1238 127 !
! 4 8 13 ! 37 2 5 ! 6 9 17 !
! 29 39 7 ! 6 38 1 ! 5 238 4 !
+----------------+----------------+----------------+
! 29 39 4 ! 1 5 8 ! 7 23 6 !
! 7 5 238 ! 234 39 6 ! 348 1238 129 !
! 6 1 238 ! 234 7 49 ! 348 5 29 !
+----------------+----------------+----------------+
! 3 7 5 ! 9 4 2 ! 1 6 8 !
! 1 4 9 ! 8 6 3 ! 2 7 5 !
! 8 2 6 ! 5 1 7 ! 9 4 3 !
+----------------+----------------+----------------+
As usual with this kind of easy puzzles, there are lots of 1-step solutions. Here is the simplest, using a bivalue-chain[4]:
- Code: Select all
biv-chain[4]: r6c9{n2 n9} - c6n9{r6 r1} - b2n4{r1c6 r1c4} - r1n7{c4 c9} ==> r1c9≠2
stte
[Edit:] after seeing sudtyro2's solution, I tried oddagons and I find a few of them:
- Code: Select all
oddagon[5]: r1n2{c3 c8},c8n2{r1 r4},r4n2{c8 c1},c1n2{r4 r3},b1n2{r3c1 r1c3} ==> r1c8≠2
oddagon[5]: r3n2{c1 c8},c8n2{r3 r5},b6n2{r5c8 r4c8},r4n2{c8 c1},c1n2{r4 r3} ==> r5c8≠2
oddagon[7]: r1n1{c3 c8},b3n1{r1c8 r2c9},r2c9{n1 n7},c9n7{r2 r1},r1c9{n7 n2},r1n2{c9 c3},r1c3{n2 n1} ==> r1c3≠1
stte
but I don't find any single step-solution with oddagons.