Simplified bug288.smt to reflect the problem in integers better.
authorTim King <taking@cs.nyu.edu>
Wed, 30 Nov 2011 20:03:00 +0000 (20:03 +0000)
committerTim King <taking@cs.nyu.edu>
Wed, 30 Nov 2011 20:03:00 +0000 (20:03 +0000)
test/regress/regress0/bug288.smt

index 3a2ded4e96ed8da7d327ebc47174be90cd038af2..f63b56712627f71c2cd7ed5ad03b2413434b734e 100644 (file)
@@ -1,8 +1,8 @@
 (benchmark delta
-:logic QF_UFLIA
-:extrafuns ((f Int Int))
+:logic QF_LIA
 :extrafuns ((x Int))
+:extrafuns ((y Int))
 :status sat
 :formula
-(not (= x (f 0)))
+(not (<= x y))
 )