An nrczt-lasso of length 28In a previous post, I described an nrczt-chain of length 25. Here is now an nrczt-lasso of length 28.
It is found in puzzle #3 in the magictour/top1465 collection.
I think this example is interesting for the same reasons as the previous one:
- an nrczt28-lasso appears immediately after an nrczt11-chain and an nrczt6-lasso, with nothing of moderate length in between;
- after this, nothing else (in my set of rules) applies - and there's no possibility for a longer nrczt-chain to appear;
- the computation time needed for finding this monster chain is much shorter than that for some much shorter chains (of length only 6 or 7) in other examples.
In particular, this confirms what was already hinted at in the previous example: complexities of chains are not related to their lengths in a systematic way but they largely depend on the particularities of the puzzles. This makes somewhat hopeless any effort to define an priori complexity measure for chains based on the length.
The partial resolution path is:
(solve-nth-grid-from-text-file (str-cat ?*GridsDir* "Magictour/magictour-top1465.txt"

3)
***** SudoRules version 13 *****
708000300000601000500000000040000026300080000000100090090200004000070500000000000
hidden-single-in-a-block ==> r6c9 = 3
row r2 interaction-with-block b3 ==> r3c9 <> 8, r3c8 <> 8, r3c7 <> 8, r3c9 <> 7, r3c8 <> 7, r3c7 <> 7
block b6 interaction-with-column c7 ==> r9c7 <> 8, r7c7 <> 8, r2c7 <> 8
block b6 interaction-with-row r5 ==> r5c6 <> 5, r5c4 <> 5, r5c3 <> 5, r5c2 <> 5
hidden-pairs-in-a-row {n7 n8}r3{c4 c6} ==> r3c6 <> 9, r3c6 <> 4, r3c6 <> 3, r3c6 <> 2, r3c4 <> 9, r3c4 <> 4, r3c4 <> 3
block b2 interaction-with-column c5 ==> r9c5 <> 3, r7c5 <> 3, r4c5 <> 3
nrczt4-chain n9{r2c1 r4c1} - {n9 n5}r4c5 - n5{r2c5 r2c8} - n8{r2c8 r2c9} ==> r2c9 <> 9
nrczt4-chain n6{r1c2 r3c3} - n6{r5c3 r5c6} - n6{r6c5 r7c5} - n6{r7c7 r9c7} ==> r9c2 <> 6
nrczt6-lr-lasso n7{r9c3 r9c2} - n7{r9c9 r2c9} - n8{r2c9 r2c8} - n5{r2c8 r2c5} - {n5 n9}r4c5 - n9{r4c1 r4c3} ==> r5c3 <> 7
nrczt11-chain n6{r9c1 r6c1} - n6{r6c5 r9c5} - n1{r9c5 r7c5} - {n1 n8}r7c1 - n8{r4c1 r6c2} - n5{r6c2 r9c2} - n7{r9c2 r5c2} - n7{r9c2 r9c3} - n7{r9c9 r2c9} - n7{r2c8 r7c8} - {n7 n6}r7c7 ==> r7c3 <> 6
nrczt28-lr-lasso n5{r6c3 r4c3} - n5{r7c3 r7c5} - n1{r7c5 r9c5} - n6{r9c5 r6c5} - n2{r6c5 r5c6} - n4{r5c6 r5c4} - n4{r6c6 r6c7} - n8{r6c7 r4c7} - n1{r4c7 r4c1} - n9{r4c1 r2c1} - n9{r3c3 r5c3} - n6{r5c3 r5c2} - n6{r1c2 r1c8} - n6{r3c7 r3c3} - n4{r3c3 r2c3} - n4{r2c8 r3c8} - n4{r3c5 r1c5} - {n4 n9}r1c6 - {n9 n5}r1c4n5{r9c4 r9c2} - n7{r9c2 r6c2} - n8{r6c2 r8c2} - {n8 n6}r7c1 - n6{r7c7 r9c7} - n9{r9c7 r3c7} - n2{r3c7 r2c7} - {n2 n1}r3c9 - {n1 n2}r1c9 ==> r6c6 <> 5
GRID 3 NOT SOLVED. 62 VALUES MISSING.
BTW, does anybody have a pure logic solution for this puzzle (I mean no T&E, no backtracking, no guessing, no Nishio, no tabling, no tagging, ... - or whatever names you call these)?