mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
update readme
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d204413f2a
commit
0d46787fcf
|
@ -10,6 +10,7 @@ Version 4.next
|
||||||
- native word level bit-vector solving.
|
- native word level bit-vector solving.
|
||||||
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
|
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
|
||||||
|
|
||||||
|
|
||||||
Version 4.12.0
|
Version 4.12.0
|
||||||
==============
|
==============
|
||||||
- add clause logging API.
|
- add clause logging API.
|
||||||
|
@ -112,6 +113,8 @@ Version 4.12.0
|
||||||
theory clauses.
|
theory clauses.
|
||||||
- integration of pre-processing proofs with logging proofs. There is
|
- integration of pre-processing proofs with logging proofs. There is
|
||||||
currently no supported bridge to create a end-to-end proof objects.
|
currently no supported bridge to create a end-to-end proof objects.
|
||||||
|
- experimental API for accessing E-graphs. Exposed over Python. This API should be considered temporary
|
||||||
|
and subject to be changed depending on use cases or removed. The functions are `Z3_solver_congruence_root`, `Z3_solver_congruence_next`.
|
||||||
|
|
||||||
|
|
||||||
Version 4.11.2
|
Version 4.11.2
|
||||||
|
|
Loading…
Reference in a new issue