commit be755ac032d7aaf5ab9498c66d7ad3378e19ccbe
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue May 23 00:48:59 2023 +0200

    implement enumeration of permutations in linear time. This hopefully speeds up all solvers.

diff --git a/src/main/java/org/distorted/solvers/SolverCuboid323.java b/src/main/java/org/distorted/solvers/SolverCuboid323.java
index fca1acee..2afc5d2b 100644
--- a/src/main/java/org/distorted/solvers/SolverCuboid323.java
+++ b/src/main/java/org/distorted/solvers/SolverCuboid323.java
@@ -440,7 +440,7 @@ public class SolverCuboid323 extends SolverTablebase
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // a few cu_323 max (depth 18) indices:
-// 8725992, 10024750, 73384014, ... , 404166008
+// 1180633, 1180642, 1182044, 1190482, 128151851, 128190028
 
   public int[][] solution(int index, OperatingSystemInterface os)
     {
