Add option --trigger-active-sel. Recognize simple triggers with polarity. Do not...
authorajreynol <andrew.j.reynolds@gmail.com>
Tue, 5 Jul 2016 20:11:28 +0000 (15:11 -0500)
committerajreynol <andrew.j.reynolds@gmail.com>
Tue, 5 Jul 2016 20:11:38 +0000 (15:11 -0500)
commit967747b7b279256bd9368e2d392ae71dec1bb1c1
tree18a811b16d7552c1ae52fadfe34e54acde68e6a8
parenta58abbe71fb1fc07129ff9c7568ac544145fb57c
Add option --trigger-active-sel. Recognize simple triggers with polarity. Do not drop patterns from merged prenex (fixes bug 743).
12 files changed:
src/options/options_handler.cpp
src/options/options_handler.h
src/options/quantifiers_modes.h
src/options/quantifiers_options
src/theory/quantifiers/inst_match_generator.cpp
src/theory/quantifiers/inst_match_generator.h
src/theory/quantifiers/inst_strategy_e_matching.cpp
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/trigger.cpp
src/theory/quantifiers/trigger.h
test/regress/regress0/quantifiers/Makefile.am
test/regress/regress0/quantifiers/bug_743.smt2 [new file with mode: 0644]