From 91afd406dca8dee4dfdb84ad025dd390f4e5a70c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 11 Nov 2023 22:19:03 +0100 Subject: Implemented simple solver --- cube.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube.h') diff --git a/cube.h b/cube.h index 791d167..0a39d12 100644 --- a/cube.h +++ b/cube.h @@ -130,7 +130,7 @@ int64_t solve( * maximum length is unlimited. */ int64_t maxsols, /* The maximum number of solutions. */ - int64_t optimal, /* All solutions at most "optimal" moves from the + int8_t optimal, /* All solutions at most "optimal" moves from the * shortest solution (respecting minmoves) are found. * If negative, this parameter is ignored. */ -- cgit v1.3