Add link to what4/README.md from the repository-level README.

This commit is contained in:
Rob Dockins 2020-07-21 14:11:49 -07:00
parent 83ead2de53
commit 99039964b8

View File

@ -1,7 +1,10 @@
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)
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.
For an overview of What4 and how to use it, check out the
package-level [README](what4/README.md).