onerow: add bases

This commit is contained in:
2017-05-04 10:03:15 -04:00
parent 4f943bd453
commit b6026771ed
79 changed files with 577171 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ instances/%.done: $(benchmark) out/%.yaml
@touch $@
out/%.yaml: $(benchmark) instances/%.mps.gz
@$(benchmark) -mw -f instances/$*.mps.gz -s out/$*.yaml 2>&1 | tee out/$*.log
@$(benchmark) -mw -f instances/$*.mps.gz -b bases/$*.bas -s out/$*.yaml 2>&1 | tee out/$*.log
clean:
rm -f out/* instances/*.done