|
![]()
Some programs available on this site propose several solutions to the traditional problem of the Euler's knight. This problem is tackled under two aspects.
Thanks to several improvements in the algorithm and with the help of new processor power, the search's time has been divided by 40 in 13 years ! The 140 solutions are found in 0,7 day on an AMD Ryzen 5 1600X - 3.6GHz. Algorithm is based on 64 interacting objects presented in this presentation The following table presents the results. The meaning of the column are :
The reverse path of the first solution (each value x is replaced by 65 - x) provides the following figure. This figure is symetric with the second solution.
There are 280 magic squares with different properties : standard magic tours, magic close tours, semi-magic tours where each quarter of the chessabord is itself a magic tour. Each tour is linked with its reverse magic tour. Therefore, there is ony 140 independant magic tours. Close Tours A close Tour (CT) is a tour where the start square and end square are linked by a knight step. 2KT Tours Other types of tour could be searched on 8x8 board. For example, 2-kt tours that is, 1 to 32 and then 33 to 64 are at knight move but not 32 to 33 and the result is a special 2-kt magic tours. There are many more 2k-tours than classical magic tours. With the same idea, 3-kt tour is a tour with 1 to 16, 17 to 48 and 49 to 64 are at knight move but not 16 to 17, 48 to 49 Similary, 4-kt tours is composed of 4 segments 1 to 16, 17 to 32, 33 to 48 and 49 to 64. The computed time to find all the solutions for these types of tour is very large. An estimation is in progress ... TANGRAM The same algorithm was used to count the number of possible placements of 11 geometric pieces in a hexagonal TANGRAM. Several adaptations had to be made. Author : Yann DENEF mailto:ydenef@orange.fr
|