summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-05-15 09:09:51 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-05-15 09:09:51 +0200
commit3ce21ef9a8b6daa1eef1dbe9af10a84e8c87e413 (patch)
tree2686fa03573e19593e3395d4097ce1e7943ba04a /src/theory/quantifiers_engine.h
parente7439fc0daf1049f59540b9aeb890a52d86a77bd (diff)
Avoid ensureLiteral on unpreprocessed formulas in cbqi.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 6468d4650..e613ef284 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -266,8 +266,6 @@ public:
Node getInstantiation( Node f, std::vector< Node >& terms );
/** do substitution */
Node getSubstitute( Node n, std::vector< Node >& terms );
- /** exist instantiation ? */
- //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