summaryrefslogtreecommitdiff
path: root/test/regress/regress1
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-11 00:31:57 -0500
committerGitHub <noreply@github.com>2018-10-11 00:31:57 -0500
commitc26a0f8fd971a72e8e9bdf058930c06587856604 (patch)
tree9bb09874d05fe49d59747b3a4b9ab62a675b36c2 /test/regress/regress1
parent1d1d1908f7929f0bf3532d7d6bf09103e400cc4f (diff)
Fix string ext inference for rewrites that introduce negation (#2618)
Diffstat (limited to 'test/regress/regress1')
-rw-r--r--test/regress/regress1/strings/timeout-no-resp.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/timeout-no-resp.smt2 b/test/regress/regress1/strings/timeout-no-resp.smt2
new file mode 100644
index 000000000..65608da62
--- /dev/null
+++ b/test/regress/regress1/strings/timeout-no-resp.smt2
@@ -0,0 +1,7 @@
+(set-logic SLIA)
+(set-info :status sat)
+(set-option :strings-exp true)
+(declare-const x String)
+(declare-const y String)
+(assert (not (= (str.replace "A" (str.replace x "A" y) x) (str.replace "A" x (str.replace x y x)))))
+(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback