diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-08 09:43:15 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-08 09:43:15 +0200 |
| commit | 82904137aff5a7de8b9aee55485c1b0217e0b2e6 (patch) | |
| tree | aa0837e6f2fd17d34fe2f66bafa49f631fac65b1 /src/nissy.h | |
| parent | c90781c8602bd2ff17270105c98277ac79665ac8 (diff) | |
| download | nissy-core-82904137aff5a7de8b9aee55485c1b0217e0b2e6.tar.gz nissy-core-82904137aff5a7de8b9aee55485c1b0217e0b2e6.zip | |
Added solver documentation
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nissy.h b/src/nissy.h index 2785e00..b5abc15 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -346,7 +346,7 @@ Solve the given cube using the given solver and options. | |||
| 346 | 346 | ||
| 347 | Parameters: | 347 | Parameters: |
| 348 | cube - The cube to solver. | 348 | cube - The cube to solver. |
| 349 | solver - The name of the solver. | 349 | solver - The name of the solver. See doc/solvers.md for a list. |
| 350 | nissflag - The flags for NISS (linear, inverse, mixed, or | 350 | nissflag - The flags for NISS (linear, inverse, mixed, or |
| 351 | combinations; see the constants at the top of this file). | 351 | combinations; see the constants at the top of this file). |
| 352 | minmoves - The minimum number of moves for a solution. | 352 | minmoves - The minimum number of moves for a solution. |
