summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2014-01-29 12:05:02 -0600
committerTianyi Liang <tianyi-liang@uiowa.edu>2014-01-29 12:05:02 -0600
commit86094a88045847c76f54535b34730f8b9895e842 (patch)
tree0847551b1881f34f6861843e6b5697a28918ed2c /src/theory/strings/theory_strings.h
parent8c4a79a1dfc47572e81506cc1de9372370199f74 (diff)
roll back to uf implementation for substr and charat
Diffstat (limited to 'src/theory/strings/theory_strings.h')
-rw-r--r--src/theory/strings/theory_strings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings.h b/src/theory/strings/theory_strings.h
index d15a76aad..81748d607 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -115,6 +115,7 @@ private:
Node d_false;
Node d_zero;
Node d_one;
+ Node d_undefSubstr;
// Options
bool d_all_warning;
bool d_opt_fmf;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback