Windows fixes

This commit is contained in:
Lukas Wölfer
2020-02-12 01:49:16 +01:00
parent 4cd25719e2
commit a624a06f82
4 changed files with 10 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ def solve(
count = 0
print(f"{time.time() - iter_start} {len(stack)} {board.goal}")
if timeout is not None and time.time() - iter_start > timeout:
raise StopIteration
return
# _limit_stack_size(80)