Revision fb621a68
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/solvers/SolverCuboid323.java | ||
|---|---|---|
| 451 | 451 |
//if( mSolver!=null ) mSolver.createTablebase(1); |
| 452 | 452 |
} |
| 453 | 453 |
|
| 454 |
((TBCuboid323)mSolver).initialize(); |
|
| 454 | 455 |
return mSolver!=null ? mSolver.solution(index,null,os) : null; |
| 455 | 456 |
} |
| 456 | 457 |
} |
Also available in: Unified diff
CU_323 solver: last step.