Make (T)NodeTrie a general utility (#2489)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 27 Nov 2018 21:39:13 +0000 (15:39 -0600)
committerAndres Noetzli <andres.noetzli@gmail.com>
Tue, 27 Nov 2018 21:39:13 +0000 (13:39 -0800)
commita2bba0806dab0e0d4728bbba8e4e6b4160335eeb
tree76a9508f241908561176d2105a59195137944ec6
parent711234e01a17289d1fa4af3574ddf5d6de2405a1
Make (T)NodeTrie a general utility (#2489)

This moves quantifiers::TermArgTrie in src/theory/quantifiers/term_database to (T)NodeTrie in src/expr, and cleans up all references to it.
25 files changed:
src/expr/CMakeLists.txt
src/expr/node_trie.cpp [new file with mode: 0644]
src/expr/node_trie.h [new file with mode: 0644]
src/theory/datatypes/theory_datatypes.cpp
src/theory/datatypes/theory_datatypes.h
src/theory/quantifiers/cegqi/ceg_epr_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_epr_instantiator.h
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/conjecture_generator.h
src/theory/quantifiers/ematching/candidate_generator.cpp
src/theory/quantifiers/ematching/inst_match_generator.cpp
src/theory/quantifiers/ematching/inst_match_generator.h
src/theory/quantifiers/inst_propagator.h
src/theory/quantifiers/local_theory_ext.cpp
src/theory/quantifiers/local_theory_ext.h
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quant_conflict_find.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_private.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h