summaryrefslogtreecommitdiff
path: root/src/api/cvc4cppkind.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-02-08 12:29:58 -0600
committerGitHub <noreply@github.com>2021-02-08 12:29:58 -0600
commit57919ba7271a6c2b36173f2ba0f580b84f962b1b (patch)
tree492fb2ae81e3e29e5ee08a36300a878671d0175f /src/api/cvc4cppkind.h
parent2ee190b7b4ead29ef34e3eb115457ff3e21afbab (diff)
Remove support for inst closure (#5874)
This was a feature implemented for "Deciding Local Theory Extensions via E-matching" CAV 2015 that is not used anymore, and will be a burden to maintain further with potential changes to term database. It also simplifies the TermDatabase::addTerm method (which changed indentation).
Diffstat (limited to 'src/api/cvc4cppkind.h')
-rw-r--r--src/api/cvc4cppkind.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/api/cvc4cppkind.h b/src/api/cvc4cppkind.h
index 0bd4117dc..3fb16abcb 100644
--- a/src/api/cvc4cppkind.h
+++ b/src/api/cvc4cppkind.h
@@ -2743,14 +2743,6 @@ enum CVC4_PUBLIC Kind : int32_t
*/
BOUND_VAR_LIST,
/*
- * A predicate for specifying term in instantiation closure.
- * Parameters: 1
- * -[1]: Term
- * Create with:
- * mkTerm(Kind kind, Term child)
- */
- INST_CLOSURE,
- /*
* An instantiation pattern.
* Specifies a (list of) terms to be used as a pattern for quantifier
* instantiation.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback