Commit a24c3820 authored by Stefan Behnel's avatar Stefan Behnel

minor benchmark tweak

parent 69a3cc35
...@@ -229,7 +229,7 @@ class Pos(object): ...@@ -229,7 +229,7 @@ class Pos(object):
@cython.locals(pos=Pos, i=cython.long, v=cython.int, @cython.locals(pos=Pos, i=cython.long, v=cython.int,
nid=cython.int, num=cython.int, nid=cython.int, num=cython.int,
empties=cython.int, filled=cython.int, empties=cython.int, filled=cython.int,
vmax=cython.int, vmin=cython.int) vmax=cython.int, vmin=cython.int, cell=list)
def constraint_pass(pos, last_move=None): def constraint_pass(pos, last_move=None):
changed = False changed = False
left = pos.tiles[:] left = pos.tiles[:]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment