Skip to content

adwait/btor2ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btor2ex: Symbolic execution (and model checking) for BTOR2

Requirements:

btor2ex requires Python 3.11 or later. It is recommended to use a virtual environment to avoid conflicts with other packages. Please see requirements.txt for the list of required packages. Install them using:

pip install -r requirements.txt

Package build and install:

Use the pyproject.toml tool to build/install the package. This will also install the required packages.

pip install .

Usage:

Without install:

python -m btor2ex.btor2ex_main --help

With install:

btor2ex --help

Copyright (c) 2024-25. Adwait Godbole, UC Berkeley.

About

Barebones symex and model-checking for BTOR2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors