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

Method solveTws

app/src/main/java/solver/Sq1Shape.java:299–309  ·  view source on GitHub ↗
(int state)

Source from the content-addressed store, hash-verified

297 }
298
299 private static String solveTws(int state) {
300 initt();
301// int state = applySequence(scr.split(" "));
302 sollen = 0;
303 for (int d = 0; ; d++) {
304 if (searchTws(state, d, -1)) {
305
306 return move2string();
307 }
308 }
309 }
310}

Callers 1

solveMethod · 0.95

Calls 3

inittMethod · 0.95
searchTwsMethod · 0.95
move2stringMethod · 0.95

Tested by

no test coverage detected