Последний раз редактировалось Herbert Kociemba 09.12.2015, 03:39, всего редактировалось 2 раз(а).
To get good results it is necessary to generate all possibilities. For p = 5 and the projective case there are for example 60 cases:
{{0,1,3,8,12,18},{0,1,3,10,14,26},{0,1,4,6,13,21},{0,1,4,10,12,17},{0,1,6,18,22,29},{0,1,8,11,13,17},{0,1,11,19,26,28},{0,1,14,20,24,29},{0,1,15,19,21,24},{0,1,15,20,22,28},{0,2,3,8,20,24},{0,2,3,16,22,26},{0,2,5,6,16,24},{0,2,5,12,13,27},{0,2,6,20,21,28},{0,2,7,11,17,30},{0,2,7,21,22,25},{0,2,8,11,12,26},{0,2,9,13,25,30},{0,2,9,17,27,28},{0,3,4,14,22,29},{0,3,4,18,23,25},{0,3,5,9,23,24},{0,3,5,12,20,30},{0,3,9,11,16,30},{0,3,10,11,25,29},{0,4,6,9,16,17},{0,4,9,11,12,25},{0,4,10,23,24,26},{0,4,11,13,14,19},{0,4,16,21,22,24},{0,4,18,19,26,29},{0,5,6,8,15,19},{0,5,7,8,21,27},{0,5,7,13,16,17},{0,5,9,15,28,29},{0,5,17,21,28,30},{0,5,19,20,23,29},{0,6,8,13,27,28},{0,6,9,10,24,29},{0,6,10,15,17,18},{0,6,19,20,22,27},{0,7,8,22,26,28},{0,7,9,10,15,27},{0,7,9,12,13,23},{0,7,10,12,16,30},{0,7,11,23,28,29},{0,7,15,25,26,29},{0,8,15,17,20,21},{0,8,18,19,22,24},{0,10,11,14,16,23},{0,10,18,25,27,30},{0,12,16,23,25,26},{0,12,17,18,20,27},{0,13,14,16,21,25},{0,13,19,23,28,30},{0,14,15,18,24,26},{0,14,15,22,25,27},{0,14,18,20,23,30},{0,14,19,21,27,30}}
I did not examine the cases with prime p a bit larger than the problem size N yet (for example for N=1009 also p=1013 and p=1019 should be examined), but I am quite sure that all the top solutions for the larger N can be found in this way.
|