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/SolverPyraminxDuo.java
292 292
      mSolver = ImplementedTablebasesList.createPacked(res, ObjectSignatures.PDUO_2);
293 293
      }
294 294

  
295
    return mSolver!=null ? mSolver.solution(index) : null;
295
    return mSolver!=null ? mSolver.solution(index,null) : null;
296 296
    }
297 297
}  
298 298

  

Also available in: Unified diff