summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug167.smt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-07-06 00:44:14 +0000
committerMorgan Deters <mdeters@gmail.com>2010-07-06 00:44:14 +0000
commitc022f31543c7275e02d1a8c655e450e575e13bd0 (patch)
tree005959b5815e8f4048472b20253e5dc6f3cfff36 /test/regress/regress0/bug167.smt
parent7e5350af64249deef6adcef1b6d425693e7acf5a (diff)
add regressions from bug reports
Diffstat (limited to 'test/regress/regress0/bug167.smt')
-rw-r--r--test/regress/regress0/bug167.smt19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/regress/regress0/bug167.smt b/test/regress/regress0/bug167.smt
new file mode 100644
index 000000000..075cf3914
--- /dev/null
+++ b/test/regress/regress0/bug167.smt
@@ -0,0 +1,19 @@
+(benchmark tta_startup
+:logic QF_LRA
+:extrafuns ((x_62 Real))
+:extrafuns ((x_63 Real))
+:extrafuns ((x_65 Real))
+:extrafuns ((x_22 Real))
+:extrafuns ((x_21 Real))
+:extrafuns ((x_53 Real))
+:extrafuns ((x_54 Real))
+:status sat
+:formula
+(and
+ (= x_54 (ite (= 2 x_53) x_22 x_21))
+ (or (= 4 x_65) (= 3 x_65) (= 2 x_65) (= 1 x_65))
+ (or (= 4 x_63) (= 1 x_63))
+ (<= x_62 4)
+ (or (= 1 x_62) (= 4 x_62))
+)
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback