.
- Code: Select all
Resolution state after Singles and whips[1]:
+-------------------------+-------------------------+-------------------------+
! 69 1 34 ! 34679 34679 8 ! 2 367 5 !
! 269 49 5 ! 234679 1234679 134679 ! 8 1367 167 !
! 8 7 23 ! 236 1236 5 ! 4 136 9 !
+-------------------------+-------------------------+-------------------------+
! 5 3 24 ! 1 8 46 ! 7 9 26 !
! 279 6 8 ! 5 479 479 ! 3 14 12 !
! 79 49 1 ! 34679 34679 2 ! 5 468 68 !
+-------------------------+-------------------------+-------------------------+
! 4 2 9 ! 8 67 67 ! 1 5 3 !
! 3 5 6 ! 24 124 14 ! 9 78 78 !
! 1 8 7 ! 39 5 39 ! 6 2 4 !
+-------------------------+-------------------------+-------------------------+
1) simplest-first solution:finned-x-wing-in-rows: n4{r4 r1}{c3 c6} ==> r2c6 ≠ 4
biv-chain[4]: r4c3{n4 n2} - b6n2{r4c9 r5c9} - b6n1{r5c9 r5c8} - b6n4{r5c8 r6c8} ==> r6c2 ≠ 4
2) simplest 1-step solutions: using patterns no more complex than in the simplest-first solution
- Code: Select all
biv-chain-bn[4]: b4n4{r4c3 r6c2} - b6n4{r6c8 r5c8} - b6n1{r5c8 r5c9} - b6n2{r5c9 r4c9} ==> r4c3 ≠ 2
stte
OR:
biv-chain-bn[4]: b4n2{r5c1 r4c3} - b4n4{r4c3 r6c2} - b6n4{r6c8 r5c8} - b6n1{r5c8 r5c9} ==> r5c9 ≠ 2
stte
- Code: Select all
biv-chain[4]: r5c9{n1 n2} - b4n2{r5c1 r4c3} - b4n4{r4c3 r6c2} - b6n4{r6c8 r5c8} ==> r5c8 ≠ 1
stte
OR:
- Code: Select all
biv-chain[4]: r4c3{n4 n2} - b6n2{r4c9 r5c9} - b6n1{r5c9 r5c8} - b6n4{r5c8 r6c8} ==> r6c2 ≠ 4
stte
(same chain as in the simplest-first solution)
OR:
- Code: Select all
biv-chain[4]: r5c8{n4 n1} - r5c9{n1 n2} - b4n2{r5c1 r4c3} - b4n4{r4c3 r6c2} ==> r6c8 ≠ 4
stte