summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2014-02-17 14:22:26 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2014-02-17 14:23:03 -0600
commit856cc3f45a1b2da648a6b85a5e774c260a83c596 (patch)
tree537ecf06470dc2087a99793189c130f4d4d81256 /src/theory/strings/theory_strings.h
parenteb5debabce433774a0dbfd46745efb8fcf38b8ab (diff)
type conversion
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index 73d7619db..87cc3330a 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -290,9 +290,12 @@ private:
// Special String Functions
NodeList d_str_pos_ctn;
NodeList d_str_neg_ctn;
+ NodeList d_int_to_str;
std::map< Node, bool > d_str_ctn_eqlen;
+ std::map< Node, bool > d_str_neg_ctn_ulen;
std::map< Node, bool > d_str_pos_ctn_rewritten;
std::map< Node, bool > d_str_neg_ctn_rewritten;
+ std::map< std::pair <Node, int>, bool > d_int_to_str_rewritten;
// Regular Expression
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback