From 856cc3f45a1b2da648a6b85a5e774c260a83c596 Mon Sep 17 00:00:00 2001 From: Tianyi Liang Date: Mon, 17 Feb 2014 14:22:26 -0600 Subject: type conversion --- src/theory/strings/theory_strings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/theory/strings/theory_strings.h') 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 , bool > d_int_to_str_rewritten; // Regular Expression private: -- cgit v1.2.3