From c5a6ff0443fc9e5e890fe72cb13ea78d4fe2bbcb Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 2 Apr 2025 14:33:21 +0200 Subject: Added dreo coordinate solver --- src/nissy.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/nissy.h') 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. #define NISSY_ERROR_INVALID_CUBE -10LL /* -The value NISSY_ERROR_UNSOLVABLE_CUBE means that the provided cube is -in an unsolvable state. +The value NISSY_ERROR_UNSOLVABLE_CUBE means that the provided cube is in +an unsolvable state for the given solver. This could mean either that the +cube is not solvable at all (for example in case it has a single twisted +corner), or that it is not ready for the given step (for example if the +caller wants to solve a DR finish without the cube being in DR state). */ #define NISSY_ERROR_UNSOLVABLE_CUBE -11LL -- cgit v1.3