summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-07-20 11:08:11 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-07-20 11:08:22 -0500
commitae7434f94a1bc66ee12474414985249a71881b6c (patch)
tree84e2852eebf4baac995917b9e7f9197c08e4a738 /src/theory/strings/theory_strings.h
parent6fa28b63b3345d64de3a1ac55b2e41600c678424 (diff)
Infer conflicts in strings based on abstracting equality as contains. Minor cleanup.
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index 99abd94ce..e9d93a488 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -188,6 +188,8 @@ private:
std::map< Node, Node > d_eqc_to_const;
std::map< Node, Node > d_eqc_to_const_base;
std::map< Node, Node > d_eqc_to_const_exp;
+ Node getConstantEqc( Node eqc );
+
std::map< Node, Node > d_eqc_to_len_term;
std::vector< Node > d_strings_eqc;
Node d_emptyString_r;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback