Skip to content

A simple wrapper to run multiple SMT solvers in parallel

License

Notifications You must be signed in to change notification settings

yangky11/smt-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smt-portfolio

A simple wrapper to run multiple SMT solvers in parallel (currently supporting Z3 and CVC5).

PyPI GitHub license Code style: black


Requirements

Installation

pip install smt-portfolio

Usage

smt-portfolio --help
smt-portfolio --file examples/ex1.smt2 --z3 "-smt2 -T:5" --cvc5 "--quiet --lang smt --dag-thresh=0 --enum-inst --tlimit 5000"
cat examples/ex1.smt2 | smt-portfolio --z3 "-smt2 -T:5" --cvc5 "--quiet --lang smt --dag-thresh=0 --enum-inst --tlimit 5000"

About

A simple wrapper to run multiple SMT solvers in parallel

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published