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/SolverCube2.java
291 291
      mSolver = ImplementedTablebasesList.createPacked(os,ObjectSignatures.CUBE_2);
292 292
      }
293 293

  
294
    return mSolver!=null ? mSolver.solution(index,null) : null;
294
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
295 295
    }
296 296
}  
297 297

  

Also available in: Unified diff