MCPcopy Index your code
hub / github.com/python/cpython / solve

Method solve

Lib/test/test_generators.py:2063–2066  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2061
2062 # Generate solutions.
2063 def solve(self):
2064 self.used = 0
2065 for row2col in conjoin(self.rowgenerators):
2066 yield row2col
2067
2068 def printsolution(self, row2col):
2069 n = self.n

Callers

nothing calls this directly

Calls 1

conjoinFunction · 0.85

Tested by

no test coverage detected