Revision 7fa259e2
Added by Leszek Koltunski about 1 year ago
src/main/java/org/distorted/solvers/SolverDino6.java | ||
---|---|---|
445 | 445 |
mSolver = ImplementedTablebasesList.createPacked(os, ObjectType.DINO_3.name() ); |
446 | 446 |
} |
447 | 447 |
|
448 |
//mSolver.test(os); |
|
449 |
|
|
448 | 450 |
return mSolver!=null ? mSolver.solution(index,null,os) : null; |
449 | 451 |
} |
450 | 452 |
} |
Also available in: Unified diff
Lattice Cube: the class, icon, mesh, json. Only tutorials remain.