Merge from cudd branch. This mostly just adds support for linking
authorMorgan Deters <mdeters@gmail.com>
Tue, 15 Mar 2011 20:32:13 +0000 (20:32 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 15 Mar 2011 20:32:13 +0000 (20:32 +0000)
commit8fb7c711588cb070c1e4a1d076b47f9277bfc3fe
treecedd18e59b24d8b6adf79bb6581b66b1af23d17a
parent1bdb81e52c7865f89663f97f6bc1244f3e4f6b12
Merge from cudd branch.  This mostly just adds support for linking
against cudd libraries, the propositional_query class (in util/),
which uses cudd if it's available (and otherwise answers UNKNOWN for
all queries), and the arith theory support for it (currently disabled
per Tim's request, so he can clean it up).

Other changes include:

* contrib/debug-keys - script to print all used keys under Debug(), Trace()
* test/regress/run_regression - minor fix (don't export a variable)
* configure.ac - replace a comment removed by dejan's google perf commit
* some minor copyright/documentation updates, and minor changes to source
  text to make 'clang --analyze' happy.
25 files changed:
Makefile
Makefile.subdir
README
configure.ac
contrib/addsourcedir
contrib/configure-in-place
contrib/debug-keys [new file with mode: 0755]
contrib/dimacs_to_smt.pl
contrib/get-authors
src/expr/type.h
src/prop/Makefile.am
src/smt/smt_engine.cpp
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/util/Makefile.am
src/util/configuration.cpp
src/util/configuration.h
src/util/configuration_private.h
src/util/options.cpp
src/util/propositional_query.cpp [new file with mode: 0644]
src/util/propositional_query.h [new file with mode: 0644]
src/util/result.h
src/util/stats.h
test/regress/regress0/arith/Makefile.am
test/regress/regress0/arith/miplibtrick.smt [new file with mode: 0644]