Revision d834c419
Added by Leszek Koltunski over 1 year ago
src/main/java/org/distorted/solvers/SolverPyraminxDiamond.java | ||
---|---|---|
369 | 369 |
|
370 | 370 |
if( mSolver!=null ) |
371 | 371 |
{ |
372 |
mSolver.createTablebase(2);
|
|
372 |
mSolver.createTablebase(1);
|
|
373 | 373 |
} |
374 | 374 |
} |
375 | 375 |
|
Also available in: Unified diff
Progress with the Pyraminx Diamond solver.