Project

General

Profile

« Previous | Next » 

Revision 9e7ff8d2

Added by Leszek Koltunski about 1 year ago

Dino6 solver: tablebase computed. It doesn't quite work yet though.

View differences:

src/main/java/org/distorted/objectlib/tablebases/ImplementedTablebasesList.java
29 29
  MIRR2    (ObjectSignatures.MIRR_2, TBCube2.class),
30 30
  JING2    (ObjectSignatures.JING_2, TBJing.class),
31 31
  SKEW2    (ObjectSignatures.SKEW_2, TBSkewb.class),
32
  DINO6    (ObjectSignatures.DINO_3, TBDino6.class),
32 33
  ;
33 34

  
34 35
  public static final int NUM_OBJECTS = values().length;

Also available in: Unified diff