Project

General

Profile

« Previous | Next » 

Revision 2876aeb6

Added by Leszek Koltunski about 1 year ago

Tablebase-based scrambling.

View differences:

src/main/java/org/distorted/solvers/SolverIvyCube.java
12 12
import android.content.res.Resources;
13 13

  
14 14
import org.distorted.main.R;
15
import org.distorted.objectlib.main.ObjectType;
15
import org.distorted.objectlib.main.ObjectSignatures;
16 16
import org.distorted.objectlib.main.TwistyObject;
17 17
import org.distorted.objectlib.tablebases.ImplementedTablebasesList;
18 18
import org.distorted.objectlib.tablebases.TablebaseHelpers;
......
244 244
    {
245 245
    if( mSolver==null )
246 246
      {
247
      mSolver = ImplementedTablebasesList.createPacked(res,ObjectType.IVY_2);
247
      mSolver = ImplementedTablebasesList.createPacked(res, ObjectSignatures.IVY_2);
248 248
      }
249 249

  
250 250
    return mSolver!=null ? mSolver.solution(index) : null;

Also available in: Unified diff