summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-08 14:50:47 -0500
committerGitHub <noreply@github.com>2018-05-08 14:50:47 -0500
commitf5e3739358b98d9a6ebc16fbc5aed9edee1483dc (patch)
tree6659d344360af9964266614f33dd16f24ed39923 /src/theory/strings/theory_strings.h
parent4f3416bf998cdf3fc8b6adf6debb7e65d663bd7c (diff)
Support for str.<= and str.< (#1882)
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 85d2754a8..bd5a797ae 100644
--- a/src/theory/strings/theory_strings.h
+++ b/src/theory/strings/theory_strings.h
@@ -196,6 +196,7 @@ private:
Node d_false;
Node d_zero;
Node d_one;
+ Node d_neg_one;
CVC4::Rational RMAXINT;
unsigned d_card_size;
// Helper functions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback