Project

General

Profile

Download (18 KB) Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / tablebases / TablebasesAbstract.java @ a0ef8a1d

# Date Author Comment
94a0a353 10/09/2023 04:44 PM Leszek Koltunski

fix scrambling (and max scramble depth!) of the 4-color Dino

94490b34 10/06/2023 12:57 PM Leszek Koltunski

Seriously lower memory usage.

73515bf8 10/05/2023 12:22 AM Leszek Koltunski

improve scrambling of the Tins and Lattice Cubes.

6c1eaae9 10/04/2023 04:51 PM Leszek Koltunski

Lattice Cube: new icon

0f1e84b5 10/04/2023 04:15 PM Leszek Koltunski

Lattice Cube: tutorials

d3f3883a 10/04/2023 03:33 PM Leszek Koltunski

Lattice Cube: the class, icon, mesh, json. Only tutorials remain.

54d8427f 10/04/2023 12:55 PM Leszek Koltunski

Speed up the time when the HighScores Dialog appears

766bf4c4 10/04/2023 12:26 PM Leszek Koltunski

Debugs for the crash in Dino6 solver

9fbb6ed0 05/26/2023 01:16 AM Leszek Koltunski

Merge remote-tracking branch 'origin/master'

dcf9de7b 05/26/2023 01:15 AM Leszek Koltunski

Correct a subtle bug: the way we were computing the cached Rows was incorrect in case of Pyraminx, because its initial positions of all of its edge and octa cubits are the same, and initial quats are non-zero.

f2060de1 05/24/2023 01:24 AM Leszek Koltunski

speedup in PruningTable

693cc52e 05/24/2023 12:38 AM Leszek Koltunski

speedup

62b9f665 05/23/2023 06:37 PM Leszek Koltunski

speedup

20d7d940 05/23/2023 02:45 PM Leszek Koltunski

speedup

aacf5e27 05/11/2023 02:55 PM Leszek Koltunski

Implement the android.opengl.Matrix functions ourselves.

31d0a3fc 04/28/2023 12:17 AM Leszek Koltunski

CU_323 solver: don't use this for scrambling.

3feba94e 04/27/2023 10:39 PM Leszek Koltunski

CU_323 solver: return to the old way of moving layers with a twist (we do not move the front layer, we move the middle and back layers to imitate this move and keep edge1 always in place)

ca2ba7a1 04/27/2023 04:32 PM Leszek Koltunski

CU_323 solver: progress and slight speedup for the 'old' solver.

398f2870 04/24/2023 03:06 PM Leszek Koltunski

CU_323 solver: corrections.

c64217f7 04/24/2023 11:25 AM Leszek Koltunski

CU_323 solver: minor.

08451d7f 04/21/2023 11:38 PM Leszek Koltunski

CU_323 solver: remove mUpper.

d2216784 04/20/2023 10:26 PM Leszek Koltunski

CU_323 solver: bugfixes.

45dc5cd7 04/20/2023 04:50 PM Leszek Koltunski

CU_323 solver: corrections.

b60d1cba 04/10/2023 09:57 PM Leszek Koltunski

Beginnings of CU_323 solver.

00e83f23 04/06/2023 11:21 AM Leszek Koltunski

Stop crashing when something goes wrong with solvers

3103c3c8 04/04/2023 11:51 PM Leszek Koltunski

Move opening local files to the OSInterface

5b9f1cec 03/28/2023 12:58 PM Leszek Koltunski

Dino6 solver: pruning version done.

0cb18c32 03/25/2023 12:34 AM Leszek Koltunski

Dino6 solver: tablebase computed. It doesn't quite work yet though.

9e7ff8d2 03/25/2023 12:32 AM Leszek Koltunski

Dino6 solver: tablebase computed. It doesn't quite work yet though.

2d697abd 03/22/2023 12:12 AM Leszek Koltunski

Progess with Skewb solver.

b8a7c09d 03/20/2023 01:09 AM Leszek Koltunski

Jing: a TablebaseAbstract-based solver finished and working.

db2ed801 03/19/2023 01:48 AM Leszek Koltunski

Bugfix; connect MIRR2 to perfect TB-based scrambling.

bdcb662f 03/17/2023 04:26 PM Leszek Koltunski

Progress with TablebasesPruning

f079bf77 03/16/2023 01:16 AM Leszek Koltunski

PruningTables now support numBits=20,24.
Progress with TablebasesPruning.

15d1f6ad 03/15/2023 04:43 PM Leszek Koltunski

creation of PruningTables.

884b702b 03/15/2023 03:47 PM Leszek Koltunski

progress with PruningTable.

3798a303 03/15/2023 01:47 PM Leszek Koltunski

progress with PruningTable.

5e30b196 03/14/2023 05:45 PM Leszek Koltunski

New PruningTable data structure for solvers.

618f3d75 03/12/2023 11:45 PM Leszek Koltunski

Cube2 tablebases solver finished.

00057bb1 03/06/2023 01:23 PM Leszek Koltunski

Make it possible to return rowBitmaps from ObjectScrambler (rather than single rows)

6d637f71 03/06/2023 12:51 PM Leszek Koltunski

Move corner orientation from SolverPyraminx to TablebasesPyraminx (we'll need it for better-looking tablebases scrambling)

c0266cb1 03/06/2023 01:29 AM Leszek Koltunski

Tablebase-based scrambling.

74cc695a 02/28/2023 01:13 PM Leszek Koltunski

Pyraminx solver: tablebase working now (tipless, tips to be added in the SolverPyraminx class)

f32c546d 02/28/2023 01:09 AM Leszek Koltunski

Pyraminx solver: tablebase working now (tipless, tips to be added in the SolverPyraminx class)

bf890718 02/27/2023 04:01 PM Leszek Koltunski

Pyraminx solver: progress

971a184e 02/24/2023 02:44 PM Leszek Koltunski

CU_232 solver: finished

f9980f6a 02/22/2023 09:22 PM Leszek Koltunski

Ivy solver finished

5e501d98 02/21/2023 02:10 AM Leszek Koltunski

Small corrections

1725b607 02/19/2023 11:54 PM Leszek Koltunski

Introduce ImplementedTablebasesList