Skip to content

Commit

Permalink
hard timeout on solve calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed May 16, 2024
1 parent 91a3750 commit ed9cbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def signal_handler(signum, frame):

print(xmlmodels)
for xmlmodel in xmlmodels:
print(xmlmodel)
model = None
def parse():
parser = ParserXCSP3(xmlmodel)
Expand Down

0 comments on commit ed9cbd4

Please sign in to comment.