Project

General

Profile

« Previous | Next » 

Revision 739a64d4

Added by Leszek Koltunski about 1 year ago

Beginnings of Skewb Diamond solver.

View differences:

src/main/java/org/distorted/objectlib/tablebases/ImplementedTablebasesList.java
24 24
  IVY_CUBE      (ObjectType.IVY_2 , TablebasesIvyCube.class),
25 25
  CU_232        (ObjectType.CU_232, TablebasesCuboid232.class),
26 26
  PYRA_3        (ObjectType.PYRA_3, TablebasesPyraminx.class),
27
  DIAMOND       (ObjectType.DIAM_2, TablebasesSkewbDiamond.class),
27 28
  ;
28 29

  
29 30
  public static final int NUM_OBJECTS = values().length;

Also available in: Unified diff