Shared term manager tested and working
authorClark Barrett <barrett@cs.nyu.edu>
Wed, 7 Jul 2010 21:55:11 +0000 (21:55 +0000)
committerClark Barrett <barrett@cs.nyu.edu>
Wed, 7 Jul 2010 21:55:11 +0000 (21:55 +0000)
commit5b4b7727433f06c1788647b08e7da1ee1cc37bc9
tree065c5cf1f4257bf6e406336f0c57367055ffddf9
parent97eb2d77fddb9c690cc2ebc2caff98d62467b671
Shared term manager tested and working
It is currently tracking all asserted equalities for simplicity.
Might want to check if this is a performance hit
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/shared_data.cpp
src/theory/shared_data.h
src/theory/shared_term_manager.cpp
src/theory/shared_term_manager.h
src/theory/theory.h
src/theory/theory_engine.cpp
test/regress/regress0/arr2.smt [new file with mode: 0644]
test/unit/Makefile.am
test/unit/theory/shared_term_manager_black.h [new file with mode: 0644]