Project

General

Profile

« Previous | Next » 

Revision feceac2f

Added by Leszek Koltunski about 1 year ago

CU_323 solver: tablebase.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TBCuboid323.java
10 10
package org.distorted.objectlib.tablebases;
11 11

  
12 12
import org.distorted.library.type.Static3D;
13
import org.distorted.objectlib.R;
13 14
import org.distorted.objectlib.helpers.OperatingSystemInterface;
14 15

  
15 16
///////////////////////////////////////////////////////////////////////////////////////////////////
......
136 137

  
137 138
  public TBCuboid323(OperatingSystemInterface os)
138 139
    {
139
    super(os,null,null);
140
    super(os,new int[] {R.raw.cu_323_pruning6,R.raw.cu_323_pruning7}, new int[] {R.raw.cu_323_pruning17,R.raw.cu_323_pruning18});
140 141
    }
141 142

  
142 143
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff