Introduce SyGuS datatype API (#3465)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 15 Nov 2019 22:11:34 +0000 (16:11 -0600)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2019 22:11:34 +0000 (16:11 -0600)
commit5482ab60880e4611354354d863367411a99d540c
treeb284e08e9ee45e009d6952d90964b80944d6296a
parent7d43fe797c2ec03b76dd55cdb5485fb62d0dfb3a
Introduce SyGuS datatype API (#3465)
src/expr/CMakeLists.txt
src/expr/sygus_datatype.cpp [new file with mode: 0644]
src/expr/sygus_datatype.h [new file with mode: 0644]
src/theory/datatypes/datatypes_rewriter.cpp
src/theory/datatypes/sygus_extension.cpp
src/theory/datatypes/theory_datatypes_utils.cpp
src/theory/datatypes/theory_datatypes_utils.h
src/theory/quantifiers/sygus/sygus_grammar_norm.cpp
src/theory/quantifiers/sygus/sygus_grammar_norm.h
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus/type_info.cpp