mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update readme
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
00a4f6ad3d
commit
6b5961ac1e
22
README.md
22
README.md
|
@ -1,7 +1,7 @@
|
||||||
# Z3
|
# Z3
|
||||||
|
|
||||||
Z3 is a theorem prover from Microsoft Research. It is licensed
|
Z3 is a theorem prover from Microsoft Research.
|
||||||
under the [MIT license](LICENSE.txt).
|
It is licensed under the [MIT license](LICENSE.txt).
|
||||||
|
|
||||||
If you are not familiar with Z3, you can start [here](https://github.com/Z3Prover/z3/wiki#background).
|
If you are not familiar with Z3, you can start [here](https://github.com/Z3Prover/z3/wiki#background).
|
||||||
|
|
||||||
|
@ -194,3 +194,21 @@ See [``examples/python``](examples/python) for examples.
|
||||||
### ``Web Assembly``
|
### ``Web Assembly``
|
||||||
|
|
||||||
[WebAssembly](https://github.com/cpitclaudel/z3.wasm) bindings are provided by Clément Pit-Claudel.
|
[WebAssembly](https://github.com/cpitclaudel/z3.wasm) bindings are provided by Clément Pit-Claudel.
|
||||||
|
|
||||||
|
## System
|
||||||
|
|
||||||
|
[!System Diagram](https://github.com/Z3Prover/doc/blob/master/programmingz3/images/Z3Overall.jpg)
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
* Default input format is [SMTLIB2](/http://smtlib.cs.uiowa.edu)
|
||||||
|
|
||||||
|
* Other native foreign function interfaces:
|
||||||
|
* C
|
||||||
|
* C++
|
||||||
|
* Python
|
||||||
|
* Java
|
||||||
|
* C#
|
||||||
|
* OCaml
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue