summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-11-13 12:17:46 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2014-11-13 12:17:46 +0100
commit52514cada7c0c7c4fff69c85e0bd735abfdc03fd (patch)
tree401b5ab2efae7a0d3971d07d01ff61b0ab18fbcd /src/theory/quantifiers_engine.h
parent0e761324a33a993ae9a268bc2d2ed46f7e86b42d (diff)
Remove two obsolete versions of MBQI.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index f56cd0d19..199fe79b9 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -256,7 +256,7 @@ public:
/** do substitution */
Node getSubstitute( Node n, std::vector< Node >& terms );
/** exist instantiation ? */
- bool existsInstantiation( Node f, InstMatch& m, bool modEq = true, bool modInst = false );
+ //bool existsInstantiation( Node f, InstMatch& m, bool modEq = true, bool modInst = false );
/** add lemma lem */
bool addLemma( Node lem, bool doCache = true );
/** add require phase */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback