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

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

  

Also available in: Unified diff