From 0d46787fcf0a0b3633b2e2c002bced187592500b Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 12 Jan 2023 17:58:23 -0800 Subject: [PATCH] update readme Signed-off-by: Nikolaj Bjorner --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b17150867..a72aae7e7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,7 @@ Version 4.next - native word level bit-vector solving. - introduction of simple induction lemmas to handle a limited repertoire of induction proofs. + Version 4.12.0 ============== - add clause logging API. @@ -112,6 +113,8 @@ Version 4.12.0 theory clauses. - integration of pre-processing proofs with logging proofs. There is 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