(set-option :produce-models true) (set-option :pull-nested-quantifiers true) (set-option :mbqi true) (declare-const x (_ BitVec 3)) (declare-const y (_ BitVec 3)) (declare-const xs (_ BitVec 3)) ; --- Parsed BLIF network from Z:\Projects\Z3 4Biology\Code\v0.1\models\toy1.cnet-------- (declare-fun T ((_ BitVec 3) (_ BitVec 3) ) bool) ; -------------- Transition Relation: ----------------- (assert (forall ((x (_ BitVec 3)) (y (_ BitVec 3)) )(= (T x y) (and (or (and (= (= ((_ extract 0 0) y) (_ bv1 1)) (or (and (not (= ((_ extract 0 0) x) (_ bv1 1)))))) (= (= ((_ extract 1 1) y) (_ bv1 1)) (= ((_ extract 1 1) x) (_ bv1 1))) (= (= ((_ extract 2 2) y) (_ bv1 1)) (= ((_ extract 2 2) x) (_ bv1 1)))) (and (= (= ((_ extract 0 0) y) (_ bv1 1)) (= ((_ extract 0 0) x) (_ bv1 1))) (= (= ((_ extract 1 1) y) (_ bv1 1)) (or (and (= ((_ extract 0 0) x) (_ bv1 1)) (= ((_ extract 1 1) x) (_ bv1 1))))) (= (= ((_ extract 2 2) y) (_ bv1 1)) (= ((_ extract 2 2) x) (_ bv1 1)))) (and (= (= ((_ extract 0 0) y) (_ bv1 1)) (= ((_ extract 0 0) x) (_ bv1 1))) (= (= ((_ extract 1 1) y) (_ bv1 1)) (= ((_ extract 1 1) x) (_ bv1 1))) (= (= ((_ extract 2 2) y) (_ bv1 1)) (or (and (= ((_ extract 0 0) x) (_ bv1 1)) (= ((_ extract 1 1) x) (_ bv1 1))) (and (not (= ((_ extract 0 0) x) (_ bv1 1))) (= ((_ extract 1 1) x) (_ bv1 1))) (and (= ((_ extract 0 0) x) (_ bv1 1)) (not (= ((_ extract 1 1) x) (_ bv1 1)))))))))))) ; ------------------ END ------------------------------ (get-info :all-statistics)