Project

General

Profile

« Previous | Next » 

Revision 83c7fbec

Added by Leszek Koltunski about 1 year ago

CU_323 solver: corrections.

View differences:

src/main/java/org/distorted/solvers/SolverCuboid323.java
468 468
    if( mSolver==null )
469 469
      {
470 470
      mSolver = ImplementedTablebasesList.createUnpacked(ObjectSignatures.CU_323);
471
      if( mSolver!=null ) mSolver.createTablebase(2);
471
      if( mSolver!=null ) mSolver.createTablebase(4);
472 472
      }
473 473

  
474
    return mSolver!=null ? mSolver.solution(index,null,os) : null;
474
    return null;//mSolver!=null ? mSolver.solution(index,null,os) : null;
475 475
    }
476 476
}  
477 477

  

Also available in: Unified diff