Project

General

Profile

« Previous | Next » 

Revision 88a4ee05

Added by Leszek Koltunski about 1 year ago

Dino4 solver: progress.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TBDino4.java
92 92
    }
93 93

  
94 94
///////////////////////////////////////////////////////////////////////////////////////////////////
95
// exclude the middle layer and movements of edge[0].
95
// exclude the middle layer
96 96

  
97 97
  boolean[][] getRotatable()
98 98
    {
......
180 180

  
181 181
  private static int[] quatsFromPartition(int[] partition)
182 182
    {
183
    return null;
183
    return new int[] {0,0,0,0, 0,0,0,0, 0,0,0,0};
184 184
    }
185 185

  
186 186
///////////////////////////////////////////////////////////////////////////////////////////////////
src/main/java/org/distorted/objectlib/tablebases/TBDino6.java
110 110
    }
111 111

  
112 112
///////////////////////////////////////////////////////////////////////////////////////////////////
113
// exclude the middle layer and movements of edge[0].
113
// exclude the middle layer
114 114

  
115 115
  boolean[][] getRotatable()
116 116
    {

Also available in: Unified diff