From b3d6d0ccc76e92304fe612b23dc76a7d78061567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dejan=20Jovanovi=C4=87?= Date: Thu, 7 Jun 2012 16:12:06 +0000 Subject: [PATCH] cleaning up the expample for the future --- test/regress/regress0/aufbv/diseqprop.01.smt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/test/regress/regress0/aufbv/diseqprop.01.smt b/test/regress/regress0/aufbv/diseqprop.01.smt index 543684e21..4b3130475 100644 --- a/test/regress/regress0/aufbv/diseqprop.01.smt +++ b/test/regress/regress0/aufbv/diseqprop.01.smt @@ -1,12 +1,13 @@ (benchmark B_ :status unsat :logic QF_AUFBV - :extrafuns ((v6 BitVec[32])) - :extrafuns ((v7 BitVec[32])) - :extrafuns ((a1 Array[32:8])) - :formula - (and -(not (= (store a1 v6 bv0[8]) (store a1 v6 (extract[7:0] v7)))) -(or (= v7 bv0[32])) -) + + :extrafuns ((x BitVec[32])) + :extrafuns ((y BitVec[32])) + :extrafuns ((a Array[32:8])) + + :assumption (not (= (store a x bv0[8]) (store a x (extract[7:0] y)))) + :assumption (= y bv0[32]) + + :formula true ) -- 2.30.2