Extend synthesis solver to handle single invocation with additional universal quantif...
authorajreynol <andrew.j.reynolds@gmail.com>
Tue, 8 Mar 2016 18:10:41 +0000 (12:10 -0600)
committerajreynol <andrew.j.reynolds@gmail.com>
Tue, 8 Mar 2016 18:10:41 +0000 (12:10 -0600)
commit346c85d145f6938ce7dce74e7e7cb855d5a6025a
treefb9cc78736360756e2af81fc3457c4ed9929f32f
parentb4c7be882b88c6741212ecd9c6be4e91fec76087
Extend synthesis solver to handle single invocation with additional universal quantification. Refactor query/check-sat to call one internal function in SmtEngine. Make check-synth its own command. Minor work on quant ee.
13 files changed:
src/main/command_executor.cpp
src/main/command_executor_portfolio.cpp
src/parser/smt2/Smt2.g
src/smt/command.cpp
src/smt/command.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/quantifiers/ce_guided_single_inv.cpp
src/theory/quantifiers/ce_guided_single_inv.h
src/theory/quantifiers/quant_equality_engine.cpp
src/theory/quantifiers/quant_equality_engine.h
test/regress/regress0/sygus/Makefile.am
test/regress/regress0/sygus/max2-univ.sy [new file with mode: 0644]