Move datatype utility functions to own file (#3397)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 17 Oct 2019 21:40:18 +0000 (16:40 -0500)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2019 21:40:18 +0000 (16:40 -0500)
commit5396f014b66cbfd7cc16380c05c1539b1efe583c
treeed03ec11102f72be28a90863f6d3c49a46fe0711
parent207245fef36ccad1281fefe9d3f3403cd4f6d15b
 Move datatype utility functions to own file (#3397)
23 files changed:
src/CMakeLists.txt
src/theory/datatypes/datatypes_rewriter.cpp
src/theory/datatypes/datatypes_rewriter.h
src/theory/datatypes/datatypes_sygus.cpp
src/theory/datatypes/theory_datatypes.cpp
src/theory/datatypes/theory_datatypes_utils.cpp [new file with mode: 0644]
src/theory/datatypes/theory_datatypes_utils.h [new file with mode: 0644]
src/theory/datatypes/type_enumerator.cpp
src/theory/quantifiers/sygus/sygus_enumerator.cpp
src/theory/quantifiers/sygus/sygus_eval_unfold.cpp
src/theory/quantifiers/sygus/sygus_explain.cpp
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
src/theory/quantifiers/sygus/sygus_grammar_norm.cpp
src/theory/quantifiers/sygus/sygus_pbe.cpp
src/theory/quantifiers/sygus/sygus_process_conj.cpp
src/theory/quantifiers/sygus/sygus_repair_const.cpp
src/theory/quantifiers/sygus/sygus_unif.cpp
src/theory/quantifiers/sygus/sygus_unif_io.cpp
src/theory/quantifiers/sygus/sygus_unif_rl.cpp
src/theory/quantifiers/sygus/sygus_unif_strat.cpp
src/theory/quantifiers/sygus/synth_conjecture.cpp
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus/type_info.cpp