summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith')
-rw-r--r--test/regress/regress0/arith/issue3480.smt29
1 files changed, 0 insertions, 9 deletions
diff --git a/test/regress/regress0/arith/issue3480.smt2 b/test/regress/regress0/arith/issue3480.smt2
deleted file mode 100644
index ef4ad7179..000000000
--- a/test/regress/regress0/arith/issue3480.smt2
+++ /dev/null
@@ -1,9 +0,0 @@
-; 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