mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
add release nodes and add the author reference in qfnra_tactic
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f2d35ddc5e
commit
bf34600f08
|
@ -10,6 +10,13 @@ Version 4.next
|
|||
- native word level bit-vector solving.
|
||||
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
|
||||
|
||||
Version 4.13.1
|
||||
==============
|
||||
- single-sample cell projection in nlsat was designed by Haokun Li and Bican Xia.
|
||||
- using simple-checker together with and variable ordering supported by qfnra_tactic was developed by Mengyu Zhao (Linxi) and Shaowei Cai.
|
||||
|
||||
The projection is described in paper by Haokun Li and Bican Xia, [Solving Satisfiability of Polynomial Formulas By Sample - Cell Projection](https://arxiv.org/abs/2003.00409). The code ported from https://github.com/hybridSMT/hybridSMT.git
|
||||
|
||||
Version 4.13.0
|
||||
==============
|
||||
- add ARM64 wheels for Python, thanks to Steven Moy, smoy
|
||||
|
|
|
@ -12,7 +12,7 @@ Abstract:
|
|||
Author:
|
||||
|
||||
Leonardo (leonardo) 2012-02-28
|
||||
|
||||
Mengyu Zhao (Linxi) and Shaowei Cai, ported from https://github.com/hybridSMT/hybridSMT.git
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
|
|
Loading…
Reference in a new issue