This commit merges in CDTrailHashMap and CDInsertHashMap. CDHashSet now uses CDInsert...
authorTim King <taking@cs.nyu.edu>
Wed, 5 Dec 2012 19:06:21 +0000 (19:06 +0000)
committerTim King <taking@cs.nyu.edu>
Wed, 5 Dec 2012 19:06:21 +0000 (19:06 +0000)
commit7f52115ab0dcba4c8ba9403a5f25b8e8c588911a
tree14b74c89069cd6e9b443853ac1f15cca2ce586a1
parent7efd777609f7fbc20701402ad949971cbc251f8f
This commit merges in CDTrailHashMap and CDInsertHashMap. CDHashSet now uses CDInsertHashMap. CDHashSet<TNode> have been changed to CDHashSet<Node>.  Switching CnfStream to use CDInsertSet. Switches a few CDHashMaps in arithmetic to use CDTrailHashMap. Documentation changes to CDHashMap.
22 files changed:
src/context/Makefile.am
src/context/cdhashmap.h
src/context/cdhashmap_forward.h
src/context/cdhashset.h
src/context/cdinsert_hashmap.h [new file with mode: 0644]
src/context/cdinsert_hashmap_forward.h [new file with mode: 0644]
src/context/cdtrail_hashmap.h [new file with mode: 0644]
src/context/cdtrail_hashmap_forward.h [new file with mode: 0644]
src/decision/justification_heuristic.h
src/decision/relevancy.h
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/theory/arith/arith_static_learner.cpp
src/theory/arith/arith_static_learner.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/booleans/circuit_propagator.h
src/theory/bv/theory_bv.h
src/theory/shared_terms_database.h
src/theory/theory_engine.h