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.c | |
| 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nissy.c b/src/nissy.c index 738d6e1..40e4be7 100644 --- a/src/nissy.c +++ b/src/nissy.c | |||
| @@ -566,6 +566,7 @@ nissy_solve( | |||
| 566 | } | 566 | } |
| 567 | 567 | ||
| 568 | if (!issolvable(c)) { | 568 | if (!issolvable(c)) { |
| 569 | /* TODO: this is step-dependent */ | ||
| 569 | LOG("solve: cube is not solvable\n"); | 570 | LOG("solve: cube is not solvable\n"); |
| 570 | return NISSY_ERROR_UNSOLVABLE_CUBE; | 571 | return NISSY_ERROR_UNSOLVABLE_CUBE; |
| 571 | } | 572 | } |
