Improved garbage collection for TheoryArith. The merges all of the code over from...
authorTim King <taking@cs.nyu.edu>
Wed, 5 Dec 2012 21:45:12 +0000 (21:45 +0000)
committerTim King <taking@cs.nyu.edu>
Wed, 5 Dec 2012 21:45:12 +0000 (21:45 +0000)
commitbd0a6c39c56c6ad2bf12e7b9fd41db1772fed9cd
tree51f4bc5994a0716e6f4cfeed136360954ce505ac
parent356a8b6e5ea2622d0fef5cf209159caf08ba5297
Improved garbage collection for TheoryArith.  The merges all of the code over from branches/arithmetic/converge except for the new code for simplex.
15 files changed:
src/theory/arith/Makefile.am
src/theory/arith/arithvar.cpp [new file with mode: 0644]
src/theory/arith/arithvar.h
src/theory/arith/arithvar_node_map.h
src/theory/arith/congruence_manager.cpp
src/theory/arith/constraint.cpp
src/theory/arith/constraint.h
src/theory/arith/linear_equality.cpp
src/theory/arith/linear_equality.h
src/theory/arith/matrix.cpp
src/theory/arith/matrix.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/util/dense_map.h