aboutsummaryrefslogtreecommitdiff
path: root/src/cube.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-03-02 19:48:10 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-03-02 19:48:10 +0100
commitb5a692702643c8f3e77765ca38677e076bce2b59 (patch)
tree8e2f92426d651ea06eaeaa8f912bce2719697d0f /src/cube.c
parent36fb1d0fa1b70ee62dc6073d56176e8c81ceddfd (diff)
downloadnissy-b5a692702643c8f3e77765ca38677e076bce2b59.tar.gz
nissy-b5a692702643c8f3e77765ca38677e076bce2b59.zip
Added dr and htr scrambles
Diffstat (limited to '')
-rw-r--r--src/cube.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cube.c b/src/cube.c
index 803fefd..0ed862f 100644
--- a/src/cube.c
+++ b/src/cube.c
@@ -413,6 +413,8 @@ is_admissible(Cube cube) {
413 perm_sign(a->cp, 8) + 413 perm_sign(a->cp, 8) +
414 perm_sign(a->cpos, 6); 414 perm_sign(a->cpos, 6);
415 415
416 free_cubearray(a, pf_all);
417
416 return perm && parity % 2 == 0; 418 return perm && parity % 2 == 0;
417} 419}
418 420

Generated with cgit - Back to sebastiano.tronto.net