Project

General

Profile

« Previous | Next » 

Revision 6c1eaae9

Added by Leszek Koltunski 8 months ago

Lattice Cube: new icon

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
116 116
  DIN4_3 ( TwistyDino4.class          ,  9, R.drawable.din4_3, true,    30, 1,1, new InitData(new int[] {3,3,3,3})),
117 117
  COIH_3 ( TwistyCoinHexahedron.class , 35, R.drawable.coih_3, true,    50, 1,1, new InitData(new int[] {3,3,3,3,3,3,3})),
118 118

  
119

  
120
    LATT_5 ( TwistyLattice.class        , 35, R.drawable.latt_5, true,   50, 1,1, new InitData(new int[] {5,5,5,5})),
121

  
122

  
123

  
124

  
125
    TINS_5 ( TwistyTins.class           , 28, R.drawable.tins_5, false,   60, 1,1, new InitData(new int[] {5,5,5,5})),
119
  TINS_5 ( TwistyTins.class           , 28, R.drawable.tins_5, false,   60, 1,1, new InitData(new int[] {5,5,5,5})),
126 120
  O2_2   ( TwistyO2.class             ,  2, R.drawable.o2_2  , false,   20, 1,1, new InitData(new int[] {2,2,2})),
127 121
  DSKE_3 ( TwistyDinoSkewb.class      , 25, R.drawable.dske_3, false,   50, 1,1, new InitData(new int[] {3,3,3,3})),
128 122
  FADI_5 ( TwistyRedi.class           , 35, R.drawable.fadi_5, false,   60, 1,1, new InitData(new int[] {5,5,5,5})),
129

  
123
  LATT_5 ( TwistyLattice.class        , 35, R.drawable.latt_5, false,   50, 1,1, new InitData(new int[] {5,5,5,5})),
130 124
  ;
131 125

  
132 126
  public static int NUM_OBJECTS;
src/main/java/org/distorted/objectlib/tablebases/TablebasesAbstract.java
646 646

  
647 647
    int[] extra = new int[4];
648 648

  
649
    for(int i=8241000; i<19958400; i++)
649
    for(int i=8375000; i<19958400; i++)
650 650
      {
651 651
      int[][] sol = solution(i,extra,os);
652 652
      if( (i%1000)==0 ) android.util.Log.e("D ", "solving: "+i);

Also available in: Unified diff