Sygus type info class (#3187)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 16 Sep 2019 20:58:50 +0000 (15:58 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 20:58:50 +0000 (15:58 -0500)
commit57301bf1db0febc6bf5b205c0ecbb2e249601bd0
treebdf51ed3d0965968ab07b87a42e4ab6b2c627d87
parent558baff63737f1441776ea69b893754ea02f680b
Sygus type info class (#3187)
12 files changed:
src/CMakeLists.txt
src/theory/datatypes/datatypes_sygus.cpp
src/theory/datatypes/sygus_simple_sym.cpp
src/theory/quantifiers/sygus/ce_guided_single_inv_sol.cpp
src/theory/quantifiers/sygus/cegis.cpp
src/theory/quantifiers/sygus/enum_stream_substitution.cpp
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus/term_database_sygus.h
src/theory/quantifiers/sygus/type_info.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/type_info.h [new file with mode: 0644]
src/theory/quantifiers/sygus/type_node_id_trie.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/type_node_id_trie.h [new file with mode: 0644]