Project

General

Profile

« Previous | Next » 

Revision 5b9f1cec

Added by Leszek Koltunski about 1 year ago

Dino6 solver: pruning version done.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TablebasesPruning.java
312 312

  
313 313
        int childIndex = getIndex(tmp);
314 314

  
315
        if( childIndex==0 )
315
        if( isSolved(childIndex) )
316 316
          {
317 317
          solution[0][0] = childIndex;
318 318
          solution[0][1] = 0;

Also available in: Unified diff