aboutsummaryrefslogtreecommitdiff
path: root/src/solvers
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers')
-rw-r--r--src/solvers/h48/gendata_h48.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h
index 76a2532..0362c69 100644
--- a/src/solvers/h48/gendata_h48.h
+++ b/src/solvers/h48/gendata_h48.h
@@ -76,7 +76,7 @@ typedef struct {
76 uint64_t *count; 76 uint64_t *count;
77} h48k2_dfs_arg_t; 77} h48k2_dfs_arg_t;
78 78
79STATIC uint64_t gen_h48short(gendata_h48short_arg_t *); 79STATIC uint64_t gendata_h48short(gendata_h48short_arg_t *);
80STATIC size_t gendata_h48(gendata_h48_arg_t *); 80STATIC size_t gendata_h48(gendata_h48_arg_t *);
81STATIC size_t gendata_h48h0k4(gendata_h48_arg_t *); 81STATIC size_t gendata_h48h0k4(gendata_h48_arg_t *);
82STATIC int64_t gendata_h48h0k4_bfs(h48h0k4_bfs_arg_t *); 82STATIC int64_t gendata_h48h0k4_bfs(h48h0k4_bfs_arg_t *);
@@ -96,7 +96,7 @@ STATIC_INLINE void set_h48_pval(uint8_t *, int64_t, uint8_t, uint8_t);
96STATIC_INLINE uint8_t get_h48_bound(cube_t, uint32_t, uint8_t, uint8_t, uint8_t *); 96STATIC_INLINE uint8_t get_h48_bound(cube_t, uint32_t, uint8_t, uint8_t, uint8_t *);
97 97
98STATIC uint64_t 98STATIC uint64_t
99gen_h48short(gendata_h48short_arg_t *arg) 99gendata_h48short(gendata_h48short_arg_t *arg)
100{ 100{
101 uint8_t i, m; 101 uint8_t i, m;
102 int64_t coord; 102 int64_t coord;
@@ -368,7 +368,7 @@ gendata_h48k2(gendata_h48_arg_t *arg)
368 .selfsim = arg->selfsim, 368 .selfsim = arg->selfsim,
369 .map = &shortcubes 369 .map = &shortcubes
370 }; 370 };
371 nshort = gen_h48short(&shortarg); 371 nshort = gendata_h48short(&shortarg);
372 LOG("Cubes in <= %" PRIu8 " moves: %" PRIu64 "\n", shortdepth, nshort); 372 LOG("Cubes in <= %" PRIu8 " moves: %" PRIu64 "\n", shortdepth, nshort);
373 373
374 selectedbase = base[arg->h]; 374 selectedbase = base[arg->h];

Generated with cgit - Back to sebastiano.tronto.net