Support for printing solutions involving LetGTerm sygus. Bug fix define-fun within...
authorajreynol <andrew.j.reynolds@gmail.com>
Wed, 10 Jun 2015 13:35:07 +0000 (15:35 +0200)
committerajreynol <andrew.j.reynolds@gmail.com>
Wed, 10 Jun 2015 13:35:07 +0000 (15:35 +0200)
commit2f2b368448c3a5e50db46b3ec2cc364ae8959ac1
tree91576c0fd2ed7fee5da14598f15138a18c2cc27a
parent6417016a38e24b09bc062a4bd4b0a5945fbcc0ec
Support for printing solutions involving LetGTerm sygus. Bug fix define-fun within LetGTerm sygus.  Bug fix sygus argument generalization.  Add regressions.
14 files changed:
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/smt/smt_engine.cpp
src/theory/datatypes/datatypes_sygus.cpp
src/theory/quantifiers/ce_guided_instantiation.cpp
src/theory/quantifiers/ce_guided_instantiation.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/util/datatype.cpp
src/util/datatype.h
test/regress/regress0/sygus/Makefile.am
test/regress/regress0/sygus/let-ringer.sy [new file with mode: 0644]
test/regress/regress0/sygus/let-simp.sy [new file with mode: 0644]
test/regress/regress0/sygus/twolets2-orig.sy [new file with mode: 0644]