Revision f6089d0e
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/solvers/SolverPyraminx.java | ||
|---|---|---|
| 504 | 504 |
{
|
| 505 | 505 |
if( mSolver==null ) |
| 506 | 506 |
{
|
| 507 |
//mSolver = ImplementedTablebasesList.createPacked(res,ObjectType.PYRA_3); |
|
| 508 |
mSolver = ImplementedTablebasesList.createUnpacked(ObjectType.PYRA_3); |
|
| 509 |
if( mSolver!=null ) mSolver.createTablebase(); |
|
| 507 |
mSolver = ImplementedTablebasesList.createPacked(res,ObjectType.PYRA_3); |
|
| 510 | 508 |
} |
| 511 | 509 |
|
| 512 | 510 |
return mSolver!=null ? mSolver.solution(index) : null; |
Also available in: Unified diff
Pyraminx solver: tablebase working now (tipless, tips to be added in the SolverPyraminx class)