Merge from arrays2 branch.
authorMorgan Deters <mdeters@gmail.com>
Mon, 23 May 2011 21:58:12 +0000 (21:58 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 23 May 2011 21:58:12 +0000 (21:58 +0000)
commit3f7f9df5f0c419b7f7dd39e32852161f406a441f
tree67ae6454e4496f6370cf8236500946e2c7e926b0
parent91656937b2188f05cdd9b42955c04e6157349285
Merge from arrays2 branch.
27 files changed:
src/expr/node.h
src/smt/smt_engine.cpp
src/theory/arrays/Makefile.am
src/theory/arrays/array_info.cpp [new file with mode: 0644]
src/theory/arrays/array_info.h [new file with mode: 0644]
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/union_find.cpp [new file with mode: 0644]
src/theory/arrays/union_find.h [new file with mode: 0644]
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/util/Makefile.am
src/util/backtrackable.h [new file with mode: 0644]
src/util/ntuple.h [new file with mode: 0644]
src/util/stats.h
src/util/triple.h [deleted file]
test/Makefile.am
test/regress/regress0/Makefile.am
test/regress/regress0/arrays/Makefile [new file with mode: 0644]
test/regress/regress0/arrays/Makefile.am [new file with mode: 0644]
test/regress/regress0/arrays/arrays0.smt2 [new file with mode: 0644]
test/regress/regress0/arrays/arrays1.smt2 [new file with mode: 0644]
test/regress/regress0/arrays/arrays2.smt2 [new file with mode: 0644]
test/regress/regress0/arrays/arrays3.smt2 [new file with mode: 0644]
test/regress/regress0/arrays/arrays4.smt2 [new file with mode: 0644]