replaced all static member data from rewrite rule triggers, added infrastructure...
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 14 Nov 2012 22:58:53 +0000 (22:58 +0000)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 14 Nov 2012 22:58:53 +0000 (22:58 +0000)
commit8a672c060d2b3946c542c82bd6ca8f89892216ee
tree6a79291dfb1fa21c2394af6d11a4f1b478a63b12
parent73bf2532d70177ee768c508ef971b969994cea2c
replaced all static member data from rewrite rule triggers, added infrastructure for recognizing quantifier macros
14 files changed:
src/smt/smt_engine.cpp
src/theory/arith/theory_arith.cpp
src/theory/quantifiers/Makefile.am
src/theory/quantifiers/macros.cpp [new file with mode: 0755]
src/theory/quantifiers/macros.h [new file with mode: 0755]
src/theory/quantifiers/options
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers/trigger.cpp
src/theory/quantifiers/trigger.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/rewriterules/rr_trigger.cpp
src/theory/rewriterules/rr_trigger.h