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