mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
13 lines
247 B
Common Lisp
13 lines
247 B
Common Lisp
|
|
(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)))
|