HomeSort by relevance Sort by last modified time
    Searched refs:conjoin (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_generators.py 944 # conjoin is a simple backtracking generator, named in honor of Icon's
947 # function list [x, y, z] is passed. Then conjoin acts like:
982 # This isn't worth the bother *in general* for generators, but conjoin() is
985 def conjoin(gs): function
1040 # conjoin too.
1044 # than the fancy unrolled recursive conjoin.
1046 def flat_conjoin(gs): # rename to conjoin to run tests with this instead
1080 # A conjoin-based N-Queens solver.
1118 for row2col in conjoin(self.rowgenerators):
1132 # A conjoin-based Knight's Tour solver. This is pretty sophisticate
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_generators.py 944 # conjoin is a simple backtracking generator, named in honor of Icon's
947 # function list [x, y, z] is passed. Then conjoin acts like:
982 # This isn't worth the bother *in general* for generators, but conjoin() is
985 def conjoin(gs): function
1040 # conjoin too.
1044 # than the fancy unrolled recursive conjoin.
1046 def flat_conjoin(gs): # rename to conjoin to run tests with this instead
1080 # A conjoin-based N-Queens solver.
1118 for row2col in conjoin(self.rowgenerators):
1132 # A conjoin-based Knight's Tour solver. This is pretty sophisticate
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py 944 # conjoin is a simple backtracking generator, named in honor of Icon's
947 # function list [x, y, z] is passed. Then conjoin acts like:
982 # This isn't worth the bother *in general* for generators, but conjoin() is
985 def conjoin(gs): function
1040 # conjoin too.
1044 # than the fancy unrolled recursive conjoin.
1046 def flat_conjoin(gs): # rename to conjoin to run tests with this instead
1080 # A conjoin-based N-Queens solver.
1118 for row2col in conjoin(self.rowgenerators):
1132 # A conjoin-based Knight's Tour solver. This is pretty sophisticate
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 944 # conjoin is a simple backtracking generator, named in honor of Icon's
947 # function list [x, y, z] is passed. Then conjoin acts like:
982 # This isn't worth the bother *in general* for generators, but conjoin() is
985 def conjoin(gs): function
1040 # conjoin too.
1044 # than the fancy unrolled recursive conjoin.
1046 def flat_conjoin(gs): # rename to conjoin to run tests with this instead
1080 # A conjoin-based N-Queens solver.
1118 for row2col in conjoin(self.rowgenerators):
1132 # A conjoin-based Knight's Tour solver. This is pretty sophisticate
    [all...]

Completed in 342 milliseconds