MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / scrambleWCA

Method scrambleWCA

app/src/main/java/cs/sq12phase/Search.java:113–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public String scrambleWCA() {
114 String sol;
115 do {
116 FullCube c = FullCube.randomCube();
117 sol = solutionOpt(c, 11, INVERSE_SOLUTION);
118 Log.w("dct", "solopt "+sol);
119 } while (sol != null);
120 return solution(c, INVERSE_SOLUTION);
121 }
122
123 private String solutionOpt(FullCube c, int maxl, int verbose) {
124 this.c = c;

Callers

nothing calls this directly

Calls 3

randomCubeMethod · 0.95
solutionOptMethod · 0.95
solutionMethod · 0.95

Tested by

no test coverage detected