Squashed merge of SygusComp 2015 branch.
authorajreynol <andrew.j.reynolds@gmail.com>
Mon, 20 Jul 2015 17:46:21 +0000 (19:46 +0200)
committerajreynol <andrew.j.reynolds@gmail.com>
Mon, 20 Jul 2015 17:46:21 +0000 (19:46 +0200)
commitf62d9456b41bf17df1d339e46776c9213cb3705a
tree01d3448b3c9fe89ead56c72b18f8516292092e13
parent7943953741c67d8246f983e193d26812d959b4cd
Squashed merge of SygusComp 2015 branch.
35 files changed:
src/Makefile.am
src/parser/parser.h
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/smt2/smt2_input.h
src/printer/smt2/smt2_printer.cpp
src/theory/bv/kinds
src/theory/bv/theory_bv_rewrite_rules.h
src/theory/bv/theory_bv_rewrite_rules_operator_elimination.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/bv/theory_bv_rewriter.h
src/theory/bv/theory_bv_type_rules.h
src/theory/bv/theory_bv_utils.h
src/theory/datatypes/datatypes_sygus.cpp
src/theory/quantifiers/ce_guided_instantiation.cpp
src/theory/quantifiers/ce_guided_instantiation.h
src/theory/quantifiers/ce_guided_single_inv.cpp
src/theory/quantifiers/ce_guided_single_inv.h
src/theory/quantifiers/ce_guided_single_inv_sol.cpp
src/theory/quantifiers/ce_guided_single_inv_sol.h
src/theory/quantifiers/fun_def_engine.cpp [new file with mode: 0644]
src/theory/quantifiers/fun_def_engine.h [new file with mode: 0644]
src/theory/quantifiers/options
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
test/regress/regress0/sygus/Makefile.am
test/regress/regress0/sygus/enum-test.sy [new file with mode: 0644]
test/regress/regress0/sygus/inv-example.sy [new file with mode: 0644]
test/regress/regress0/sygus/nflat-fwd-3.sy [new file with mode: 0644]
test/regress/regress0/sygus/no-syntax-test-bool.sy [new file with mode: 0644]
test/regress/regress0/sygus/uminus_one.sy [new file with mode: 0644]