Project

General

Profile

« Previous | Next » 

Revision bdcf2372

Added by Leszek Koltunski about 1 year ago

Stop crashing when something goes wrong with solvers

View differences:

src/main/java/org/distorted/solvers/SolverPyraminx.java
543 543
      mSolver = ImplementedTablebasesList.createPacked(os, ObjectSignatures.PYRA_3);
544 544
      }
545 545

  
546
    return mSolver!=null ? mSolver.solution(index,mCornerTwist) : null;
546
    return mSolver!=null ? mSolver.solution(index,mCornerTwist,os) : null;
547 547
    }
548 548
}  
549 549

  

Also available in: Unified diff