Skip to content

Commit

Permalink
run all benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed May 16, 2024
1 parent 2718d4f commit b93d2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# set solver to test (suported: ortools)
solver = 'ortools'
# solver timeout in seconds
time_limit = 20
time_limit = 60
# set true to only time transformations, and not call the solver
transonly = False

Expand Down Expand Up @@ -52,7 +52,7 @@
os.rename(xmlmodel, xmlmodel[:len(xmlmodel) - len(name)] + 'unsupported\\' + name)
'''
print(xmlmodels)
for xmlmodel in xmlmodels[:2]:
for xmlmodel in xmlmodels:
model = None
def parse():
parser = ParserXCSP3(xmlmodel)
Expand Down

0 comments on commit b93d2c1

Please sign in to comment.