MCPcopy Index your code
hub / github.com/apache/groovy / solve

Method solve

benchmark/bench/meteor.java:152–156  ·  view source on GitHub ↗

Initialises the puzzle and solution set at [0,0] @return Sorted list of solution strings.

()

Source from the content-addressed store, hash-verified

150 */
151
152 private SortedSet<String> solve()
153 { solve(0x0002004008010020L,0,0);
154
155 return solutions;
156 }
157
158 /** Recursively solves the puzzle by fitting pieces into the
159 * next available hexagon.

Callers 1

mainMethod · 0.95

Calls 3

serializeMethod · 0.95
shapesMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected