summaryrefslogtreecommitdiff
path: root/src/theory/strings/regexp_entail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/regexp_entail.cpp')
-rw-r--r--src/theory/strings/regexp_entail.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/strings/regexp_entail.cpp b/src/theory/strings/regexp_entail.cpp
index 3d4a2d143..be1646403 100644
--- a/src/theory/strings/regexp_entail.cpp
+++ b/src/theory/strings/regexp_entail.cpp
@@ -364,6 +364,10 @@ bool RegExpEntail::isConstRegExp(TNode t)
}
}
}
+ else if (ck == ITE)
+ {
+ return false;
+ }
else if (cur.isVar())
{
return false;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback