aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-12 12:13:42 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-12 12:13:42 +0100
commit490d6b168d29b46e55c48c59b5bdde281eebe67e (patch)
treef9ca5c3e9e26de580240cc9af22e06d3b7989bfe /src/cube.h
parent9725570d740041b51d6bdfbc8416498ddad77666 (diff)
downloadnissy-490d6b168d29b46e55c48c59b5bdde281eebe67e.tar.gz
nissy-490d6b168d29b46e55c48c59b5bdde281eebe67e.zip
Faster inverse cube; makes optimal solving about 30% faster
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cube.h b/src/cube.h
index 6c70e99..71e3cc5 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -4,6 +4,7 @@
4#include <stdio.h> 4#include <stdio.h>
5#include <time.h> 5#include <time.h>
6 6
7#include "env.h"
7#include "pf.h" 8#include "pf.h"
8#include "utils.h" 9#include "utils.h"
9 10
@@ -37,5 +38,7 @@ Center where_is_center(Cube cube, Center c);
37Corner where_is_corner(Cube cube, Corner c); 38Corner where_is_corner(Cube cube, Corner c);
38Edge where_is_edge(Cube cube, Edge e); 39Edge where_is_edge(Cube cube, Edge e);
39 40
41void init_cube();
42
40#endif 43#endif
41 44

Generated with cgit - Back to sebastiano.tronto.net