summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 6c721b9b0..1c83fa61f 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -652,18 +652,6 @@ class CVC4_PUBLIC SmtEngine
void getInstantiatedQuantifiedFormulas(std::vector<Node>& qs);
/**
- * Get instantiations for quantified formula q.
- *
- * If q was a quantified formula that was instantiated on the last call to
- * check-sat (i.e. q is returned as part of the vector in the method
- * getInstantiatedQuantifiedFormulas above), then the list of instantiations
- * of that formula that were generated are added to insts.
- *
- * In particular, if q is of the form forall x. P(x), then insts is a list
- * of formulas of the form P(t1), ..., P(tn).
- */
- void getInstantiations(Node q, std::vector<Node>& insts);
- /**
* Get instantiation term vectors for quantified formula q.
*
* This method is similar to above, but in the example above, we return the
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback