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/SolverPyraminxDiamond.java
369 369
      mSolver = ImplementedTablebasesList.createPacked(os,ObjectSignatures.PDIA_3);
370 370
      }
371 371

  
372
    return mSolver!=null ? mSolver.solution(index,null) : null;
372
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
373 373
    }
374 374
}  
375 375

  

Also available in: Unified diff