(int state)
| 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 | } |
no test coverage detected