Home | History | Annotate | Download | only in test

Lines Matching defs:solve

1116     def solve(self):
1141 # solve() will set up succs[i] to be a list of square #i's
1303 def solve(self):
1371 >>> for row2col in q.solve():
1422 >>> for x in k.solve():