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/SolverPyraminxDuo.java
293 293
      mSolver = ImplementedTablebasesList.createPacked(os, ObjectSignatures.PDUO_2);
294 294
      }
295 295

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

  

Also available in: Unified diff