diff options
| -rwxr-xr-x | nissy.o | bin | 157640 -> 0 bytes | |||
| -rw-r--r-- | src/pruning.c | 3 | ||||
| -rw-r--r-- | src/steps.c | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/nissy.o b/nissy.o deleted file mode 100755 index 46a1258..0000000 --- a/nissy.o +++ /dev/null | |||
| Binary files differ | |||
diff --git a/src/pruning.c b/src/pruning.c index bc9dd59..b7fedd4 100644 --- a/src/pruning.c +++ b/src/pruning.c | |||
| @@ -153,6 +153,9 @@ genptable_branch(PruneData *pd, uint64_t ind, int d, Move *ms) | |||
| 153 | * fields in struct cube are 32 bit ints that would take 88 times the | 153 | * fields in struct cube are 32 bit ints that would take 88 times the |
| 154 | * memory of the table to be generated, more than 120Gb for | 154 | * memory of the table to be generated, more than 120Gb for |
| 155 | * ptable_khuge for example! | 155 | * ptable_khuge for example! |
| 156 | * | ||
| 157 | * TODO: it would be nice to get rid of this... | ||
| 158 | * | ||
| 156 | */ | 159 | */ |
| 157 | ci = pd->coord->cube(ind); | 160 | ci = pd->coord->cube(ind); |
| 158 | 161 | ||
diff --git a/src/steps.c b/src/steps.c index 56f7369..f6b7403 100644 --- a/src/steps.c +++ b/src/steps.c | |||
| @@ -376,7 +376,7 @@ dr_eorl = { | |||
| 376 | Step | 376 | Step |
| 377 | dr_eoud = { | 377 | dr_eoud = { |
| 378 | .shortname = "dr-eoud", | 378 | .shortname = "dr-eoud", |
| 379 | .name = "DR on R/L or F/B without breaking EO on U/R", | 379 | .name = "DR on R/L or F/B without breaking EO on U/D", |
| 380 | 380 | ||
| 381 | .estimate = estimate_dr_eofb, | 381 | .estimate = estimate_dr_eofb, |
| 382 | .ready = check_eofb, | 382 | .ready = check_eofb, |
