Move some generic utilities out of quantifiers (#3139)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 1 Aug 2019 14:26:26 +0000 (09:26 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2019 14:26:26 +0000 (09:26 -0500)
commitc1d9bed7f73db9567f635f59cde134795e65c9ba
treecec6839b42cc6c691bbb888bd356f627d973e968
parent79881c196e29ef341166e7a31c1183e8b537d069
Move some generic utilities out of quantifiers (#3139)
18 files changed:
src/CMakeLists.txt
src/expr/CMakeLists.txt
src/expr/match_trie.cpp [new file with mode: 0644]
src/expr/match_trie.h [new file with mode: 0644]
src/expr/term_canonize.cpp [new file with mode: 0644]
src/expr/term_canonize.h [new file with mode: 0644]
src/preprocessing/passes/symmetry_detect.h
src/preprocessing/passes/synth_rew_rules.cpp
src/theory/quantifiers/alpha_equivalence.cpp
src/theory/quantifiers/alpha_equivalence.h
src/theory/quantifiers/anti_skolem.cpp
src/theory/quantifiers/candidate_rewrite_filter.cpp
src/theory/quantifiers/candidate_rewrite_filter.h
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/term_canonize.cpp [deleted file]
src/theory/quantifiers/term_canonize.h [deleted file]
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h