Project

General

Profile

« Previous | Next » 

Revision 058d5ad3

Added by Leszek Koltunski 9 months ago

Add possibility to select different solvers.

View differences:

src/main/java/org/distorted/objectlib/algsolvers/implemented/SolverAbstract.java
16 16

  
17 17
///////////////////////////////////////////////////////////////////////////////////////////////////
18 18

  
19
abstract class SolverAbstract
19
public abstract class SolverAbstract
20 20
{
21 21
    private final SolvedObject mObject;
22 22
    private final SolverPhased mSolver;
src/main/java/org/distorted/objectlib/algsolvers/implemented/SolverKilominx.java
49 49
    int[][] thirdLayer  = new int[][]{ {0},{4},{6},{15},{19} };
50 50

  
51 51
    String algo = "(31){-2,-1,0,1,2}(16,8,31,11,28,19){0,1}";
52
    String algp = ""; // TODO
52
    String algp = "(31)"; // TODO
53 53

  
54 54
    MoveProviderAll all  = new MoveProviderAll(object);
55 55
    MoveProviderAlgs alo = new MoveProviderAlgs(object, algo );

Also available in: Unified diff