Project

General

Profile

« Previous | Next » 

Revision 185dd0a1

Added by Leszek Koltunski about 1 year ago

Move corner orientation from SolverPyraminx to TablebasesPyraminx (we'll need it for better-looking tablebases scrambling)

View differences:

src/main/java/org/distorted/solvers/SolverSkewbDiamond.java
493 493
      mSolver = ImplementedTablebasesList.createPacked(res, ObjectSignatures.DIAM_2);
494 494
      }
495 495

  
496
    return mSolver!=null ? mSolver.solution(index) : null;
496
    return mSolver!=null ? mSolver.solution(index,null) : null;
497 497
    }
498 498
}  
499 499

  

Also available in: Unified diff