Of those 5 unrated puzzles posted by 1to9only, #1 to #4 have only 11 distinct clue values, so are clearly invalid ...
#5 is legal, and has one solution, so it's valid!
			
		
#5 ..3..........6.....................7....4..............B............3......A...6...A......4.....2.........4.6........7...BCD.2..5..D12....7........8.......3.............  25 unratedcoloin wrote:somehow its facinating that SE cant compute the ratings of these very non minimal puzzles
- Code: Select all
#5 ..3..........6.....................7....4..............B............3......A...6...A......4.....2.........4.6........7...BCD.2..5..D12....7........8.......3............. 25 unrated

Mathimagics wrote:Of those 5 unrated puzzles posted by 1to9only, #1 to #4 have only 11 distinct clue values, so are clearly invalid ...
#5 is legal, and has one solution, so it's valid!

m_b_metcalf wrote:program's a work-in-progress ...


1to9only wrote:It is unrated because I stopped the process after 10-15 mins. It just needs a bit more compute time!! I think SE will need a few hours ...
..3..........6.....................7....4..............B............3......A...6...A......4.....2.........4.6........7...BCD.2..5..D12....7........8.......3.............  25 ED=9.7/1.5/1.5

1a. [TC] Cyclical shift columns:  (R, C) --> (R, C+1)
1b. [TR] Cyclical shift rows:     (R, C) --> (R+1, C)
2.  [V]  Vertical reflection (*): (R, C) --> (R, -C)
3.  [H]  House shift:             (R, C) --> (R+C, C-R)
4.  [M]  Multiplication by K:     (R, C) --> (KR, KC)
1.  [R]  Vertical reflection:     (R, C) --> (R, N-1-C)
2.  [H]  House shift:             (R, C) --> (R+C, C-R)
3.  [M]  Multiplication by K:     (R, C) --> (KR, KC)

 +----+-------------------------------+-------------------------+
 |    |          Total grids          |         ED grids        |
 +----+-------------------------------+-------------------------+
 |  N |    C              SN       SX |   C          SN    SX   |
 +----+-------------------------------+-------------------------+
 | 13 |   10            1352      208 |   2           5     1   |
 | 17 |   14           33048      952 |   3          27     4   |
 | 19 |   16          172672     2432 |   2          84     7   |
 | 23 |   20        22408624     9200 |   3        5712    17   |
 | 25 |   10       313235960    11240 |   2       79156    16   |
 | 29 |   26     83574766152    91176 |   4    12874403    79   |
 | 31 |   28   1729670668496   334800 |   4               173   |
 +------------------------------------+-------------------------+

