Extra regions sudoku

For fans of Killer Sudoku, Samurai Sudoku and other variants

Re: Extra regions sudoku

Postby 1to9only » Tue Dec 01, 2020 11:53 am

urhegyi wrote:I sent you a private message yesterday about your last version containing a bug report. I will check your new version later today.
Edit : new version contains the same bug.

I don't check the messages often, maybe every few weeks!!
As mentioned, the program has had limited testing - I usually fix things as I find them during use.
As for the bug you've reported, I'll try to reproduce and fix - it looks like something is not being reset...

I now think the 'bug' is just a feature of the program as I initially intended it to work.
If you start with JSB selected, the jigsaw solves, restart works, the jigsaw solves again, and no bug is observed.
If you start with JSB unselected, load the jigsaw, select JSB, and the jigsaw solves. Restarting appears to work but solving fails, because the puzzle was loaded/saved (for restart) as a jigsaw (no blocks), and some program options had changed in the meantime! A similar problem feature exists if you load the jigsaw and switch to another jigsaw layout - the givens remain, this is intentional.

An unselect/reselect JSB is needed - the program bug is that the reloaded jigsaw (JS) is now out of sync with the program displayed options (JSB). I'll fix this.
This will likely fix this specific issue with the restart of your jigsaw puzzle.
User avatar
1to9only
 
Posts: 4176
Joined: 04 April 2018

Re: Extra regions sudoku

Postby 1to9only » Tue Dec 01, 2020 1:45 pm

1to9only wrote:An unselect/reselect JSB is needed - the program bug is that the reloaded jigsaw (JS) is now out of sync with the program displayed options (JSB). I'll fix this.

SudokuJigsawExplainer.jar - 1 Dec 2020 - PRE-RELEASE
User avatar
1to9only
 
Posts: 4176
Joined: 04 April 2018

Re: Extra regions sudoku

Postby urhegyi » Tue Dec 01, 2020 1:59 pm

1to9only wrote:
1to9only wrote:An unselect/reselect JSB is needed - the program bug is that the reloaded jigsaw (JS) is now out of sync with the program displayed options (JSB). I'll fix this.

SudokuJigsawExplainer.jar - 1 Dec 2020 - PRE-RELEASE

I think a possible fix is to reset the JSB state to the initial state it was before importing the pattern on restart of program only as it's different, so that the user sees the correct state and can reselect JSB if needed. As you figured out I also think it is a sync problem, so the only thing to fix is making the current state visible in the program.
Last edited by urhegyi on Tue Dec 01, 2020 2:20 pm, edited 1 time in total.
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby 1to9only » Tue Dec 01, 2020 2:12 pm

It is 'working as designed' - it's unlikely I'll be making any changes to how it currently works, except for obvious bugs.
User avatar
1to9only
 
Posts: 4176
Joined: 04 April 2018

Re: Extra regions sudoku

Postby urhegyi » Tue Dec 01, 2020 2:47 pm

1to9only wrote:It is 'working as designed' - it's unlikely I'll be making any changes to how it currently works, except for obvious bugs.

I redownloaded it and it works fine!
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby urhegyi » Wed Dec 30, 2020 5:26 pm

examples with a specific pattern:
24167_254042.png
24167_254042.png (20.77 KiB) Viewed 716 times
Last edited by urhegyi on Fri Jan 01, 2021 2:38 pm, edited 1 time in total.
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby urhegyi » Wed Dec 30, 2020 5:30 pm

solution:
irregular.png
irregular.png (18.68 KiB) Viewed 715 times
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby urhegyi » Wed Dec 30, 2020 5:31 pm

23747_413986.png
23747_413986.png (6.77 KiB) Viewed 715 times
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby urhegyi » Wed Dec 30, 2020 5:32 pm

solution:
irregular.png
irregular.png (18.81 KiB) Viewed 715 times
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby urhegyi » Wed Dec 30, 2020 5:36 pm

Is there a connection with jigsaw ? Are there some hidden constraints like in windoku? After solving a lot of them I haven't found the way they are generated yet.
Last edited by urhegyi on Fri Jan 01, 2021 2:41 pm, edited 1 time in total.
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby urhegyi » Fri Jan 01, 2021 2:34 pm

23617_82091.png
23617_82091.png (7.25 KiB) Viewed 691 times
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby urhegyi » Fri Jan 01, 2021 2:37 pm

solution:
solution.png
solution.png (19.04 KiB) Viewed 690 times
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: Extra regions sudoku

Postby Hajime » Fri Jan 01, 2021 4:56 pm

This one has same layout (4 jigsaws) and is also point symmetric.
Generalized intersections between boxes and jigsaw (and with rows or columns) needed
Code: Select all
#1//B4,JSB
..1......3...1..............3.18.7.4....6....2.8.75.9..............4...8......1..
.....11.....1111..22..11...2222.1.3..22...33..2.4.3333...44..33..4444.....44.....


And the next one also needs some skyscrapers/2-string-kites
Code: Select all
#1//B4,JSB
4..1..9..5....3.1......5.4.....5....2.3...1.4....3.....1.4......4.5....7..7..8..1
.....11.....1111..22..11...2222.1.3..22...33..2.4.3333...44..33..4444.....44.....


All can be generated (and solved) with SiSeSuSo November version because it only has 1 grid.
User avatar
Hajime
 
Posts: 1350
Joined: 20 April 2018
Location: Fryslân

Re: Extra regions sudoku

Postby Hajime » Sat Jan 02, 2021 10:08 am

sensei_1_jsb.JPG
sensei_1_jsb.JPG (35.69 KiB) Viewed 667 times

Because the 4 jigsaws do not overlap in a Sensei-1 it produces nice puzzles.
Single only.
Code: Select all
#2//B4,JSB/H16,JSB
.......4..5..2......9...........6..4.....9.....7........8.6......2.7........3....
.....11.....1111..22..11...2222.1.3..22...33..2.4.3333...44..33..4444.....44.....
.....9........2..7.....5...6.....3.88.........9..3........6..2..1..8..5....5.....
.....11.....1111..22..11...2222.1.3..22...33..2.4.3333...44..33..4444.....44.....
User avatar
Hajime
 
Posts: 1350
Joined: 20 April 2018
Location: Fryslân

Re: Extra regions sudoku

Postby urhegyi » Sat Jan 02, 2021 1:19 pm

Your second grid is solvable on it's own even without generalized intersection. (string-kite/skyscraper/turbotcrane/x-chain[4]) Is this coïncidence or designed so?
urhegyi
 
Posts: 744
Joined: 13 April 2020

PreviousNext

Return to Sudoku variants