From 2cadfe31cfddaff7eff4cd220273d0bab3d2792d Mon Sep 17 00:00:00 2001 From: ajreynol Date: Wed, 31 Aug 2016 17:44:42 -0500 Subject: Updates to cbqi. New strategy --cbqi-nested-qe to do qe on nested quantifiers during instantiation. Decide on innermost ce lits first, register nested counterexample lemmas eagerly. --- src/theory/quantifiers_engine.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/theory/quantifiers_engine.h') diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h index 7f0785340..bcc33327e 100644 --- a/src/theory/quantifiers_engine.h +++ b/src/theory/quantifiers_engine.h @@ -85,6 +85,7 @@ class EqualityQueryQuantifiersEngine; class QuantifiersEngine { friend class quantifiers::InstantiationEngine; + friend class quantifiers::InstStrategyCbqi; friend class quantifiers::InstStrategyCegqi; friend class quantifiers::ModelEngine; friend class quantifiers::RewriteEngine; @@ -372,7 +373,10 @@ public: /** print solution for synthesis conjectures */ void printSynthSolution( std::ostream& out ); /** get instantiations */ + void getInstantiations( Node q, std::vector< Node >& insts ); void getInstantiations( std::map< Node, std::vector< Node > >& insts ); + /** get instantiated conjunction */ + Node getInstantiatedConjunction( Node q ); /** get unsat core lemmas */ bool getUnsatCoreLemmas( std::vector< Node >& active_lemmas ); bool getUnsatCoreLemmas( std::vector< Node >& active_lemmas, std::map< Node, Node >& weak_imp ); -- cgit v1.2.3