cpsa-4.4.4: tst/abc_shapes.tst
(comment "CPSA 4.3.1")
(comment "Extracted shapes")
(comment "CPSA 4.3.1")
(comment "All input read from tst/abc.scm")
(defprotocol abc basic
(defrole init
(vars (x text) (k skey))
(trace (send (enc x k)) (recv (enc x x k)))
(non-orig k)
(uniq-orig x))
(defrole A
(vars (x text) (k skey))
(trace (recv (enc "A" x k)) (send (enc x x k))))
(defrole B
(vars (x text) (k skey))
(trace (recv (enc "B" x k)) (send (enc x x k))))
(defrole C
(vars (x text) (k skey))
(trace (recv (enc "C" x k)) (send (enc x x k))))
(defgenrule neqRl_indx
(forall ((x indx)) (implies (fact neq x x) (false))))
(defgenrule neqRl_strd
(forall ((x strd)) (implies (fact neq x x) (false))))
(defgenrule neqRl_mesg
(forall ((x mesg)) (implies (fact neq x x) (false)))))
(defskeleton abc
(vars (k skey) (x text))
(defstrand init 2 (k k) (x x))
(non-orig k)
(uniq-orig x)
(traces ((send (enc x k)) (recv (enc x x k))))
(label 0)
(unrealized (0 1))
(origs (x (0 0)))
(comment "3 in cohort - 3 not yet seen"))
(comment "Nothing left to do")