Revision db4775f7
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/solvers/SolverDino6.java | ||
|---|---|---|
| 441 | 441 |
{
|
| 442 | 442 |
if( mSolver==null ) |
| 443 | 443 |
{
|
| 444 |
mSolver = ImplementedTablebasesList.createUnpacked(ObjectSignatures.DINO_3); |
|
| 445 |
|
|
| 446 |
if( mSolver!=null ) |
|
| 447 |
{
|
|
| 448 |
mSolver.createTablebase(-1); |
|
| 449 |
} |
|
| 444 |
mSolver = ImplementedTablebasesList.createPacked(res,ObjectSignatures.DINO_3); |
|
| 450 | 445 |
} |
| 451 | 446 |
|
| 452 | 447 |
return mSolver!=null ? mSolver.solution(index,null) : null; |
Also available in: Unified diff
Dino6 solver: tablebase computed. It doesn't quite work yet though.