More Pi 6

Post puzzles for others to solve here.

More Pi 6

Postby mith » Mon Nov 16, 2020 6:22 pm

Code: Select all
+-------+-------+-------+
| . . 3 | 1 . . | . . . |
| . 4 1 | . 5 . | 9 . . |
| . 2 . | 6 . . | . 5 3 |
+-------+-------+-------+
| . . . | . . 5 | . 8 9 |
| . . . | . 7 . | . . . |
| 9 3 . | 2 . . | . . . |
+-------+-------+-------+
| 3 8 . | . . 4 | . 6 . |
| . . 2 | . 6 . | 4 3 . |
| . . . | . . 3 | 8 . . |
+-------+-------+-------+
..31......41.5.9...2.6...53.....5.89....7....93.2.....38...4.6...2.6.43......38..
mith
 
Posts: 950
Joined: 14 July 2020

Re: More Pi 6

Postby Cenoman » Mon Nov 16, 2020 10:58 pm

Code: Select all
 +-------------------------+----------------------+----------------------+
 |  5678   a5679*  3       |  1     e8-9   2789   |  267   247   24678   |
 |  678     4      1       |  3      5     278    |  9     27    2678    |
 |  78      2      789     |  6      4     789    |  1     5     3       |
 +-------------------------+----------------------+----------------------+
 |  1267    167    67      |  4      3     5      |  267   8     9       |
 |  24568   56     4568    | c89     7     1689   |  3     124   2456    |
 |  9       3      45678   |  2     d18    168    |  567   147   4567    |
 +-------------------------+----------------------+----------------------+
 |  3       8     a579*    | b579   a129*  4      |  257   6     1257    |
 |  157    a1579*  2       |  5789   6     189    |  4     3     157     |
 |  14567   1567   4567    |  57     12    3      |  8     9     1257    |
 +-------------------------+----------------------+----------------------+

Almost kite:
[(9)r1c2 = r8c2 - r7c3 = r7c5] = r7c4 - (9=8)r5c4 - r6c5 = (8)r1c5 => -9 r1c5; ste
Cenoman
Cenoman
 
Posts: 2749
Joined: 21 November 2016
Location: France

Re: More Pi 6

Postby SteveG48 » Tue Nov 17, 2020 6:54 pm

Code: Select all
 *--------------------------------------------------------------------*
 | 5678   5679   3      | 1    ae89     2789   | 267    247    24678  |
 | 678    4      1      | 3      5      278    | 9      27     2678   |
 | 78     2     c789    | 6      4     b789    | 1      5      3      |
 *----------------------+----------------------+----------------------|
 | 1267   167    67     | 4      3      5      | 267    8      9      |
 | 24568  56     4568   |e89     7      1689   | 3      124    2456   |
 | 9      3      45678  | 2      1-8    168    | 567    147    4567   |
 *----------------------+----------------------+----------------------|
 | 3      8     d579    |e579   e129    4      | 257    6      1257   |
 | 157    1579   2      | 5789   6      189    | 4      3      157    |
 | 14567  1567   4567   | 57     12     3      | 8      9      1257   |
 *--------------------------------------------------------------------*


(8=9)r1c5 - r3c6 = r3c3 - r7c3 = ((98)r57c4)|((98)r17c5) => -8 r6c5 ; stte

Or, we might write it:

[W-wing (89)r1c5,r5c4 SL 9r7] = 9r7c3 - r3c3 = (9,8)r3c6,r1c5 => -8 r6c5
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: More Pi 6

Postby Mauriès Robert » Thu Nov 19, 2020 5:55 pm

Hi mith,
My resolution with an anti-track from E={9r1c2, 9r7c5},
P'(E) : (-E) => [9r8c2 and 9r7c34]->9r7c4->8r5c4->8r1c5->... => -9r1c5, stte
It is to be compared to that of Cenoman.
Cordialy
Robert
Last edited by Mauriès Robert on Sat Nov 21, 2020 7:28 am, edited 1 time in total.
Mauriès Robert
 
Posts: 585
Joined: 07 November 2019
Location: France

Re: More Pi 6

Postby pjb » Fri Nov 20, 2020 12:30 am

Code: Select all
 5678   h5679    3      | 1     b8-9    2789   | 267    247    24678 
 678     4       1      | 3      5      278    | 9      27     2678   
 78      2      g789    | 6      4      789    | 1      5      3     
------------------------+----------------------+---------------------
 1267    167     67     | 4      3      5      | 267    8      9     
 24568   56      4568   |d89     7      1689   | 3      124    2456   
 9       3       45678  | 2     c18     168    | 567    147    4567   
------------------------+----------------------+---------------------
 3       8      f579    |e579  ae129    4      | 257    6      1257   
 157     1579    2      | 5789   6      189    | 4      3      157   
 14567   1567    4567   | 57     12     3      | 8      9      1257   

(9)r7c5 = (9*-8)r1c5 = (8)r6c5 - (8=9)r5c4 - (9)r7c4*5 = (9)r7c3 - (9)r3c3 = (9)r1c2 => -9 r1c5; stte

Phil
pjb
2014 Supporter
 
Posts: 2568
Joined: 11 September 2011
Location: Sydney, Australia

Re: More Pi 6

Postby SpAce » Fri Nov 20, 2020 1:36 am

Hi Phil,

pjb wrote:(9)r7c5 = (9*-8)r1c5 = (8)r6c5 - (8=9)r5c4 - (9)r7c4*5 = (9)r7c3 - (9)r3c3 = (9)r1c2 => -9 r1c5; stte

That's a perfectly written memory chain, as far as I'm concerned. (Related to a recent discussion.)

Fwiw, here's one way to write it without a memory (or nesting):

(8)r1c5 = (89,9)r61c5,r5c4 - r7c54 = r7c3 - r3c3 = (9)r1c2 => -9 r1c5
-SpAce-: Show
Code: Select all
   *             |    |               |    |    *
        *        |=()=|    /  _  \    |=()=|               *
            *    |    |   |-=( )=-|   |    |      *
     *                     \  ¯  /                   *   

"If one is to understand the great mystery, one must study all its aspects, not just the dogmatic narrow view of the Jedi."
User avatar
SpAce
 
Posts: 2671
Joined: 22 May 2017

Re: More Pi 6

Postby denis_berthier » Fri Nov 20, 2020 4:41 am

Using only Subsets and reversible 2D-chains of length 3:

Code: Select all
(solve "..31......41.5.9...2.6...53.....5.89....7....93.2.....38...4.6...2.6.43......38..")
***********************************************************************************************
***  SudoRules 20.1.s based on CSP-Rules 2.1.s, config = W+SFin
***  Using CLIPS 6.32-r778
***********************************************************************************************
lots of singles
168 candidates, 891 csp-links and 891 links. Density = 6.35%
lots of whips[1]
finned-x-wing-in-columns: n9{c5 c3}{r7 r1} ==> r1c2 ≠ 9
singles ==> r3c3 = 9, r8c2 = 9
whip[1]: c3n8{r6 .} ==> r5c1 ≠ 8
biv-chain-rc[3]: r5c2{n5 n6} - r4c3{n6 n7} - r7c3{n7 n5} ==> r5c3 ≠ 5, r6c3 ≠ 5, r9c2 ≠ 5
whip[1]: r6n5{c9 .} ==> r5c9 ≠ 5
whip[1]: c3n5{r9 .} ==> r8c1 ≠ 5, r9c1 ≠ 5
biv-chain-rc[3]: r8c6{n8 n1} - r8c1{n1 n7} - r3c1{n7 n8} ==> r3c6 ≠ 8
singles ==> r3c6 = 7, r3c1 = 8
biv-chain-cn[3]: c5n8{r6 r1} - c5n9{r1 r7} - c4n9{r7 r5} ==> r5c4 ≠ 8
stte
denis_berthier
2010 Supporter
 
Posts: 3972
Joined: 19 June 2007
Location: Paris


Return to Puzzles