Skip to content

Commit bf34600

Browse files
committed
add release nodes and add the author reference in qfnra_tactic
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent f2d35dd commit bf34600

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE_NOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Version 4.next
1010
- native word level bit-vector solving.
1111
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
1212

13+
Version 4.13.1
14+
==============
15+
- single-sample cell projection in nlsat was designed by Haokun Li and Bican Xia.
16+
- using simple-checker together with and variable ordering supported by qfnra_tactic was developed by Mengyu Zhao (Linxi) and Shaowei Cai.
17+
18+
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
19+
1320
Version 4.13.0
1421
==============
1522
- add ARM64 wheels for Python, thanks to Steven Moy, smoy

src/tactic/smtlogics/qfnra_tactic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Module Name:
1212
Author:
1313
1414
Leonardo (leonardo) 2012-02-28
15-
15+
Mengyu Zhao (Linxi) and Shaowei Cai, ported from https://github.com/hybridSMT/hybridSMT.git
1616
Notes:
1717
1818
--*/

0 commit comments

Comments
 (0)