summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 232d1d889..ff6a8a36c 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -374,9 +374,14 @@ public:
void printInstantiations( std::ostream& out );
/** print solution for synthesis conjectures */
void printSynthSolution( std::ostream& out );
+ /** get list of quantified formulas that were instantiated */
+ void getInstantiatedQuantifiedFormulas( std::vector< Node >& qs );
/** get instantiations */
void getInstantiations( Node q, std::vector< Node >& insts );
void getInstantiations( std::map< Node, std::vector< Node > >& insts );
+ /** get instantiation term vectors */
+ void getInstantiationTermVectors( Node q, std::vector< std::vector< Node > >& tvecs );
+ void getInstantiationTermVectors( std::map< Node, std::vector< std::vector< Node > > >& insts );
/** get instantiated conjunction */
Node getInstantiatedConjunction( Node q );
/** get unsat core lemmas */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback