diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-11 22:19:03 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-11 22:19:03 +0100 |
| commit | 91afd406dca8dee4dfdb84ad025dd390f4e5a70c (patch) | |
| tree | 712bdcbf9bf0d88218095b1da42199934ea91985 /cube.h | |
| parent | 067ba55add258ab03db328234168af66c4ad87c3 (diff) | |
| download | nissy-core-91afd406dca8dee4dfdb84ad025dd390f4e5a70c.tar.gz nissy-core-91afd406dca8dee4dfdb84ad025dd390f4e5a70c.zip | |
Implemented simple solver
Diffstat (limited to 'cube.h')
| -rw-r--r-- | cube.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -130,7 +130,7 @@ int64_t solve( | |||
| 130 | * maximum length is unlimited. | 130 | * maximum length is unlimited. |
| 131 | */ | 131 | */ |
| 132 | int64_t maxsols, /* The maximum number of solutions. */ | 132 | int64_t maxsols, /* The maximum number of solutions. */ |
| 133 | int64_t optimal, /* All solutions at most "optimal" moves from the | 133 | int8_t optimal, /* All solutions at most "optimal" moves from the |
| 134 | * shortest solution (respecting minmoves) are found. | 134 | * shortest solution (respecting minmoves) are found. |
| 135 | * If negative, this parameter is ignored. | 135 | * If negative, this parameter is ignored. |
| 136 | */ | 136 | */ |
