Project

General

Profile

« Previous | Next » 

Revision 20d7d940

Added by Leszek Koltunski 12 months ago

speedup

View differences:

src/main/java/org/distorted/objectlib/tablebases/TablebasesPruning.java
503 503
      }
504 504
    else
505 505
      {
506
      if( osi!=null ) osi.reportError("error traversing mid Tables: "+index);
506
      osi.reportError("error traversing mid Tables: "+index);
507 507
      return null;
508 508
      }
509 509
    int[][] jump2Moves = jumpToSolved(index,mLowestMid-1,lastA,lastR);
510 510
    if( jump2Moves==null )
511 511
      {
512
      if( osi!=null ) osi.reportError("2 error jumping to Solved: "+index);
512
      osi.reportError("2 error jumping to Solved: "+index);
513 513
      return null;
514 514
      }
515 515
    return concatenateMoves(highMoves,jump1Moves,midMoves,jump2Moves);

Also available in: Unified diff