h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

commit 4668156da5915c8d7a7b40edaf6617b004547bd7
parent 79c9c600f7a620e3e804ff7783511ad7da7d8f93
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri, 11 Oct 2024 16:39:36 +0200

Improved comment

Diffstat:
Msrc/nissy.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nissy.h b/src/nissy.h @@ -12,7 +12,7 @@ All the functions return 0 or a positive integer in case of success and a negative integer in case of error, unless otherwise specified. You can see the list of error codes below, or use nissy_explainerror(). -Arguments of type char [static 22] denote a cube in B32 format. +All cube arguments are in B32 formats, unless otherwise specified. Other available formats are H48 and SRC. See README.md for more info on these formats.