diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/solvers/h48/gendata_cocsep.h | 5 | ||||
| -rw-r--r-- | src/solvers/h48/gendata_eoesep.h | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/solvers/h48/gendata_cocsep.h b/src/solvers/h48/gendata_cocsep.h index 3812a4a..bf67962 100644 --- a/src/solvers/h48/gendata_cocsep.h +++ b/src/solvers/h48/gendata_cocsep.h | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | STATIC_INLINE bool gendata_cocsep_get_visited(const uint8_t *, int64_t); | 1 | STATIC_INLINE bool gendata_cocsep_get_visited(const uint8_t *, int64_t); |
| 2 | STATIC_INLINE void gendata_cocsep_set_visited(uint8_t *, int64_t); | 2 | STATIC_INLINE void gendata_cocsep_set_visited(uint8_t *, int64_t); |
| 3 | 3 | ||
| 4 | STATIC size_t gendata_cocsep( | 4 | STATIC size_t gendata_cocsep(char *, uint64_t *, cube_t *); |
| 5 | char [static COCSEP_FULLSIZE], uint64_t *, cube_t *); | ||
| 6 | STATIC uint32_t gendata_cocsep_dfs(cocsep_dfs_arg_t *); | 5 | STATIC uint32_t gendata_cocsep_dfs(cocsep_dfs_arg_t *); |
| 7 | STATIC void getdistribution_cocsep(const uint32_t *, uint64_t [static 21]); | 6 | STATIC void getdistribution_cocsep(const uint32_t *, uint64_t [static 21]); |
| 8 | 7 | ||
| @@ -10,7 +9,7 @@ STATIC_INLINE int8_t get_h48_cdata(cube_t, const uint32_t *, uint32_t *); | |||
| 10 | 9 | ||
| 11 | STATIC size_t | 10 | STATIC size_t |
| 12 | gendata_cocsep( | 11 | gendata_cocsep( |
| 13 | char buf[static COCSEP_FULLSIZE], | 12 | char *buf, |
| 14 | uint64_t *selfsim, | 13 | uint64_t *selfsim, |
| 15 | cube_t *rep | 14 | cube_t *rep |
| 16 | ) | 15 | ) |
diff --git a/src/solvers/h48/gendata_eoesep.h b/src/solvers/h48/gendata_eoesep.h index 23fbb3c..d887209 100644 --- a/src/solvers/h48/gendata_eoesep.h +++ b/src/solvers/h48/gendata_eoesep.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | STATIC int64_t coord_eoesep_sym(cube_t, const uint32_t [static ESEP_MAX]); | 1 | STATIC int64_t coord_eoesep_sym(cube_t, const uint32_t [static ESEP_MAX]); |
| 2 | STATIC size_t gendata_esep_classes( | 2 | STATIC size_t gendata_esep_classes( |
| 3 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); | 3 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); |
| 4 | STATIC size_t gendata_eoesep(char [static EOESEP_FULLSIZE], uint8_t); | 4 | STATIC size_t gendata_eoesep(char *, uint8_t); |
| 5 | STATIC uint32_t gendata_eoesep_bfs(uint8_t, uint8_t [static EOESEP_BUF], | 5 | STATIC uint32_t gendata_eoesep_bfs(uint8_t, uint8_t [static EOESEP_BUF], |
| 6 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); | 6 | uint32_t [static ESEP_MAX], uint16_t [static ESEP_CLASSES]); |
| 7 | STATIC uint32_t gendata_eoesep_fromnew(uint8_t, uint8_t [static EOESEP_BUF], | 7 | STATIC uint32_t gendata_eoesep_fromnew(uint8_t, uint8_t [static EOESEP_BUF], |
| @@ -65,7 +65,7 @@ gendata_esep_classes( | |||
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | STATIC size_t | 67 | STATIC size_t |
| 68 | gendata_eoesep(char buf[static EOESEP_FULLSIZE], uint8_t maxdepth) | 68 | gendata_eoesep(char *buf, uint8_t maxdepth) |
| 69 | { | 69 | { |
| 70 | uint8_t *buf8, d; | 70 | uint8_t *buf8, d; |
| 71 | uint16_t rep[ESEP_CLASSES]; | 71 | uint16_t rep[ESEP_CLASSES]; |
