Skip to content

Commit 9949f16

Browse files
waywardmonkeysNikolajBjorner
authored andcommitted
Fix release note typos.
1 parent e2122c0 commit 9949f16

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

RELEASE_NOTES

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Version 4.8.0
6666
in "cuts from proofs" and "cutting the mix").
6767
. extracting integer solutions from LP solutions by tightening bounds selectively.
6868
We use a generalization of Bromberger and Weidenbach that allows avoiding selected
69-
bounds tighthenings (https://easychair.org/publications/paper/qGfG).
69+
bounds tightenings (https://easychair.org/publications/paper/qGfG).
7070
It solves significantly more problems in the QF_LIA category and may at this point also
7171
be the best solver for your problem as well.
7272
The new solver is enabled only for select SMT-LIB logics. These include QF_LIA, QF_IDL, and QF_UFLIA.
@@ -238,7 +238,7 @@ xor88, parno, gario, Bauna, GManNickG, hanwentao, dinu09, fhowar, Cici, chinissa
238238
(check-sat a)
239239
(check-sat)
240240
If 'F' is unstatisfiable independently of the assumption 'a', and
241-
the inconsistenty can be detected by just performing propagation,
241+
the inconsistency can be detected by just performing propagation,
242242
Then, version <= 4.3.1 may return
243243
unsat
244244
sat
@@ -290,8 +290,6 @@ Version 4.3.0
290290

291291
- Removed tactic mip. It was based on code that was deleted during the code reorganization.
292292

293-
- Remark: We skipped version 4.2 due to a mistake when releasing 4.1.2. It accidentatly
294-
295293
- Fixed compilation problems with clang/llvm. Many thanks to Xi Wang for finding the problem, and suggesting the fix.
296294

297295
- Now, Z3 automatically adds arithmetic coercions: to_real and to_int.
@@ -308,7 +306,7 @@ Version 4.3.0
308306

309307
- Added "--with-python=<path>" option to configure script.
310308

311-
- Cleanned c++, maxsat, test_mapi examples.
309+
- Cleaned c++, maxsat, test_mapi examples.
312310

313311
- Move RELEASE_NOTES files to source code distribution.
314312

@@ -452,7 +450,7 @@ Temporarily disabled features:
452450

453451
- User theories cannot be used with the new Solver API yet. Users may still use them with the deprecated solver API.
454452

455-
- Parallel Z3 is also disabled in this release. However, we have parallel combinators for creating stragegies (See <a href="http://rise4fun.com/Z3/tutorial/strategies"> tutorial</a>).
453+
- Parallel Z3 is also disabled in this release. However, we have parallel combinators for creating strategies (See <a href="http://rise4fun.com/Z3/tutorial/strategies"> tutorial</a>).
456454

457455
The two features above will return in future releases.
458456

0 commit comments

Comments
 (0)