summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-06-25 13:51:11 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-06-25 14:11:54 -0700
commit14b9dbaa0c9e8dce52d1a28595dc1cc80756abed (patch)
tree0bb73ac56ff0e92d71152409aa0d3acd9547e235 /RELEASE-NOTES
parent8805781adbfb3f57c4765307c82267b1fabdf2b4 (diff)
Update AUTHORS, NEWS, README, RELEASE-NOTES and THANKS file for 1.6.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 02c201003..c9c1fabb5 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-Release Notes for CVC4 1.5, July 2017
+Release Notes for CVC4 1.6, June 2018
** Getting started
@@ -17,7 +17,7 @@ this, you can use the --lang option.
The CVC family of systems relies on Type Correctness Conditions (TCCs) when
mixing two types that have a compatible base type. TCCs, and the checking of
-such, are not supported by CVC4 1.5. This is an issue when mixing integers and
+such, are not supported by CVC4 1.6. This is an issue when mixing integers and
reals. A function defined only on integers can be applied to REAL (as INT is a
subtype of REAL), and CVC4 will not complain. It is up to the user to ensure
that the REAL expression must be an integer. If the REAL expression is not
@@ -117,14 +117,14 @@ heap.
** Proof support
-CVC4 1.5 has support for proofs when using uninterpreted functions, arrays,
+CVC4 1.6 has support for proofs when using uninterpreted functions, arrays,
bitvectors, or their combinations, and proofs are enabled by default.
(Run the configure script with --disable-proof to disable proofs). Proofs
are exported in LFSC format.
** Nonlinear arithmetic
-CVC4 1.5 has a state-of-the-art linear arithmetic solver as well as some
+CVC4 1.6 has a state-of-the-art linear arithmetic solver as well as some
heuristic support for non-linear arithmetic.
** Portfolio solving
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback