aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cubetypes.h8
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
73typedef enum
74niss_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;

Generated with cgit - Back to sebastiano.tronto.net