Revision 527557b7
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/solvers/SolverCube2.java | ||
|---|---|---|
| 290 | 290 |
if( mSolver==null ) |
| 291 | 291 |
{
|
| 292 | 292 |
mSolver = ImplementedTablebasesList.createUnpacked(ObjectSignatures.CUBE_2); |
| 293 |
if( mSolver!=null ) mSolver.createTablebase(); |
|
| 293 |
// if( mSolver!=null ) mSolver.createTablebase();
|
|
| 294 | 294 |
} |
| 295 | 295 |
|
| 296 | 296 |
return mSolver!=null ? mSolver.solution(index,null) : null; |
Also available in: Unified diff
Skeleton Cube2 tablebases class.