Skip to content
Snippets Groups Projects
Commit 7c2ca946 authored by Valentin Antuori's avatar Valentin Antuori
Browse files

fix setup

parent fb4666e9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ def setup():
for cribSize in [8,12,16]:
for sac in ["true", "false"]:
keyfile.write(str(cribSize)+' '+ sac +'\n')
keyfile.write('./run.sh #BENCHMARK '+str(cribSize)+' '+ sac +'\n')
keyfile.write('./run.sh EnigmaBreak #BENCHMARK '+str(cribSize)+' '+ sac +'\n')
# declare the benchmarks (print_benchlist assumes that everything in benchfolder is an instance file)
benchfolder = '%s/instancesVendredi'%(os.getcwd())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment