Symbolic formula representation and solver interaction library
Go to file
2021-03-13 14:11:39 -08:00
.github/workflows Add GHC and cabal library compatibility check for .cabal file to GHC actions. 2021-03-13 14:11:39 -08:00
dependencies Update aig dependency to support GHC 8.10. 2021-01-17 10:45:45 -08:00
what4 Remove use of future package specification format. 2021-03-12 15:32:56 -08:00
what4-abc Remove Nat base type from what4-abc 2021-02-08 09:49:14 -08:00
what4-blt Switch from ansi-wl-pprint to the prettyprinter package. 2020-11-23 06:39:59 -08: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
cabal.project migration to bv-sized representation (#34) 2020-06-04 15:07:57 -07:00
README.md Add support for Verilog export (#65) 2020-12-14 13:54:31 -08: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, please see the package-level README.

This material is based upon work supported by the Defense Advanced Research Projects Agency (DARPA) under Contract No. HR0011-19-C-0070. The views, opinions, and/or findings expressed are those of the author(s) and should not be interpreted as representing the official views or policies of the Department of Defense or the U.S. Government.