nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

commit b3d1ca3d503f3d525f653067b3555e86048bfdac
parent e71e2776674a748372e95702be49af2753ff3d48
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 18 Jun 2025 10:14:37 +0200

Change min depth for H48 tasks heuristic sort

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

diff --git a/src/solvers/h48/solve.h b/src/solvers/h48/solve.h @@ -6,7 +6,7 @@ #define H48_STARTING_CUBES 43254 /* Number of 4-move sequences */ #endif -#define H48_SORT_TASKS_MIN_DEPTH 17 +#define H48_SORT_TASKS_MIN_DEPTH 16 #define H48_LOG_PROGRESS_MIN_DEPTH 15 typedef struct {