summaryrefslogtreecommitdiff
path: root/NEWS
blob: 844610486d3d8a37428ffb3d86e3d63d63ac604d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This file contains a summary of important user-visible changes.

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...)
* 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
  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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback