summaryrefslogtreecommitdiff
path: root/test/regress/regress0/aufbv/bug347.smt
blob: f467cd4b3d12a255354f58725ced07588a8c6a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
(benchmark B_
  :status sat
  :category { unknown }
  :logic QF_AUFBV
  :extrafuns ((delete_0_val_1 BitVec[32]))
  :extrafuns ((delete_0_curr_6 BitVec[32]))
  :extrafuns ((arr_next_13 Array[32:32]))
  :extrafuns ((arr_next_14 Array[32:32]))
  :extrafuns ((delete_0_head_1 BitVec[32]))
  :formula (and (= bv0[32] (ite (= bv0[32] delete_0_head_1) (select arr_next_14 delete_0_curr_6) delete_0_curr_6)) (= arr_next_14 arr_next_13) (= bv1[32] (select arr_next_13 bv1[32])) (= delete_0_curr_6 (ite (= bv0[32] delete_0_val_1) bv0[32] bv1[32])))
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback