From 147b0c3c4615c32478a4923242909b8ae5a30d03 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 23 Nov 2025 16:16:31 +0100 Subject: Fix duplicate solutions, overflow in maxsols and improve symmetry reduction for H48. This commit fixes two bugs: - A bug that caused duplicates solutions for symmetric scrambles. - An overflow in the maxsols parameter for the H48 solver, which caused it to find much fewer solutions than existed. Moreover, the H48 solvers has been improved by reducing by symmetry not only from the starting position, but also up to the first 4 moves. --- test/140_appendsolution/00_empty.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/140_appendsolution/00_empty.in') diff --git a/test/140_appendsolution/00_empty.in b/test/140_appendsolution/00_empty.in index 1100b95..00546ef 100644 --- a/test/140_appendsolution/00_empty.in +++ b/test/140_appendsolution/00_empty.in @@ -1,5 +1,6 @@ 0 1 +1 rotation UF 0 -- cgit v1.3