summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_util.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-09 21:18:19 -0500
committerGitHub <noreply@github.com>2018-04-09 21:18:19 -0500
commitf2f1e2312d0dd98e89fef63d6595234e27ba5b3a (patch)
tree716519d197bc073c17309420ce6da1b2a7d8d9d1 /src/theory/quantifiers/term_util.h
parent80792d1026600d162f293839615fecdf19665e17 (diff)
Fix hasSubterm calls for higher-order (#1760)
Diffstat (limited to 'src/theory/quantifiers/term_util.h')
-rw-r--r--src/theory/quantifiers/term_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers/term_util.h b/src/theory/quantifiers/term_util.h
index 97f4edcd5..6b83ad639 100644
--- a/src/theory/quantifiers/term_util.h
+++ b/src/theory/quantifiers/term_util.h
@@ -254,7 +254,6 @@ public:
// TODO #1216 : promote these?
private:
//helper for contains term
- static bool containsTerm2( Node n, Node t, std::map< Node, bool >& visited );
static bool containsTerms2( Node n, std::vector< Node >& t, std::map< Node, bool >& visited );
/** cache for getTypeValue */
std::unordered_map<TypeNode,
@@ -279,8 +278,6 @@ public:
d_type_value_offset_status;
public:
- /** simple check for whether n contains t as subterm */
- static bool containsTerm( Node n, Node t );
/** simple check for contains term, true if contains at least one term in t */
static bool containsTerms( Node n, std::vector< Node >& t );
/** contains uninterpreted constant */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback