sygus input language and benchmark
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 24 Oct 2014 00:58:08 +0000 (20:58 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Wed, 14 Jan 2015 11:33:49 +0000 (06:33 -0500)
commit0042f301908763cf1edb8a2d56b3f373a0055908
tree4f2a66c39bf5511c3f00dca9f4d1bc475435359a
parentba1ae20edf3f4b2321a05b39cb218940e926d436
sygus input language and benchmark
23 files changed:
src/main/driver_unified.cpp
src/options/options_template.cpp
src/parser/antlr_input.cpp
src/parser/parser_builder.cpp
src/parser/smt2/Makefile.am
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/smt2/sygus_input.cpp [new file with mode: 0644]
src/parser/smt2/sygus_input.h [new file with mode: 0644]
src/theory/quantifiers/options
src/util/language.cpp
src/util/language.h
test/Makefile.am
test/regress/regress0/Makefile.am
test/regress/regress0/parser/Makefile.am
test/regress/regress0/parser/constraint.smt2 [new file with mode: 0644]
test/regress/regress0/sygus/Makefile [new file with mode: 0644]
test/regress/regress0/sygus/Makefile.am [new file with mode: 0644]
test/regress/regress0/sygus/max.sl [new file with mode: 0644]
test/regress/regress0/sygus/max.smt2 [new file with mode: 0644]
test/regress/regress0/sygus/sygus-uf.sl [new file with mode: 0644]
test/regress/run_regression