diff options
Diffstat (limited to 'src/cubetypes.h')
| -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; |
