From 214ef0fe87b48e044681bb831b8ae2fc2fe1a35b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 24 Sep 2023 18:03:44 +0200 Subject: Added -L option --- src/cubetypes.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/cubetypes.h') 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 bu_mirror, br_mirror, bd_mirror, bl_mirror, } Trans; +typedef enum +niss_type +{ + NORMAL, LINEAR, NISS +} NissType; + /* Typedefs ******************************************************************/ @@ -291,7 +297,7 @@ solveoptions int max_solutions; int nthreads; int optimal; - bool can_niss; + NissType nisstype; bool verbose; bool all; bool print_number; -- cgit v1.3