diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-11 12:05:24 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-11 12:05:24 +0200 |
| commit | b4d33513bd44c82426ef9e3c6daf5b8046672514 (patch) | |
| tree | db64d441059897974d270614cd1ad22d15fc8e56 /src/cube.h | |
| parent | c89c5a1832354d656757c5aff49018d0313838e0 (diff) | |
| download | nissy-core-b4d33513bd44c82426ef9e3c6daf5b8046672514.tar.gz nissy-core-b4d33513bd44c82426ef9e3c6daf5b8046672514.zip | |
Finished refactor
Diffstat (limited to '')
| -rw-r--r-- | src/cube.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -55,7 +55,7 @@ int nissy_convertcube( | |||
| 55 | int64_t nissy_gendata( | 55 | int64_t nissy_gendata( |
| 56 | const char *solver, | 56 | const char *solver, |
| 57 | const char *options, | 57 | const char *options, |
| 58 | void *generated_data, | 58 | void *generated_data |
| 59 | ); | 59 | ); |
| 60 | 60 | ||
| 61 | /* Returns the number of solutions found, or -1 in case of error */ | 61 | /* Returns the number of solutions found, or -1 in case of error */ |
| @@ -69,5 +69,5 @@ int nissy_solve( | |||
| 69 | int64_t maxsolutions, | 69 | int64_t maxsolutions, |
| 70 | int8_t optimal, | 70 | int8_t optimal, |
| 71 | const void *data, | 71 | const void *data, |
| 72 | char *solutions, | 72 | char *solutions |
| 73 | ); | 73 | ); |
