summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-25 11:08:33 -0600
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-25 11:08:43 -0600
commitd9ffaf6ed5d2de15d1982b423be6fa6d5f9d8995 (patch)
treedb9c67cdc1c2560f1abeac3d1fc5bd5b73770a16 /src/theory/quantifiers_engine.h
parent2264fce7c63ddf142635ed3be83551d30f7a1a32 (diff)
Add options --full-saturate-quant and --mbqi=trust. Other minor changes.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index fd51e4fb1..fbc501aec 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -86,6 +86,7 @@ class QuantifiersEngine {
friend class quantifiers::InstantiationEngine;
friend class quantifiers::ModelEngine;
friend class quantifiers::RewriteEngine;
+ friend class quantifiers::QuantConflictFind;
friend class inst::InstMatch;
private:
typedef context::CDHashMap< Node, bool, NodeHashFunction > BoolMap;
@@ -210,7 +211,7 @@ public:
/** exist instantiation ? */
bool existsInstantiation( Node f, InstMatch& m, bool modEq = true, bool modInst = false );
/** add lemma lem */
- bool addLemma( Node lem );
+ bool addLemma( Node lem, bool doCache = true );
/** do instantiation specified by m */
bool addInstantiation( Node f, InstMatch& m, bool mkRep = true, bool modEq = false, bool modInst = false );
/** add instantiation */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback