Symbolic formula representation and solver interaction library
Go to file
2020-07-21 17:43:48 -07:00
dependencies migration to bv-sized representation (#34) 2020-06-04 15:07:57 -07:00
what4 Add basic information about solver versions that 2020-07-21 17:43:48 -07:00
what4-abc Various metadata updates. 2020-07-21 17:43:47 -07:00
what4-blt Various metadata updates. 2020-07-21 17:43:47 -07:00
.gitignore Ignore GHC environment files 2018-12-06 10:45:23 -08:00
.gitmodules migration to bv-sized representation (#34) 2020-06-04 15:07:57 -07:00
.hlint.yaml Separate Travis build+test jobs from lint jobs (#247) 2019-05-23 17:46:19 -07:00
.travis.yml Remove GHC 8.4, add GHC 8.10 in the travis config 2020-07-21 17:43:47 -07:00
bv-sized-migration.md migration to bv-sized representation (#34) 2020-06-04 15:07:57 -07:00
cabal.project migration to bv-sized representation (#34) 2020-06-04 15:07:57 -07:00
README.md Add link to what4/README.md from the repository-level README. 2020-07-21 17:43:48 -07:00

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 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.

For an overview of What4 and how to use it, check out the package-level README.