Revision 5738edae
Added by Leszek Koltunski over 1 year ago
src/main/java/org/distorted/solvers/SolverCuboid323.java | ||
---|---|---|
316 | 316 |
|
317 | 317 |
//android.util.Log.e("D", "corner_perm_num: "+corner_perm_num+" edge_perm_num: "+edge_perm_num+" inPlace: "+inPlace); |
318 | 318 |
|
319 |
TBCuboid323.setUpper(mUpper); |
|
319 |
TBCuboid323.setUpper(mUpper, mUpper^inPlace);
|
|
320 | 320 |
|
321 | 321 |
return corner_perm_num + 20160*( (inPlace?0:1) + 2*edge_perm_num); |
322 | 322 |
} |
Also available in: Unified diff
CU_323 solver: corrections.