diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-24 18:03:44 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-24 18:03:44 +0200 |
| commit | 214ef0fe87b48e044681bb831b8ae2fc2fe1a35b (patch) | |
| tree | 1dc657cd93d9c208bdee41b44f2f32b651177523 /src/cubetypes.h | |
| parent | db4d88428a1bf20652f11d4cf9b31b7114fdacfb (diff) | |
| download | nissy-classic-214ef0fe87b48e044681bb831b8ae2fc2fe1a35b.tar.gz nissy-classic-214ef0fe87b48e044681bb831b8ae2fc2fe1a35b.zip | |
Added -L option
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 66839ca..b082518 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -70,6 +70,12 @@ trans | |||
| 70 | bu_mirror, br_mirror, bd_mirror, bl_mirror, | 70 | bu_mirror, br_mirror, bd_mirror, bl_mirror, |
| 71 | } Trans; | 71 | } Trans; |
| 72 | 72 | ||
| 73 | typedef enum | ||
| 74 | niss_type | ||
| 75 | { | ||
| 76 | NORMAL, LINEAR, NISS | ||
| 77 | } NissType; | ||
| 78 | |||
| 73 | 79 | ||
| 74 | /* Typedefs ******************************************************************/ | 80 | /* Typedefs ******************************************************************/ |
| 75 | 81 | ||
| @@ -291,7 +297,7 @@ solveoptions | |||
| 291 | int max_solutions; | 297 | int max_solutions; |
| 292 | int nthreads; | 298 | int nthreads; |
| 293 | int optimal; | 299 | int optimal; |
| 294 | bool can_niss; | 300 | NissType nisstype; |
| 295 | bool verbose; | 301 | bool verbose; |
| 296 | bool all; | 302 | bool all; |
| 297 | bool print_number; | 303 | bool print_number; |
