summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/cee-os-delta.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/quantifiers/cee-os-delta.smt2')
-rw-r--r--test/regress/regress1/quantifiers/cee-os-delta.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/cee-os-delta.smt2 b/test/regress/regress1/quantifiers/cee-os-delta.smt2
new file mode 100644
index 000000000..803291aa3
--- /dev/null
+++ b/test/regress/regress1/quantifiers/cee-os-delta.smt2
@@ -0,0 +1,9 @@
+; COMMAND-LINE: --full-saturate-quant --ee-mode=distributed
+; COMMAND-LINE: --full-saturate-quant --ee-mode=central
+; EXPECT: unsat
+(set-logic ALL)
+(declare-fun o (Int) Int)
+(declare-fun f (Int Int) Int)
+(assert (forall ((x Int)) (forall ((y Int)) (! (= 1 (* y (div y y))) :pattern ((f x y))))))
+(assert (= 0 (f (o 0) (o 1))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback