summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-04-03 13:08:00 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-03 13:08:00 -0400
commit89ce2eb5c066d4fb6d6e9a23cd9c80ca39eb2493 (patch)
tree5ad57159d571756118d16867e62615a2b21c384d /NEWS
parentc9c41118eb3af8c882019a6e978e838ac793002d (diff)
Some final minor changes before cutting 1.1.
* update documentation * update the cut-release script * spelling/wording updates * add a (previously-failing) fuzzer regression
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 16 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 844610486..c68340442 100644
--- a/NEWS
+++ b/NEWS
@@ -5,19 +5,24 @@ Changes since 1.0
* bit-vector solver now has a specialized decision procedure for unsigned bit-
vector inequalities
-* tuple and record support in the compatibility library
-* user patterns are now supported in the SMT-LIBv1.2 parser
-* SMT-LIB get-model output now is easier to machine-parse: contains (model...)
+* numerous important bug fixes, performance improvements, and usability
+ improvements
+* support for multiline input in interactive mode
* Win32-building support via mingw
-* for printing commands as they're invoked from the driver, you now need
- verbosity of 3 or higher (e.g. -vvv) instead of verbosity 1 or higher (-v).
- This allows tracing the solver's activities without having too much output.
-* multiline input support in interactive mode
-* To make CVC4 quieter in abnormal (e.g., "warning" conditions), you can
+* SMT-LIB get-model output now is easier to machine-parse: contains (model...)
+* user patterns for quantifier instantiation are now supported in the
+ SMT-LIBv1.2 parser
+* --finite-model-find was incomplete when using --incremental, now fixed
+* the E-matching procedure is slightly improved
+* Boolean terms are now supported in datatypes
+* tuple and record support have been added to the compatibility library
+* driver verbosity change: for printing all commands as they're executed, you
+ now need verbosity level >= 3 (e.g., -vvv) instead of level 1 (-v). This
+ allows tracing the solver's activities (with -v and -vv) without having too
+ much output.
+* to make CVC4 quieter in abnormal (e.g., "warning" conditions), you can
use -q. Previously, this would silence all output (including "sat" or
"unsat") as well. Now, single -q silences messages and warnings, and
double -qq silences all output (except on exception or signal).
-* Boolean term support in datatypes
-* numerous bug fixes, usability improvements, and build system improvements
--- Morgan Deters <mdeters@cs.nyu.edu> Tue, 26 Mar 2013 15:17:52 -0400
+-- Morgan Deters <mdeters@cs.nyu.edu> Wed, 03 Apr 2013 13:06:35 -0400
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback