mirror of
https://github.com/GaloisInc/what4.git
synced 2024-12-01 20:23:10 +03:00
Symbolic formula representation and solver interaction library
dependencies | ||
what4 | ||
what4-abc | ||
what4-blt | ||
.gitignore | ||
.gitmodules | ||
.hlint.yaml | ||
.travis.yml | ||
bv-sized-migration.md | ||
cabal.project | ||
README.md |
What4 is a library for representing symbolic terms and communicating with satisfiability and SMT solvers (e.g. Yices and Z3).
It was originally a part of the Crucible (https://github.com/GaloisInc/crucible) project, but has found use cases that are independent of its original purpose as the representation language for the Crucible symbolic simulator, and has thus been split out into a separate repository.