diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-02 14:33:21 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-02 14:33:21 +0200 |
| commit | c5a6ff0443fc9e5e890fe72cb13ea78d4fe2bbcb (patch) | |
| tree | 9a5710c2393a09078df72d95364b6af966d745bd /src/nissy.h | |
| parent | 82e0a6bf454f5684b44bb0a24db619e9ba0567a0 (diff) | |
| download | nissy-core-c5a6ff0443fc9e5e890fe72cb13ea78d4fe2bbcb.tar.gz nissy-core-c5a6ff0443fc9e5e890fe72cb13ea78d4fe2bbcb.zip | |
Added dreo coordinate solver
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 | ||
