mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 04:35:35 -05:00
add basic config for benchpress
This commit is contained in:
parent
8ef4913c92
commit
707085b2c1
1 changed files with 13 additions and 0 deletions
13
tests/benchpress.sexp
Normal file
13
tests/benchpress.sexp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
(prover
|
||||
(name msat)
|
||||
(synopsis "msat for pure sat problems")
|
||||
(version "git:.")
|
||||
(sat "^Sat")
|
||||
(unsat "^Unsat")
|
||||
(cmd "$cur_dir/../msat.exe -time $timeout $file"))
|
||||
|
||||
(dir
|
||||
(path $cur_dir)
|
||||
(pattern ".*\\.cnf")
|
||||
(expect (const unknown)))
|
||||
Loading…
Add table
Reference in a new issue