First GT,XV,KR Wing (3 Sudoku's)

For fans of Killer Sudoku, Samurai Sudoku and other variants

First GT,XV,KR Wing (3 Sudoku's)

Postby Hajime » Mon Dec 19, 2022 4:13 pm

My first Gattai-Wing with 3 Sudoku's (symmetric)
- a GT (Greater Than, where is no < or > the relation is unknown)
- a XV (X sum up to 10, V sum up to 5, where is no X or V the sum is not 10 or 5)
- a KR (Kropki, Solid dot = double or half the other, Open dot = consecutive, where is no dot: not consecutive and not double/half)
Image
Naked/Hidden Singles only, but some GT,XV,KR rule eliminations needed

Edit: correct picture is later in this topic

In code
Hidden Text: Show
Code: Select all
#3//B4,GT/N4,XV/H16,KR
..49.2.1...............1............3.1.....8.6...7..............7..4............
.>......0........0......<.0...<....0....>.>.0.>.....<0........0<.....<.0<.......0
.>..<...>..........<<..<....>>>................<......<.....>......<....000000000
.1.5.29..............7..............2.....8.3...3...2.............1..3...........
....V...0..X.X...0....X...0......V.0........0....X...0X.......0.X......0........0
X.X....XX.X..............V.V......X...........XX..................VX....000000000
...6.9..................................6........................................
...2.1.20.1..2...0.2.121..0.....1..01.....1.0..12.1..0..21...10..2..2..01..1....0
.1.1..12.2....2..2..2..11..21..1.2.....2.1.....212..1....1.1......2...12000000000

Two extra lines needed per Sudoku, first line with 81 symbols per cell-to-the-right and the second line for cell-below.
The zeroes indicate: there is no adjacent cell to the right or below.
The last Sudoku has a 1 for consecutive cells and a 2 for cell double/half from the other.
Last edited by Hajime on Thu Jul 27, 2023 7:57 am, edited 1 time in total.
User avatar
Hajime
 
Posts: 1350
Joined: 20 April 2018
Location: Fryslân

Re: First GT,XV,KR Wing (3 Sudoku's)

Postby urhegyi » Mon Dec 19, 2022 4:41 pm

Will this be part of a next version?
urhegyi
 
Posts: 744
Joined: 13 April 2020

Re: First GT,XV,KR Wing (3 Sudoku's)

Postby Hajime » Mon Dec 19, 2022 5:51 pm

urhegyi wrote:Will this be part of a next version?

Sure, the methods are implemented. Busy with batch-out generating puzzles with GT,XV,KR option.
Greatest problem sofar was the visual basic DataGridView (grid layout) that can not handle symbols on borders (and are pretty slow).
I had to reprogram this (the heart of ssss) into invalidate/paint of bitmaps. Huge change internally, hardly visible for the user.
User avatar
Hajime
 
Posts: 1350
Joined: 20 April 2018
Location: Fryslân

Postby Pat » Thu Dec 22, 2022 6:49 pm

Code: Select all

 1
 v
 ?



in r3c6


...and i messed up,
found GT r1 has no 3 ?
User avatar
Pat
 
Posts: 4056
Joined: 18 July 2005

Re:

Postby Hajime » Thu Dec 22, 2022 10:29 pm

Pat wrote:
Code: Select all

 1
 v
 ?
in r3c6 ?

That looks terrible fault.
Thank you Pat. I will look into it
User avatar
Hajime
 
Posts: 1350
Joined: 20 April 2018
Location: Fryslân

Re: First GT,XV,KR Wing (3 Sudoku's)

Postby creint » Thu Dec 22, 2022 10:53 pm

Yes, only the drawing for ^ is displayed as V, paste-able format is correct.
It has a single solution:
Hidden Text: Show
Code: Select all
5 7 4 9 3 2 8 1 6       6 1 8 5 3 2 9 7 4
9 1 8 4 7 6 2 5 3       4 7 2 8 1 9 5 3 6
6 2 3 5 8 1 4 9 7       9 3 5 7 6 4 2 1 8
7 9 5 3 6 8 1 4 2       3 6 7 2 5 8 1 4 9
3 4 1 2 9 5 7 6 8       2 5 4 9 7 1 8 6 3
8 6 2 1 4 7 9 3 5       1 8 9 3 4 6 7 2 5
1 3 6 8 2 9 5 7 4 6 3 9 8 2 1 6 9 3 4 5 7
2 5 7 6 1 4 3 8 9 5 1 2 7 4 6 1 8 5 3 9 2
4 8 9 7 5 3 6 2 1 7 8 4 5 9 3 4 2 7 6 8 1
            8 6 2 9 5 3 4 1 7
            4 5 7 1 6 8 2 3 9
            1 9 3 2 4 7 6 8 5
            9 4 6 3 2 5 1 7 8
            7 1 8 4 9 6 3 5 2
            2 3 5 8 7 1 9 6 4
Last edited by creint on Fri Dec 23, 2022 5:54 pm, edited 1 time in total.
creint
 
Posts: 393
Joined: 20 January 2018

Postby Pat » Fri Dec 23, 2022 7:19 am

the XV has exactly one answer:

b1 4 not in r1 next to 1,
User avatar
Pat
 
Posts: 4056
Joined: 18 July 2005

Re: First GT,XV,KR Wing (3 Sudoku's)

Postby Hajime » Fri Dec 23, 2022 9:56 am

Here is the correct image
Image

In the first image all up-down arrows pointed down.
User avatar
Hajime
 
Posts: 1350
Joined: 20 April 2018
Location: Fryslân


Return to Sudoku variants