Revision 83c7fbec
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/solvers/SolverCuboid323.java | ||
|---|---|---|
| 468 | 468 |
if( mSolver==null ) |
| 469 | 469 |
{
|
| 470 | 470 |
mSolver = ImplementedTablebasesList.createUnpacked(ObjectSignatures.CU_323); |
| 471 |
if( mSolver!=null ) mSolver.createTablebase(2);
|
|
| 471 |
if( mSolver!=null ) mSolver.createTablebase(4);
|
|
| 472 | 472 |
} |
| 473 | 473 |
|
| 474 |
return mSolver!=null ? mSolver.solution(index,null,os) : null; |
|
| 474 |
return null;//mSolver!=null ? mSolver.solution(index,null,os) : null;
|
|
| 475 | 475 |
} |
| 476 | 476 |
} |
| 477 | 477 |
|
Also available in: Unified diff
CU_323 solver: corrections.