Skip to content

Commit 6a737e5

Browse files
add new test sequences
1 parent 65b94a5 commit 6a737e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/ch/sebastianhaeni/pancake/ParallelSolver.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ public class ParallelSolver {
2424
// private static int[] INITIAL_STATE = new int[]{7,13,21,4,16,31,30,35,40,23,8,19,33,24,38,28,29,14,26,6,25,32,1,3,5,22,37,9,20,2,10,34,18,17,11,27,12,15,39,36}; // 40
2525
// private static int[] INITIAL_STATE = new int[]{13,23,24,28,39,17,38,31,9,5,30,40,26,32,8,36,19,16,33,6,20,12,14,25,27,22,34,11,21,4,10,18,15,7,2,37,1,29,35,3}; // 40
2626
// private static int[] INITIAL_STATE = new int[]{39,2,22,20,23,30,31,46,49,8,21,5,29,11,19,33,38,17,6,35,42,34,15,7,48,3,9,37,28,41,40,24,26,50,4,43,12,18,13,10,36,1,25,32,45,47,16,14,27,44}; // 50
27-
private static int[] INITIAL_STATE = new int[] { 21, 33, 30, 58, 17, 6, 41, 3, 12, 22, 56, 16, 20, 35, 27, 44, 36, 24, 10, 19, 53, 54, 9, 42, 59, 34, 13, 39, 37, 29, 15, 25, 60, 50, 31, 46, 38, 51, 1, 49, 47, 8, 52, 57, 48, 18, 5, 55, 43, 7, 26, 32, 40, 28, 23, 2, 11, 45, 14, 4 }; // 60
27+
// private static int[] INITIAL_STATE = new int[] { 21, 33, 30, 58, 17, 6, 41, 3, 12, 22, 56, 16, 20, 35, 27, 44, 36, 24, 10, 19, 53, 54, 9, 42, 59, 34, 13, 39, 37, 29, 15, 25, 60, 50, 31, 46, 38, 51, 1, 49, 47, 8, 52, 57, 48, 18, 5, 55, 43, 7, 26, 32, 40, 28, 23, 2, 11, 45, 14, 4 }; // 60
28+
// private static int[] INITIAL_STATE = new int[] { 5, 10, 13, 8, 1, 14, 6, 2, 15, 9, 7, 12, 11, 4, 3 }; // 60
29+
private static int[] INITIAL_STATE = new int[] { 2, 1, 4, 3, 6, 5, 8, 7, 10, 9, 12, 11 }; // 60
2830
// private static int[] INITIAL_STATE = new int[]{14,34,9,13,27,46,41,25,5,44,47,22,35,7,17,49,54,2,32,42,39,50,12,52,66,31,24,36,6,18,45,60,28,37,65,43,48,38,58,33,8,10,55,61,53,62,19,26,59,16,57,15,56,20,11,29,4,40,1,51,63,30,64,23,3,21}; // 66
2931
// private static int[] INITIAL_STATE = new int[]{51,52,3,40,19,8,62,69,27,48,31,23,50,26,10,38,28,60,68,53,9,64,2,56,30,6,4,58,14,17,66,41,45,49,59,42,5,61,65,13,67,55,7,70,18,33,25,46,57,1,47,37,43,34,16,32,39,21,29,35,11,24,63,20,22,44,12,54,15,36}; // 70
3032

0 commit comments

Comments
 (0)