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/SolverIvyCube.java
248 248
      mSolver = ImplementedTablebasesList.createPacked(os, ObjectSignatures.IVY_2);
249 249
      }
250 250

  
251
    return mSolver!=null ? mSolver.solution(index,null) : null;
251
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
252 252
    }
253 253
}  
254 254

  

Also available in: Unified diff