aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nissy.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/nissy.h b/src/nissy.h
index 23bcb8b..add88e4 100644
--- a/src/nissy.h
+++ b/src/nissy.h
@@ -363,8 +363,11 @@ different from what specified, or simply ill-formed.
363#define NISSY_ERROR_INVALID_CUBE -10LL 363#define NISSY_ERROR_INVALID_CUBE -10LL
364 364
365/* 365/*
366The value NISSY_ERROR_UNSOLVABLE_CUBE means that the provided cube is 366The value NISSY_ERROR_UNSOLVABLE_CUBE means that the provided cube is in
367in an unsolvable state. 367an unsolvable state for the given solver. This could mean either that the
368cube is not solvable at all (for example in case it has a single twisted
369corner), or that it is not ready for the given step (for example if the
370caller wants to solve a DR finish without the cube being in DR state).
368*/ 371*/
369#define NISSY_ERROR_UNSOLVABLE_CUBE -11LL 372#define NISSY_ERROR_UNSOLVABLE_CUBE -11LL
370 373

Generated with cgit - Back to sebastiano.tronto.net