Sixy help needed

For fans of Killer Sudoku, Samurai Sudoku and other variants

Sixy help needed

Postby Hajime » Sun Dec 01, 2019 12:13 pm

Sixy Sudoku E36 gives me troubles.
I could do the 4 in r5c3.
How to proceed?
Attachments
20191201_130724.jpg
20191201_130724.jpg (179.6 KiB) Viewed 1302 times
User avatar
Hajime
 
Posts: 1349
Joined: 20 April 2018
Location: Fryslân

Re: Sixy help needed

Postby 1to9only » Sun Dec 01, 2019 12:42 pm

nice puzzle, 6x6 jigsaw, after a quick look:
single 5r4c5, -5r1c46
pair 46r13c5, -6r1c6
pair 13r1c46, -1r1c123
pointing 1r34c2, -1r56c2
r5c2=6
.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018

Re: Sixy help needed

Postby Hajime » Sun Dec 01, 2019 2:31 pm

Yes...
"You will only see it when you get it" (Johan Cruijff)
Thanks
User avatar
Hajime
 
Posts: 1349
Joined: 20 April 2018
Location: Fryslân

Re: Sixy help needed

Postby 1to9only » Sun Dec 01, 2019 10:00 pm

The SixySudoku is a fairly recent variant - it is 6x6 Sudoku with row, column and 2Rx3C block constraints, with a fourth constraint of usually rectangular 3Rx2C blocks - in post#1, the 4th constraint is irregular jigsaw blocks.
I'll see whether I can convert my Sudoku6x6Explainer into a SixyExplainer!
If anyone is interested, I've found some internet resources:
- a simple command-line sixysolver with C source (for 4th 3Rx2C constraints) is here.
- there are some 60 (with jigsaw blocks) computer generated puzzles here - unfortunately they are all gif images of the puzzles, and not the puzzles in text format!
.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018

Re: Sixy help needed

Postby tarek » Sun Dec 01, 2019 10:33 pm

1to9only wrote:The SixySudoku is a fairly recent variant - it is 6x6 Sudoku with row, column and 2Rx3C block constraints, with a fourth constraint of usually rectangular 3Rx2C blocks - in post#1, the 4th constraint is irregular jigsaw blocks.
I'll see whether I can convert my Sudoku6x6Explainer into a SixyExplainer!
If anyone is interested, I've found some internet resources:
- a simple command-line sixysolver with C source (for 4th 3Rx2C constraints) is here.
- there are some 60 (with jigsaw blocks) computer generated puzzles here - unfortunately they are all gif images of the puzzles, and not the puzzles in text format!
.
Thanks for sharing this

tarek
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: Sixy help needed

Postby Hajime » Mon Dec 02, 2019 8:49 am

There is a website with Sixy Sudoku puzzles at https://www.sixysudoku.com and at Google Play
Creator is  Peter Ritmeester, who also "invented" the Windoku 9x9 Sudoku, years ago.
User avatar
Hajime
 
Posts: 1349
Joined: 20 April 2018
Location: Fryslân

Re: Sixy help needed

Postby tarek » Mon Dec 02, 2019 9:53 am

1to9only wrote:The SixySudoku is a fairly recent variant - it is 6x6 Sudoku with row, column and 2Rx3C block constraints, with a fourth constraint of usually rectangular 3Rx2C blocks - in post#1, the 4th constraint is irregular jigsaw blocks.
I'll see whether I can convert my Sudoku6x6Explainer into a SixyExplainer!
If anyone is interested, I've found some internet resources:
- a simple command-line sixysolver with C source (for 4th 3Rx2C constraints) is here.
- there are some 60 (with jigsaw blocks) computer generated puzzles here - unfortunately they are all gif images of the puzzles, and not the puzzles in text format!
.

If you are planning to go ahead with the Sudoku6x6Explainer modifications then may I suggest for you what I'm planing to do for the 9x9 Sukaku explainer. For the 6x6 it would be a string of 36 characters that show the different regions each with a different symbol ( 1 to 6 for example ) This can be imported to the engine which can then update your definitions. These definitions can be displayed in the GUI Welcome screen for the user to reference from. This would be a 1st step before programming the Panel to display the jigsaw regions which can be left until there is time to do it.

tarek
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: Sixy help needed

Postby 1to9only » Mon Dec 02, 2019 11:47 am

Higher clue numbered singles only sixy puzzles can probably be solved with 2Rx3C techniques, e.g.

6x6 Sudoku - row, column and 2Rx3C constraints:
Code: Select all
.......324..2.6..1..4.6......46..51. ED=1.2/1.2/1.2

...|...
.32|4..
---+---
2.6|..1
..4|.6.
---+---
...|..4
6..|51. ED=1.2/1.2/1.2

Lower clue numbered singles only sixy puzzles will probably require sixy 3Rx2C eliminations to solve, e.g.

Sixy Sudoku - row, column, 2Rx3C and 3Rx2C constraints:
Code: Select all
...3.2........2..4..5.......6..2.... SIXY ED=1.2/1.2/1.2

..|.3|.2
..|..|..
..|2.|.4
--+--+--
..|5.|..
..|..|6.
.2|..|.. ED=1.2/1.2/1.2

I'll be using these visual clues to distinguigh between 6x6 sudokus and Sixy sudokus. Other ideas are welcome.
.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018

Re: Sixy help needed

Postby 1to9only » Mon Dec 02, 2019 12:17 pm

SixyExplainer is chugging along. There is no plan to do the jigsaw variant.

Image

Code: Select all
.34...2........1.........2..6.5....1 SIXY ED=7.1/7.1/2.6

.3|4.|..
2.|..|..
..|.1|..
--+--+--
..|..|..
.2|..|6.
5.|..|.1 ED=7.1/7.1/2.6

Difficulty rating: 7.1
This Sudoku can be solved using the following logical methods:
26 x Hidden Single
1 x Direct Hidden Pair
4 x Pointing
3 x Aligned Pair Exclusion
4 x Turbot Fish
2 x Forcing Chain
Last edited by 1to9only on Fri May 08, 2020 10:23 pm, edited 1 time in total.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018

SixySolver

Postby 1to9only » Wed Dec 04, 2019 2:05 pm

I've created a SixySolver (download it from here) using the solver code from wilberdk's sixy. More info from here.

The ED=7.1/7.1/2.6 puzzle I posted is solved by this command:
Code: Select all
SixySolver.exe .34...2........1.........2..6.5....1

Hajime's E36 SixySudoku puzzle is solved by this command:
Code: Select all
SixySolver.exe .......3..2...........5..........6.4 111222314425314425314425336655366665

.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018

Re: SixySolver

Postby Hajime » Wed Dec 04, 2019 4:23 pm

1to9only wrote:I've created a SixySolver ...

Great work 1to9. That is beyond my reach. Respect.
User avatar
Hajime
 
Posts: 1349
Joined: 20 April 2018
Location: Fryslân

Re: Sixy help needed

Postby tarek » Wed Dec 04, 2019 8:34 pm

Sixy Sudoku - row, column, 2Rx3C and 3Rx2C constraints
Code: Select all
....2..4...5..1.........63.........3
.1...35..........2..4......6.......1
.1.4.5......6.......2........1....3.
.2...54..........3..1......6.......2
.3.56.......2.......4........1....3.
.35..4...........1..16..2...........
.4...1....3.....6...51........2.....
.6...12..........4...3........15....
1...3..5..2..........4..2.6.........
2....5.3............21..6...4.......
2..5.4......1.......61......3.......
41........1......5..6........2...3..
5....3.1...2.........4..2.6.........
5....4.1...2.........6.........43...
5...2..3..1..........6........1.4...
...6..........32..2...4.1......3..5.
..2.1.13........6....5...4.....1....
.1..2.....6.4........4..2.5...1.....
.4...5.1...26.............3.2.1.....
.5..3.4...5.....1....3..6......2....
1..4.6......5.......2......3.2....1.
2......1...6.5..4...2......3......1.
4...5..3...2........1......621......
45...2....5......1......6.3....2....
.45...2.....5..1..4.........12....3.
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: Sixy help needed

Postby 1to9only » Wed Dec 04, 2019 8:54 pm

tarek wrote:Sixy Sudoku - row, column, 2Rx3C and 3Rx2C constraints

Do u want a rating for these?
I have a working SixyExplainer (row, column, 2Rx3C and 3Rx2C constraints), for probable release sometime next week.
If anyone wants to try it out, I can put out a pre-release...
.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018

Re: Sixy help needed

Postby tarek » Wed Dec 04, 2019 9:34 pm

1to9only wrote:
tarek wrote:Sixy Sudoku - row, column, 2Rx3C and 3Rx2C constraints

Do u want a rating for these?
I have a working SixyExplainer (row, column, 2Rx3C and 3Rx2C constraints), for probable release sometime next week.
If anyone wants to try it out, I can put out a pre-release...
.
I've tried SixySolve but for some reason couldn't get a solution. I'm not sure if I have a bug in my generator or I made a mistake somewhere in the region definitions
User avatar
tarek
 
Posts: 3762
Joined: 05 January 2006

Re: Sixy help needed

Postby 1to9only » Wed Dec 04, 2019 10:18 pm

Oops! I think I've introduced a bug in SixySolver - the original sixy.c works.
Also 3 of the 25 solves - the only 3 having a given in the last cell!!!
SixyExplainer has a rating for all 25, so the grids are good.
.
User avatar
1to9only
 
Posts: 4175
Joined: 04 April 2018

Next

Return to Sudoku variants