Project

General

Profile

« Previous | Next » 

Revision 4237fc6b

Added by Leszek Koltunski 3 days ago

Solving the white cross and white corners do work now.

View differences:

src/main/java/org/distorted/phasedsolver/SolverActivity.java
183 183

  
184 184
      int[][] moves = so.getMoveTable();
185 185

  
186
      int[][] params = {{12,13,16,17}};
187
      int[] modes  = { PhasedSolver.MODE_ALL_AT_ONCE_OP };
186
      int[][] params = { {12,13,16,17},{0,1,2,3} };
187
      int[] modes  = { PhasedSolver.MODE_ALL_AT_ONCE_OP, PhasedSolver.MODE_ONE_BY_ONE_OP };
188 188
      PhasedSolver ps = new PhasedSolver(so,params,modes);
189 189

  
190 190
      runOnUiThread(new Runnable()

Also available in: Unified diff