nissy-classic

Stable branch of nissy
git clone https://git.tronto.net/nissy-classic
Download | Log | Files | Refs | README | LICENSE

commit 64bf37ea33e3878f30ced0f427a9a6c29f2b45be
parent 4520748e06c0b154df450c9afad51a2f1468c2f4
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Fri, 12 Nov 2021 12:05:59 +0100

Unimportant fixed

Diffstat:
Dnissy.o | 0
Msrc/pruning.c | 3+++
Msrc/steps.c | 2+-
3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/nissy.o b/nissy.o Binary files differ. diff --git a/src/pruning.c b/src/pruning.c @@ -153,6 +153,9 @@ genptable_branch(PruneData *pd, uint64_t ind, int d, Move *ms) * fields in struct cube are 32 bit ints that would take 88 times the * memory of the table to be generated, more than 120Gb for * ptable_khuge for example! + * + * TODO: it would be nice to get rid of this... + * */ ci = pd->coord->cube(ind); diff --git a/src/steps.c b/src/steps.c @@ -376,7 +376,7 @@ dr_eorl = { Step dr_eoud = { .shortname = "dr-eoud", - .name = "DR on R/L or F/B without breaking EO on U/R", + .name = "DR on R/L or F/B without breaking EO on U/D", .estimate = estimate_dr_eofb, .ready = check_eofb,