Skip to content

Commit 5e3f1d9

Browse files
update release notes
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 4a9b38e commit 5e3f1d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE_NOTES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Version 4.next
99
- polysat
1010
- native word level bit-vector solving.
1111
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
12-
- Light quantifier elimination based on term graphs (egraphs), and corresponding Model Based Projection for arrays and ADTs. Used by Spacer and QSAT.
1312

1413
Version 4.12.3
1514
==============
@@ -23,6 +22,10 @@ Version 4.12.3
2322
- Various (ongoing) performance fixes and improvements to smt.arith.solver=6
2423
- A working version of solver.proof.trim=true option. Proofs logs created when using sat.smt=true may be trimmed by running z3
2524
on the generated proof log using the option solver.proof.trim=true.
25+
- Optimizations LIA and NIA (linear integer arithmetic and non-linear integer (and real) arithmetic reasoning).
26+
smt.arith.solver=6 is the default for most use cases. It trails smt.arith.solver=2 in some scenarios and the gap has been either removed or reduced.
27+
smt.arith.solver=6 is complete for integrations of non-linear real arithmetic and theories, smt.arith.solver=2 is not.
28+
- qel: Light quantifier elimination based on term graphs (egraphs), and corresponding Model Based Projection for arrays and ADTs. Used by Spacer and QSAT.
2629

2730
Version 4.12.2
2831
==============

scripts/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ stages:
583583

584584
# Enable on release:
585585
- job: PyPIPublish
586-
condition: eq(1,0)
586+
condition: eq(1,1)
587587
displayName: "Publish to PyPI"
588588
pool:
589589
vmImage: "ubuntu-latest"

0 commit comments

Comments
 (0)