Project

General

Profile

« Previous | Next » 

Revision 6d637f71

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/objectlib/tablebases/TablebaseHelpers.java
72 72
    for(int i=0; i<num; i++)
73 73
      {
74 74
      int next = rnd.nextInt(size-1);
75
      int[][] moves = tb.solution(next);
75
      int[][] moves = tb.solution(next,null);
76 76
      String moveSeq = print(moves);
77 77
      android.util.Log.e("D", (moves==null ? 0 : moves.length)+" Trying "+next+" : "+moveSeq);
78 78
      }

Also available in: Unified diff