![]() |
|
|
#1 |
|
"Mike"
Aug 2002
25·257 Posts |
|
|
|
|
|
|
#2 |
|
"Robert Gerbicz"
Oct 2005
Hungary
22×7×53 Posts |
There is an important update:
"Update (02/05): You should find two different ways to place chess pieces such that both have the same attack numbers, like the pair =qq= ==== ==== =qq= and ==== q==q q==q ==== in the 4x4 case; not a pattern that creates the same attack number for all the squares (like the trivial empty board). Unlike real chess, the pieces are ignoring others in their way: attacking through them as in the 4x4 example." |
|
|
|
|
|
#3 |
|
"Robert Gerbicz"
Oct 2005
Hungary
22·7·53 Posts |
New update for star hunters:
"Update (03/05): To earn a '*', find a solution without using pawns; to get '**' find a solution using all other five pieces types (k,q,r,n,b)." |
|
|
|
|
|
#4 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Pawns are the only pieces which are unidirectional. Using them is kind of undefined since only one color is used and their attack direction can't be defined and is vague.
|
|
|
|
|
|
#5 |
|
"Robert Gerbicz"
Oct 2005
Hungary
22·7·53 Posts |
To handle this: use a fixed direction of the board. (so fixed attack direction of the pawns).
Last fiddled with by R. Gerbicz on 2016-05-03 at 18:33 |
|
|
|
|
|
#6 |
|
"Mike"
Aug 2002
822410 Posts |
|
|
|
|
|
|
#7 |
|
"Robert Gerbicz"
Oct 2005
Hungary
22·7·53 Posts |
An alternate solution: with integer programming a Glpk code to get a rotational+reflectional symmetric pair of boards for ** (see the attachment, notice the compactness of the code). The advantage in this search is that for these boards the threat numbers are also symmetrical. This gives that if the threat numbers are the same in 10 given squares then it will be the same on the remaining squares. Unfortunately this could take a lot of time to find a solution, the easier n=6 case (modify the third line of the code) solved in 2 minutes on my computer:
Code:
Threats: 6 6 7 7 6 6 6 3 8 8 3 6 7 8 11 11 8 7 7 8 11 11 8 7 6 3 8 8 3 6 6 6 7 7 6 6 Boards: knrrnk n=bb=n rbqqbr rbqqbr n=bb=n knrrnk rbqqbr bn==nb q=kk=q q=kk=q bn==nb rbqqbr Code:
==krrk== ===bb=== k=q==q=k rb=nn=br rb=nn=br k=q==q=k ===bb=== ==krrk== and ==qkkq== ===nn=== q=b==b=q kn=rr=nk kn=rr=nk q=b==b=q ===nn=== ==qkkq== the threat numbers: 6 3 6 6 6 6 3 6 3 4 4 7 7 4 4 3 6 4 7 7 7 7 4 6 6 7 7 6 6 7 7 6 6 7 7 6 6 7 7 6 6 4 7 7 7 7 4 6 3 4 4 7 7 4 4 3 6 3 6 6 6 6 3 6 Code:
rqqqqqqr q=rrrr=q qr=rr=rq qrr==rrq qrr==rrq qr=rr=rq q=rrrr=q rqqqqqqr and rrrrrrrr rrrrrrrr rrrrrrrr rrrrrrrr rrrrrrrr rrrrrrrr rrrrrrrr rrrrrrrr |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Avgvst 2016 | Batalov | Puzzles | 21 | 2016-09-04 11:40 |
| July 2016 | Xyzzy | Puzzles | 4 | 2016-08-06 22:51 |
| June 2016 | Xyzzy | Puzzles | 16 | 2016-07-07 02:51 |
| EM 2016 | Cybertronic | Soap Box | 1 | 2016-06-26 21:03 |
| April 2016 | Xyzzy | Puzzles | 10 | 2016-05-05 05:42 |