hqr.c.i.hqr.pl.t2.fixed.t2.smt2

loading
details
attribute value
description
owner Johannes Waldmann
uploaded 2017-08-17 03:45:05.0
disk size 225.46 KB
downloadable true
type
attribute value
name no_type
processor id 1
description this is the default benchmark type for rejected benchmarks and benchmarks that are not associated with a type.
owning community none
loading contents
(declare-sort Loc 0)
(declare-const l0 Loc)
(declare-const l1 Loc)
(declare-const l2 Loc)
(declare-const l3 Loc)
(declare-const l4 Loc)
(declare-const l5 Loc)
(declare-const l6 Loc)
(declare-const l7 Loc)
(declare-const l8 Loc)
(declare-const l9 Loc)
(declare-const l10 Loc)
(declare-const l11 Loc)
(declare-const l12 Loc)
(declare-const l13 Loc)
(declare-const l14 Loc)
(declare-const l15 Loc)
(declare-const l16 Loc)
(declare-const l17 Loc)
(declare-const l18 Loc)
(declare-const l19 Loc)
(declare-const l20 Loc)
(declare-const l21 Loc)
(declare-const l22 Loc)
(declare-const l23 Loc)
(declare-const l24 Loc)
(declare-const l25 Loc)
(declare-const l26 Loc)
(declare-const l27 Loc)
(declare-const l28 Loc)
(declare-const l29 Loc)
(declare-const l30 Loc)
(declare-const l31 Loc)
(declare-const l32 Loc)
(declare-const l33 Loc)
(declare-const l34 Loc)
(declare-const l35 Loc)
(declare-const l36 Loc)
(declare-const l37 Loc)
(declare-const l38 Loc)
(declare-const l39 Loc)
(declare-const l40 Loc)
(declare-const l41 Loc)
(declare-const l42 Loc)
(declare-const l43 Loc)
(declare-const l44 Loc)
(declare-const l45 Loc)
(declare-const l46 Loc)
(declare-const l47 Loc)
(declare-const l48 Loc)
(declare-const l49 Loc)
(declare-const l50 Loc)
(declare-const l51 Loc)
(declare-const l52 Loc)
(declare-const l53 Loc)
(declare-const l54 Loc)
(declare-const l55 Loc)
(declare-const l56 Loc)
(declare-const l57 Loc)
(declare-const l58 Loc)
(declare-const l59 Loc)
(declare-const l60 Loc)
(declare-const l61 Loc)
(declare-const l62 Loc)
(declare-const l63 Loc)
(declare-const l64 Loc)
(declare-const l65 Loc)
(declare-const l66 Loc)
(declare-const l67 Loc)
(declare-const l68 Loc)
(declare-const l69 Loc)
(declare-const l70 Loc)
(declare-const l71 Loc)
(declare-const l72 Loc)
(declare-const l73 Loc)
(declare-const l74 Loc)
(declare-const l75 Loc)
(declare-const l76 Loc)
(assert (distinct l0 l1 l2 l3 l4 l5 l6 l7 l8 l9 l10 l11 l12 l13 l14 l15 l16 l17 l18 l19 l20 l21 l22 l23 l24 l25 l26 l27 l28 l29 l30 l31 l32 l33 l34 l35 l36 l37 l38 l39 l40 l41 l42 l43 l44 l45 l46 l47 l48 l49 l50 l51 l52 l53 l54 l55 l56 l57 l58 l59 l60 l61 l62 l63 l64 l65 l66 l67 l68 l69 l70 l71 l72 l73 l74 l75 l76))

(define-fun cfg_init ( (pc Loc) (src Loc) (rel Bool) ) Bool
  (and (= pc src) rel))

(define-fun cfg_trans2 ( (pc Loc) (src Loc)
                         (pc1 Loc) (dst Loc)
                         (rel Bool) ) Bool
  (and (= pc src) (= pc1 dst) rel))

(define-fun cfg_trans3 ( (pc Loc) (exit Loc)
                         (pc1 Loc) (call Loc)
                         (pc2 Loc) (return Loc)
                         (rel Bool) ) Bool
  (and (= pc exit) (= pc1 call) (= pc2 return) rel))

(define-fun init_main ( (pc^0 Loc) (__const_10^0 Int) (__const_20^0 Int) (__const_30^0 Int) (anorm^0 Int) (i^0 Int) (its^0 Int) (j^0 Int) (k^0 Int) (l^0 Int) (m^0 Int) (mmin^0 Int) (n^0 Int) (nn^0 Int) (p^0 Int) (q^0 Int) (r^0 Int) (s^0 Int) (t^0 Int) (tmp^0 Int) (tmp___0^0 Int) (tmp___10^0 Int) (tmp___11^0 Int) (tmp___13^0 Int) (tmp___14^0 Int) (tmp___15^0 Int) (tmp___16^0 Int) (tmp___17^0 Int) (tmp___18^0 Int) (tmp___19^0 Int) (tmp___1^0 Int) (tmp___20^0 Int) (tmp___21^0 Int) (tmp___22^0 Int) (tmp___23^0 Int) (tmp___24^0 Int) (tmp___25^0 Int) (tmp___26^0 Int) (tmp___27^0 Int) (tmp___28^0 Int) (tmp___29^0 Int) (tmp___2^0 Int) (tmp___30^0 Int) (tmp___31^0 Int) (tmp___3^0 Int) (tmp___4^0 Int) (tmp___5^0 Int) (tmp___6^0 Int) (tmp___7^0 Int) (tmp___8^0 Int) (tmp___9^0 Int) (u^0 Int) (v^0 Int) (w^0 Int) (x^0 Int) (y^0 Int) (z^0 Int) ) Bool
  (cfg_init pc^0 l76 true))

(define-fun next_main (
                 (pc^0 Loc) (__const_10^0 Int) (__const_20^0 Int) (__const_30^0 Int) (anorm^0 Int) (i^0 Int) (its^0 Int) (j^0 Int) (k^0 Int) (l^0 Int) (m^0 Int) (mmin^0 Int) (n^0 Int) (nn^0 Int) (p^0 Int) (q^0 Int) (r^0 Int) (s^0 Int) (t^0 Int) (tmp^0 Int) (tmp___0^0 Int) (tmp___10^0 Int) (tmp___11^0 Int) (tmp___13^0 Int) (tmp___14^0 Int) (tmp___15^0 Int) (tmp___16^0 Int) (tmp___17^0 Int) (tmp___18^0 Int) (tmp___19^0 Int) (tmp___1^0 Int) (tmp___20^0 Int) (tmp___21^0 Int) (tmp___22^0 Int) (tmp___23^0 Int) (tmp___24^0 Int) (tmp___25^0 Int) (tmp___26^0 Int) (tmp___27^0 Int) (tmp___28^0 Int) (tmp___29^0 Int) (tmp___2^0 Int) (tmp___30^0 Int) (tmp___31^0 Int) (tmp___3^0 Int) (tmp___4^0 Int) (tmp___5^0 Int) (tmp___6^0 Int) (tmp___7^0 Int) (tmp___8^0 Int) (tmp___9^0 Int) (u^0 Int) (v^0 Int) (w^0 Int) (x^0 Int) (y^0 Int) (z^0 Int)
                 (pc^post Loc) (__const_10^post Int) (__const_20^post Int) (__const_30^post Int) (anorm^post Int) (i^post Int) (its^post Int) (j^post Int) (k^post Int) (l^post Int) (m^post Int) (mmin^post Int) (n^post Int) (nn^post Int) (p^post Int) (q^post Int) (r^post Int) (s^post Int) (t^post Int) (tmp^post Int) (tmp___0^post Int) (tmp___10^post Int) (tmp___11^post Int) (tmp___13^post Int) (tmp___14^post Int) (tmp___15^post Int) (tmp___16^post Int) (tmp___17^post Int) (tmp___18^post Int) (tmp___19^post Int) (tmp___1^post Int) (tmp___20^post Int) (tmp___21^post Int) (tmp___22^post Int) (tmp___23^post Int) (tmp___24^post Int) (tmp___25^post Int) (tmp___26^post Int) (tmp___27^post Int) (tmp___28^post Int) (tmp___29^post Int) (tmp___2^post Int) (tmp___30^post Int) (tmp___31^post Int) (tmp___3^post Int) (tmp___4^post Int) (tmp___5^post Int) (tmp___6^post Int) (tmp___7^post Int) (tmp___8^post Int) (tmp___9^post Int) (u^post Int) (v^post Int) (w^post Int) (x^post Int) (y^post Int) (z^post Int)
popout

content may be truncated. 'popout' for larger text window.

actions get anonymous link download benchmark