Skip to content

Commit

Permalink
chore: add a makefile to download benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 6, 2019
1 parent 2998753 commit 59e92aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions benchmarks/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

default:
@echo "use this makefile to download benchmarks"

qf_uf:
wget http://smt-lib.loria.fr/zip/QF_UF.zip

qf_dt:
wget http://smt-lib.loria.fr/zip/QF_DT.zip

qf_lra:
wget http://smt-lib.loria.fr/zip/QF_LRA.zip

qf_uflra:
wget http://smt-lib.loria.fr/zip/QF_UFLRA.zip

0 comments on commit 59e92aa

Please sign in to comment.