summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-02 15:55:49 -0500
committerGitHub <noreply@github.com>2020-06-02 15:55:49 -0500
commit6ae4eda75d5717543f7c847d4b2f58ccbbb611bf (patch)
treee5a64cad596fa2f3f7020c9b56eafaf300919408 /test/regress/regress0/quantifiers
parente4926117ce53433e59f4b1a86892ea43a01f709d (diff)
Fix scope issue with pulling ITEs in extended rewriter. (#4547)
Fixes #4476.
Diffstat (limited to 'test/regress/regress0/quantifiers')
-rw-r--r--test/regress/regress0/quantifiers/issue4476-ext-rew.smt25
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/issue4476-ext-rew.smt2 b/test/regress/regress0/quantifiers/issue4476-ext-rew.smt2
new file mode 100644
index 000000000..c54254e67
--- /dev/null
+++ b/test/regress/regress0/quantifiers/issue4476-ext-rew.smt2
@@ -0,0 +1,5 @@
+(set-logic NRA)
+(set-info :status sat)
+(set-option :ext-rewrite-quant true)
+(assert (exists ((a Real) (b Real)) (forall ((c Real)) (= (/ b (/ 1 c)) 0))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback