summaryrefslogtreecommitdiff
path: root/src/theory/strings/regexp_entail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/regexp_entail.h')
-rw-r--r--src/theory/strings/regexp_entail.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/theory/strings/regexp_entail.h b/src/theory/strings/regexp_entail.h
index 44f0815b7..d8bcda4d9 100644
--- a/src/theory/strings/regexp_entail.h
+++ b/src/theory/strings/regexp_entail.h
@@ -92,7 +92,12 @@ class RegExpEntail
static Node simpleRegexpConsume(std::vector<Node>& mchildren,
std::vector<Node>& children,
int dir = -1);
- /** Is t a constant regular expression? */
+ /**
+ * Is t a constant regular expression? A constant regular expression
+ * is one with no non-constant (RE or string subterms) and does not contain
+ * any non-standard RE terms like re.range applied to non-character
+ * arguments.
+ */
static bool isConstRegExp(TNode t);
/**
* Does the substring of s starting at index_start occur in constant regular
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback