CDMap -> CDHashMap
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 2 Mar 2012 20:38:23 +0000 (20:38 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Fri, 2 Mar 2012 20:38:23 +0000 (20:38 +0000)
commit068107e1d1f705eb9054b4309a26236230687d80
tree4c422f3efd6a8319abe426c518f9d2feb7ab5a6d
parent53176a3d39935bd77f1c057d0b806c380b346e23
CDMap -> CDHashMap
CDSet -> CDHashSet
41 files changed:
.cproject
src/context/Makefile.am
src/context/cdhashmap.h [new file with mode: 0644]
src/context/cdhashmap_forward.h [new file with mode: 0644]
src/context/cdhashset.h [new file with mode: 0644]
src/context/cdhashset_forward.h [new file with mode: 0644]
src/context/cdmap.h [deleted file]
src/context/cdmap_forward.h [deleted file]
src/context/cdset.h [deleted file]
src/context/cdset_forward.h [deleted file]
src/context/context.h
src/expr/attribute_internals.h
src/expr/declaration_scope.cpp
src/expr/declaration_scope.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/arith/arith_prop_manager.cpp
src/theory/arith/arith_prop_manager.h
src/theory/arith/arith_utilities.h
src/theory/arith/arithvar_node_map.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/arrays/array_info.h
src/theory/arrays/theory_arrays.h
src/theory/booleans/circuit_propagator.h
src/theory/bv/bitblast_strategies.cpp
src/theory/bv/bv_sat.h
src/theory/datatypes/explanation_manager.cpp
src/theory/datatypes/explanation_manager.h
src/theory/datatypes/theory_datatypes.h
src/theory/shared_terms_database.h
src/theory/substitutions.h
src/theory/term_registration_visitor.h
src/theory/theory_engine.h
src/theory/uf/theory_uf.h
src/util/congruence_closure.h
src/util/trans_closure.cpp
src/util/trans_closure.h
test/unit/context/cdmap_black.h
test/unit/context/cdmap_white.h
test/unit/util/congruence_closure_white.h