0000eda695451ceba09cddf1f8e380a46a65f40a
[cvc5.git] / NEWS
1 This file contains a summary of important user-visible changes.
2
3 Changes since 1.2
4 =================
5
6 * SMT-LIB support for abs, to_real, to_int, is_int
7 * Expr::substitute() now capable of substituting operators (e.g.,
8 function symbols under an APPLY_UF)
9 * Support in linear logics for /, div, and mod by constants.
10 * Support for TPTP's TFF and TFA formats.
11 * We no longer permit model or proof generation if there's been an
12 intervening push/pop.
13 * Increased compliance to SMT-LIBv2, numerous bugs and usability issues
14 resolved.
15 * New :command-verbosity SMT option to silence success and error messages
16 on a per-command basis. API changes to Command infrastructure to support.
17 * A new theory of strings. Currently, only word equations are supported.
18 * Exit codes are now more standard for UNIX command-line tools. Exit code
19 zero means no error---but the result could be sat, unsat, or unknown---and
20 nonzero means error.
21 * bv2nat/int2bv functionality
22
23 Changes since 1.1
24 =================
25
26 * Real arithmetic now has three simplex solvers for exact precision linear
27 arithmetic: the classical dual solver and two new solvers based on
28 techniques for minimizing the sum of infeasibilities. GLPK can now be used
29 as a heuristic backup to the exact precision solvers. GLPK must be enabled
30 at configure time. See --help for more information on enabling these solvers.
31 * added support for "bit0" and "bit1" bitvector constants in SMT-LIB v1.2
32 * support for theory "alternates": new ability to prototype new decision
33 procedures that are selectable at runtime
34 * various bugfixes
35
36 Changes since 1.0
37 =================
38
39 * bit-vector solver now has a specialized decision procedure for unsigned bit-
40 vector inequalities
41 * numerous important bug fixes, performance improvements, and usability
42 improvements
43 * support for multiline input in interactive mode
44 * Win32-building support via mingw
45 * SMT-LIB get-model output now is easier to machine-parse: contains (model...)
46 * user patterns for quantifier instantiation are now supported in the
47 SMT-LIBv1.2 parser
48 * --finite-model-find was incomplete when using --incremental, now fixed
49 * the E-matching procedure is slightly improved
50 * Boolean terms are now supported in datatypes
51 * tuple and record support have been added to the compatibility library
52 * driver verbosity change: for printing all commands as they're executed, you
53 now need verbosity level >= 3 (e.g., -vvv) instead of level 1 (-v). This
54 allows tracing the solver's activities (with -v and -vv) without having too
55 much output.
56 * to make CVC4 quieter in abnormal (e.g., "warning" conditions), you can
57 use -q. Previously, this would silence all output (including "sat" or
58 "unsat") as well. Now, single -q silences messages and warnings, and
59 double -qq silences all output (except on exception or signal).
60
61 -- Morgan Deters <mdeters@cs.nyu.edu> Mon, 02 Dec 2013 16:58:50 -0500