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/11_multisym.out | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/140_appendsolution/11_multisym.out (limited to 'test/140_appendsolution/11_multisym.out') diff --git a/test/140_appendsolution/11_multisym.out b/test/140_appendsolution/11_multisym.out new file mode 100644 index 0000000..9f1a312 --- /dev/null +++ b/test/140_appendsolution/11_multisym.out @@ -0,0 +1,7 @@ +L U F +L D R +R U B +R D L +Number of solutions: 4 +Shortest solution length: 3 +Used bytes: 24 -- cgit v1.3