Project

General

Profile

« Previous | Next » 

Revision 884b702b

Added by Leszek Koltunski about 1 year ago

progress with PruningTable.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TablebasesCube2.java
18 18

  
19 19
///////////////////////////////////////////////////////////////////////////////////////////////////
20 20

  
21
public class TablebasesCube2 extends TablebasesAbstract
21
public class TablebasesCube2 extends TablebasesMITM
22 22
{
23 23
  private static final int[][] P =
24 24
      {
......
73 73

  
74 74
  public TablebasesCube2(Resources res)
75 75
    {
76
    super(res, R.raw.cube_2_tablebase);
76
    super(res, new int[] {} ); // TODO
77 77
    }
78 78

  
79 79
///////////////////////////////////////////////////////////////////////////////////////////////////
......
144 144
    return 9;
145 145
    }
146 146

  
147
///////////////////////////////////////////////////////////////////////////////////////////////////
148

  
149
  int[] getPruningLevels()
150
    {
151
    return new int[] {5,11};
152
    }
153

  
147 154
///////////////////////////////////////////////////////////////////////////////////////////////////
148 155

  
149 156
  private int[] getPermTwist(float[] point)

Also available in: Unified diff