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/SolverSkewb.java
392 392
      mSolver = ImplementedTablebasesList.createPacked(os,ObjectSignatures.SKEW_2);
393 393
      }
394 394

  
395
    return mSolver!=null ? mSolver.solution(index,null) : null;
395
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
396 396
    }
397 397
}  
398 398

  

Also available in: Unified diff