Project

General

Profile

« Previous | Next » 

Revision cd595931

Added by Leszek Koltunski about 1 year ago

TablebasesPruning seems to be working now, at least with Cube2.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TBCube2.java
37 37
    super();
38 38
    }
39 39

  
40
///////////////////////////////////////////////////////////////////////////////////////////////////
41
/*
42
  public TBCube2(Resources res)
43
    {
44
    super(res, R.raw.cube_2_tablebase );
45
    }
46
*/
47 40
///////////////////////////////////////////////////////////////////////////////////////////////////
48 41

  
49 42
  public TBCube2(Resources res)
50 43
    {
44
    //super(res, R.raw.cube_2_tablebase );
51 45
    super(res, new int[] {R.raw.cube_2_pruning4,R.raw.cube_2_pruning5}, new int[] {R.raw.cube_2_pruning11} );
52 46
    }
53 47

  

Also available in: Unified diff