3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 21:37:02 +00:00

remove bit-vector dependencies in seq theory

This commit is contained in:
Nikolaj Bjorner 2021-02-06 10:46:32 -08:00
parent 43d1ef2fee
commit 0f29fff836
4 changed files with 19 additions and 49 deletions

View file

@ -3,7 +3,6 @@ RELEASE NOTES
Version 4.8.next
================
- Planned features
- self-contained character theory, direct support for UTF8, Unicode character sets
- specialized solver support for QF_ABV and ABV based on lazy SMT and dual reduction
- the smtfd solver and tactic implement this strategy, but is not prime for users.
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
@ -11,6 +10,14 @@ Version 4.8.next
option, but at this point does not translate into benefits. It is currently
turned off by default.
Version 4.8.11
==============
- self-contained character theory, direct support for UTF8, Unicode character sets.
Characters are by default unicode with an 18 bit range.
- support for incremental any-time MaxSAT using the option opt.enable_lns. The API
allows registering a callback function that is invoked on each incremental improvement
to objectives.
Version 4.8.10
==============
- rewritten arithmetic solver replacing legacy arithmetic solver and on by default