Revision 6ddc74e3
Added by Leszek Koltunski over 1 year ago
src/main/java/org/distorted/solvers/SolverCuboid323.java | ||
---|---|---|
303 | 303 |
android.util.Log.e("D", "corner_perm_num: "+corner_perm_num+" edge_perm_num: "+edge_perm_num+" inPlace: "+inPlace); |
304 | 304 |
android.util.Log.e("D", "index="+(corner_perm_num + 40320*( (inPlace?0:1) + 2*edge_perm_num))); |
305 | 305 |
|
306 |
TBCuboid323.setDown(inPlace);
|
|
306 |
TBCuboid323.initialize();
|
|
307 | 307 |
|
308 | 308 |
return corner_perm_num + 40320*( (inPlace?0:1) + 2*edge_perm_num); |
309 | 309 |
} |
Also available in: Unified diff
CU_323 solver: corrections.