diff options
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.h | 7 |
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 | /* |
| 366 | The value NISSY_ERROR_UNSOLVABLE_CUBE means that the provided cube is | 366 | The value NISSY_ERROR_UNSOLVABLE_CUBE means that the provided cube is in |
| 367 | in an unsolvable state. | 367 | an unsolvable state for the given solver. This could mean either that the |
| 368 | cube is not solvable at all (for example in case it has a single twisted | ||
| 369 | corner), or that it is not ready for the given step (for example if the | ||
| 370 | caller 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 | ||
