Project

General

Profile

« Previous | Next » 

Revision 08a8ebc7

Added by Leszek Koltunski about 1 year ago

CU_232 solver: beginnings of the solver class.

View differences:

src/main/java/org/distorted/objectlib/tablebases/ImplementedTablebasesList.java
22 22
{
23 23
  PYRAMINX_DUO  (ObjectType.PDUO_2, TablebasesPyraminxDuo.class),
24 24
  IVY_CUBE      (ObjectType.IVY_2 , TablebasesIvyCube.class),
25
  CU_232        (ObjectType.CU_232, TablebasesCuboid232.class),
25 26
  ;
26 27

  
27 28
  public static final int NUM_OBJECTS = values().length;

Also available in: Unified diff