diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:57:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-25 20:57:45 +0100 |
| commit | ce4d6f93c8d00a56b9356d0c0d8489c28e1459df (patch) | |
| tree | 4f519efd1850d444ef344f6098b7e3346bcd94a8 /src/cubetypes.h | |
| parent | 0f81a5a70be20a82ee8495f050366a28d0be21c7 (diff) | |
| download | nissy-ce4d6f93c8d00a56b9356d0c0d8489c28e1459df.tar.gz nissy-ce4d6f93c8d00a56b9356d0c0d8489c28e1459df.zip | |
Added -O option for solve (specify number of moves within optimal)
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 6d8af21..1b679aa 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -279,7 +279,7 @@ solveoptions | |||
| 279 | int max_moves; | 279 | int max_moves; |
| 280 | int max_solutions; | 280 | int max_solutions; |
| 281 | int nthreads; | 281 | int nthreads; |
| 282 | bool optimal_only; | 282 | int optimal; |
| 283 | bool can_niss; | 283 | bool can_niss; |
| 284 | bool verbose; | 284 | bool verbose; |
| 285 | bool all; | 285 | bool all; |
