diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-29 14:12:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-29 14:12:01 +0200 |
| commit | bf6e1c3516a4eb0509c12b00d9a1baf6ee119987 (patch) | |
| tree | 95ab133f9771c4791d5c784f1b3d4822b1dd7d3c /tools | |
| parent | 774a824a6c80b5af495f4fb99d98758e3b9f6b81 (diff) | |
| parent | 7a52b4cd50a40e4bce919b6bd51203d0e9867141 (diff) | |
| download | nissy-core-bf6e1c3516a4eb0509c12b00d9a1baf6ee119987.tar.gz nissy-core-bf6e1c3516a4eb0509c12b00d9a1baf6ee119987.zip | |
Merge pull request #3 from enricotenuti/master
Threaded solver
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/300_solve_small/solve_small.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/300_solve_small/solve_small.c b/tools/300_solve_small/solve_small.c index 4d07728..d476bce 100644 --- a/tools/300_solve_small/solve_small.c +++ b/tools/300_solve_small/solve_small.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #include <pthread.h> | ||
| 2 | |||
| 3 | #include "../tool.h" | 1 | #include "../tool.h" |
| 4 | 2 | ||
| 5 | const char *solver = "h48"; | 3 | const char *solver = "h48"; |
| @@ -10,6 +8,8 @@ char *buf; | |||
| 10 | char *scrambles[] = { | 8 | char *scrambles[] = { |
| 11 | "R D' R2 D R U2 R' D' R U2 R D R'", /* 12 optimal */ | 9 | "R D' R2 D R U2 R' D' R U2 R D R'", /* 12 optimal */ |
| 12 | "RLUD RLUD RLUD", /* 12 optimal */ | 10 | "RLUD RLUD RLUD", /* 12 optimal */ |
| 11 | // "R' U' F D2 L2 F R2 U2 R2 B D2 L B2 D' B2 L' R' B D2 B U2 L U2 R' U' F", /* FMC2019 A1 - 16 optimal */ | ||
| 12 | // "R' U' F D R F2 D L F D2 F2 L' U R' L2 D' R2 F2 R2 D L2 U2 R' U' F", /* FMC2024 A1 - 19 optimal */ | ||
| 13 | NULL | 13 | NULL |
| 14 | }; | 14 | }; |
| 15 | 15 | ||
