Skip to content

Commit 2bf595c

Browse files
update release notes
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent cbac860 commit 2bf595c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE_NOTES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
RELEASE NOTES
22

3+
Version 4.8.next
4+
================
5+
- Planned features
6+
- rewritten NIA (non-linear integer arithmetic) core solver
7+
- self-contained character theory, direct support for UTF8, Unicode character sets
8+
- recursive function representation without hoisting ite expressions. Issue #2601
9+
- specialized solver support for QF_ABV and ABV based on lazy SMT and dual reduction
10+
- model-based interpolation for quantifier-free UF, arithmetic, arrays
11+
- circuit optimization techniques for BV pre-processing
12+
313
Version 4.8.7
14+
=============
415
- New features
516
- setting parameter on solver over the API by
617
solver.smtlib2_log=<filename>
718
enables tracing calls into the solver as SMTLIB2 commands.
819
It traces, assert, push, pop, check_sat, get_consequences.
20+
- Notes
21+
- various bug fixes
22+
- rewmove model_compress. Use model.compact
23+
- print weights with quantifiers when weight is != 1
24+
925

1026
Version 4.8.6
1127
=============

0 commit comments

Comments
 (0)