diff options
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 | */ |
