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/SolverCuboid232.java
427 427
      mSolver = ImplementedTablebasesList.createPacked(res, ObjectSignatures.CU_232);
428 428
      }
429 429

  
430
    return mSolver!=null ? mSolver.solution(index) : null;
430
    return mSolver!=null ? mSolver.solution(index,null) : null;
431 431
    }
432 432
}  
433 433

  

Also available in: Unified diff