From aaf1bbbdc6e42910e07db64441885ee3476d86df Mon Sep 17 00:00:00 2001 From: ajreynol Date: Mon, 26 Oct 2015 11:26:13 +0100 Subject: Extend counterexample-guided instantiation to extended theory of Int/Real, mixed Int/Real. Bug fixes. Updates to quantifiers rewriter. --- src/theory/quantifiers_engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/theory/quantifiers_engine.h') diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h index 30c4dabdf..76fb920bb 100644 --- a/src/theory/quantifiers_engine.h +++ b/src/theory/quantifiers_engine.h @@ -68,6 +68,8 @@ public: /* check was complete (e.g. no lemmas implies a model) */ virtual bool checkComplete() { return false; } /* Called for new quantifiers */ + virtual void preRegisterQuantifier( Node q ) {} + /* Called for new quantifiers after owners are finalized */ virtual void registerQuantifier( Node q ) = 0; virtual void assertNode( Node n ) = 0; virtual void propagate( Theory::Effort level ){} -- cgit v1.2.3