diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-12 16:40:07 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-12 16:40:07 +0100 |
| commit | bfb7b1ab9d2c85a256c42c006060ffe7c2652638 (patch) | |
| tree | 08cada9caf1aa3c7d913c81f2f4d7f7a89c84a95 /src/nissy.h | |
| parent | 45eddc73d44f59d82fcf93e2213bb972c6b7c86a (diff) | |
| download | nissy-core-bfb7b1ab9d2c85a256c42c006060ffe7c2652638.tar.gz nissy-core-bfb7b1ab9d2c85a256c42c006060ffe7c2652638.zip | |
Revert API change
Diffstat (limited to 'src/nissy.h')
| -rw-r--r-- | src/nissy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nissy.h b/src/nissy.h index 9c26292..6c5a3e6 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -257,9 +257,6 @@ Solve the given cube using the given solver and options. | |||
| 257 | Parameters: | 257 | Parameters: |
| 258 | cube - The cube to solver, in B32 format. | 258 | cube - The cube to solver, in B32 format. |
| 259 | solver - The name of the solver. | 259 | solver - The name of the solver. |
| 260 | options - Extra options for the solver. Some solver require additional | ||
| 261 | parameters, some do not. For example, a coordinate solver | ||
| 262 | may require an "axis" (UD, FB, RL) as a parameter. | ||
| 263 | nissflag - The flags for NISS (linear, inverse, mixed, or combinations). | 260 | nissflag - The flags for NISS (linear, inverse, mixed, or combinations). |
| 264 | minmoves - The minimum number of moves for a solution. | 261 | minmoves - The minimum number of moves for a solution. |
| 265 | maxmoves - The maximum number of moves for a solution. | 262 | maxmoves - The maximum number of moves for a solution. |
| @@ -293,7 +290,6 @@ long long | |||
| 293 | nissy_solve( | 290 | nissy_solve( |
| 294 | const char cube[static NISSY_SIZE_B32], | 291 | const char cube[static NISSY_SIZE_B32], |
| 295 | const char *solver, | 292 | const char *solver, |
| 296 | const char *options, | ||
| 297 | unsigned nissflag, | 293 | unsigned nissflag, |
| 298 | unsigned minmoves, | 294 | unsigned minmoves, |
| 299 | unsigned maxmoves, | 295 | unsigned maxmoves, |
