MCPcopy Index your code
hub / github.com/dicarlo236/cube-solver / solution

Method solution

server/Search.java:172–190  ·  view source on GitHub ↗

Computes the solver string for a given cube. @param facelets is the cube definition string format. The names of the facelet positions of the cube: | | | U1 U2 U3 | | | | U4 U5 U6 | | |

(String facelets, int maxDepth, long probeMax, long probeMin, int verbose)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

mainMethod · 0.95
solveCubeMethod · 0.45
testOptimalMethod · 0.45
testRandomOptimalMethod · 0.45

Calls 5

verifyMethod · 0.95
initMethod · 0.95
initSearchMethod · 0.95
searchMethod · 0.95
searchoptMethod · 0.95

Tested by 3

mainMethod · 0.76
testOptimalMethod · 0.36
testRandomOptimalMethod · 0.36