summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/issue3480.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/issue3480.smt2')
-rw-r--r--test/regress/regress1/arith/issue3480.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/arith/issue3480.smt2 b/test/regress/regress1/arith/issue3480.smt2
new file mode 100644
index 000000000..ef4ad7179
--- /dev/null
+++ b/test/regress/regress1/arith/issue3480.smt2
@@ -0,0 +1,9 @@
+; COMMAND-LINE: --theoryof-mode=type --quiet --nl-ext-tplanes
+(set-logic QF_NIA)
+(declare-fun a () Int)
+(declare-fun b () Int)
+(declare-fun c () Int)
+(assert (and (= a (- 7 (* a a))) (>= (* 9 b) 7) (>= (* a b) 45)))
+(assert (= b (* (div 7 c) (- 96 (div 45 b)))))
+(set-info :status unsat)
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback