From c03434177dd840e203658205bbe82006e08da028 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 7 Dec 2021 14:02:51 +0100 Subject: Just added a comment --- src/pruning.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/pruning.c') diff --git a/src/pruning.c b/src/pruning.c index 40f273d..b000eb7 100644 --- a/src/pruning.c +++ b/src/pruning.c @@ -159,6 +159,14 @@ genptable_branch(PruneData *pd, uint64_t ind, int d, Move *ms) ci = pd->coord->cube(ind); + /* + * Here we deal with the following problem: + * The set of positions reached by applying each move to + * a certain position X could depend on the representative + * used for X in its symmetry class. + * This is a terribly inefficient way to deal with this. + * TODO: make it more efficient. + */ for (i = 0; i < pd->coord->ntrans; i++) { c = i == 0 ? ci : apply_trans(pd->coord->trans[i], ci); -- cgit v1.3