aboutsummaryrefslogtreecommitdiff
path: root/src/solvers
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-18 10:14:37 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-18 10:14:37 +0200
commitb3d1ca3d503f3d525f653067b3555e86048bfdac (patch)
treefeebdf5a3967c45b7eeb4bc454fc611b830fd915 /src/solvers
parente71e2776674a748372e95702be49af2753ff3d48 (diff)
downloadnissy-core-b3d1ca3d503f3d525f653067b3555e86048bfdac.tar.gz
nissy-core-b3d1ca3d503f3d525f653067b3555e86048bfdac.zip
Change min depth for H48 tasks heuristic sort
Diffstat (limited to 'src/solvers')
-rw-r--r--src/solvers/h48/solve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/solve.h b/src/solvers/h48/solve.h
index 7ba70c6..42d15f8 100644
--- a/src/solvers/h48/solve.h
+++ b/src/solvers/h48/solve.h
@@ -6,7 +6,7 @@
6#define H48_STARTING_CUBES 43254 /* Number of 4-move sequences */ 6#define H48_STARTING_CUBES 43254 /* Number of 4-move sequences */
7#endif 7#endif
8 8
9#define H48_SORT_TASKS_MIN_DEPTH 17 9#define H48_SORT_TASKS_MIN_DEPTH 16
10#define H48_LOG_PROGRESS_MIN_DEPTH 15 10#define H48_LOG_PROGRESS_MIN_DEPTH 15
11 11
12typedef struct { 12typedef struct {

Generated with cgit - Back to sebastiano.tronto.net