merge from arrays-clark branch
authorMorgan Deters <mdeters@gmail.com>
Wed, 11 Apr 2012 16:31:03 +0000 (16:31 +0000)
committerMorgan Deters <mdeters@gmail.com>
Wed, 11 Apr 2012 16:31:03 +0000 (16:31 +0000)
commitd01d291be3213368985f28d0072905c4f033d5ff
tree8524a2b6a00c012221ecca9266c3ab9fb11989ed
parent889853e225687dfef36b15ca1dccf74682e0fd66
merge from arrays-clark branch
44 files changed:
configure.ac
src/parser/smt/Smt.g
src/parser/smt/smt.cpp
src/parser/smt/smt.h
src/parser/smt2/smt2.cpp
src/prop/bvminisat/core/Solver.cc
src/prop/bvminisat/core/Solver.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/smt/smt_engine.cpp
src/theory/arith/theory_arith.cpp
src/theory/arrays/array_info.cpp
src/theory/arrays/array_info.h
src/theory/arrays/kinds
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/arrays/theory_arrays_rewriter.h
src/theory/arrays/theory_arrays_type_rules.h
src/theory/bv/bitblast_strategies.cpp
src/theory/bv/bv_sat.cpp
src/theory/bv/bv_sat.h
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
src/theory/bv/theory_bv_rewrite_rules_simplification.h
src/theory/bv/theory_bv_utils.h
src/theory/shared_terms_database.cpp
src/theory/shared_terms_database.h
src/theory/theory.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/uf/equality_engine.h
src/theory/uf/equality_engine_impl.h
src/theory/uf/theory_uf.cpp
src/theory/valuation.cpp
src/util/bitvector.h
src/util/ntuple.h
test/Makefile.am
test/regress/regress0/Makefile.am
test/regress/regress0/arrays/Makefile.am
test/regress/regress0/arrays/x2.smt [new file with mode: 0644]
test/regress/regress0/arrays/x3.smt [new file with mode: 0644]
test/regress/regress0/aufbv/Makefile.am [new file with mode: 0644]
test/regress/regress0/aufbv/bug00.smt [new file with mode: 0644]