(herald "Diffie-Hellman protocol, man-in-the-middle attack" (algebra diffie-hellman)) (comment "CPSA 3.4.0") (comment "All input read from dh_mim.scm")
Tree 0.
(defprotocol dh_mim diffie-hellman (defrole init (vars (x expn) (h base) (n text)) (trace (send (exp (gen) x)) (recv h) (send (enc n (exp h x)))) (uniq-gen x)) (defrole resp (vars (y expn) (h base) (n text)) (trace (recv h) (send (exp (gen) y)) (recv (enc n (exp h y)))) (uniq-gen y) (absent (y h))) (comment "Diffie-hellman key exchange followed by an encryption"))
(defskeleton dh_mim (vars (n text) (hx hy base) (x y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h hx) (y y)) (precedes ((0 2) (1 2))) (absent (y hx)) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (comment "Agreement on the encrypted text only") (label 0) (unrealized (1 2)) (origs (n (0 2))) (comment "2 in cohort - 2 not yet seen"))
Item 1, Parent: 0, Children: 3 4 5 6 7.
(defskeleton dh_mim (vars (n text) (hy base) (x y expn)) (defstrand init 3 (n n) (h (exp hy y)) (x x)) (defstrand resp 3 (n n) (h (exp hy x)) (y y)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1))) (absent (y (exp hy x))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation encryption-test (displaced 2 0 init 3) (enc n (exp hx y-0)) (1 2)) (label 1) (parent 0) (unrealized (0 1) (1 0)) (origs (n (0 2))) (comment "5 in cohort - 5 not yet seen"))
Item 2, Parent: 0, Children: 8 9.
(defskeleton dh_mim (vars (n text) (hx hy base) (x y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h hx) (y y)) (deflistener (exp hx y)) (precedes ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2))) (absent (y hx)) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation encryption-test (added-listener (exp hx y)) (enc n (exp hx y)) (1 2)) (label 2) (parent 0) (unrealized (1 2) (2 0)) (comment "2 in cohort - 2 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (hy (exp (gen) (rec x)))) (gen) (1 0)) (label 3) (parent 1) (unrealized (0 1)) (origs (n (0 2))) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x)) (y y)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1))) (absent (y (exp (gen) x))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 2 0 init 1) (exp (gen) x-0) (1 0)) (label 4) (parent 1) (unrealized) (shape) (maps ((0 1) ((n n) (hx (exp (gen) x)) (hy (exp (gen) y)) (x x) (y y)))) (origs (n (0 2))))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (defstrand init 1 (x x-0)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 0) (1 0))) (absent (y (exp (gen) x-0))) (pen-non-orig x y) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (1 0)) (label 5) (parent 1) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0))) (absent (y-0 h) (y (exp (gen) y-0))) (pen-non-orig x y) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (1 0)) (label 6) (parent 1) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 7, Parent: 1, Children: 13 14 15 16.
(defskeleton dh_mim (vars (n text) (hy base) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp hy y)) (x x)) (defstrand resp 3 (n n) (h (exp hy x)) (y y)) (deflistener (cat (exp hy (mul x (rec w))) w)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0))) (absent (y (exp hy x))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (2 0)) (operation nonce-test (added-listener (cat (exp hy (mul x (rec w))) w)) (exp hy x) (1 0)) (label 7) (parent 1) (unrealized (0 1) (2 0)) (comment "4 in cohort - 4 not yet seen"))
Item 8, Parent: 2, Children: 17 18.
(defskeleton dh_mim (vars (n text) (hy base) (x y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (precedes ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 3 1 resp 2) (exp (gen) y-0) (2 0)) (label 8) (parent 2) (unrealized (1 2)) (comment "2 in cohort - 2 not yet seen"))
Item 9, Parent: 2, Children: 19 20 21 22 23.
(defskeleton dh_mim (vars (n text) (hx hy base) (x y expn) (w expr)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h hx) (y y)) (deflistener (exp hx y)) (deflistener (cat (exp hx (mul y (rec w))) w)) (precedes ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y hx)) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0)) (operation nonce-test (added-listener (cat (exp hx (mul y (rec w))) w)) (exp hx y) (2 0)) (label 9) (parent 2) (unrealized (1 2) (3 0)) (comment "5 in cohort - 5 not yet seen"))
Item 10, Parent: 3, Children: 24 25 26 27 28.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (exp (gen) (mul (rec x) y (rec w))) w)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (2 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y (rec w))) w)) (exp (gen) (mul (rec x) y)) (0 1)) (label 10) (parent 3) (unrealized (2 0)) (comment "5 in cohort - 5 not yet seen"))
Item 11, Parent: 5, Children: 29 30 31 32 33 34.
(defskeleton dh_mim (vars (n text) (x y x-0 expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) (mul (rec x) y x-0 (rec w))) w)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 0) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) x-0))) (pen-non-orig x y) (uniq-gen x y x-0) (uniq-orig n) (precur (3 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y x-0 (rec w))) w)) (exp (gen) (mul (rec x) y x-0)) (0 1)) (label 11) (parent 5) (unrealized (3 0)) (comment "6 in cohort - 6 not yet seen"))
Item 12, Parent: 6, Children: 35 36 37 38 39 40.
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) (mul (rec x) y y-0 (rec w))) w)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y-0 h) (y (exp (gen) y-0))) (pen-non-orig x y) (uniq-gen x y y-0) (uniq-orig n) (precur (3 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y y-0 (rec w))) w)) (exp (gen) (mul (rec x) y y-0)) (0 1)) (label 12) (parent 6) (unrealized (3 0)) (comment "6 in cohort - 6 not yet seen"))
Item 13, Parent: 7, Children: 41 42.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y w))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (gen) w)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (2 0)) (operation nonce-test (contracted (hy (exp (gen) (mul (rec x) w)))) (gen) (2 0)) (label 13) (parent 7) (unrealized (0 1)) (comment "2 in cohort - 2 not yet seen"))
Item 14, Parent: 7, Child: 43.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y w))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x))) (y y)) (deflistener (cat (exp (gen) x) w)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0))) (absent (y (exp (gen) (mul w x)))) (pen-non-orig y x) (precur (2 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 3 0 init 1) (exp (gen) x-0) (2 0)) (label 14) (parent 7) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 15, Parent: 7, Children: 44 45.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y w x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x-0))) (y y)) (deflistener (cat (exp (gen) x-0) w)) (defstrand init 1 (x x-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0)) ((3 0) (2 0))) (absent (y (exp (gen) (mul w x-0)))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (2 0)) (label 15) (parent 7) (unrealized (0 1)) (comment "2 in cohort - 2 not yet seen"))
Item 16, Parent: 7, Children: 46 47.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y w y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w y-0))) (y y)) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0)) ((3 1) (2 0))) (absent (y-0 h) (y (exp (gen) (mul w y-0)))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (2 0)) (label 16) (parent 7) (unrealized (0 1)) (comment "2 in cohort - 2 not yet seen"))
Item 17, Parent: 8, Child: 48.
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (precedes ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((2 1) (1 2))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (hy (exp (gen) (mul (rec x) y)))) n (1 2) (enc n (exp (gen) y))) (label 17) (parent 8) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 18, Parent: 8, Children: 49 50 51 52 53 54.
(defskeleton dh_mim (vars (n text) (hy base) (x y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp hy x)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (exp hy x)) n (1 2) (enc n (exp hy x))) (label 18) (parent 8) (unrealized (3 0)) (comment "6 in cohort - 6 not yet seen"))
Item 19, Parent: 9, Child: 55.
(defskeleton dh_mim (vars (n text) (hy base) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (gen) (mul w y))) (precedes ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0)) (operation nonce-test (contracted (hx (exp (gen) w)) (y-0 y) (w (mul w y))) (gen) (3 0)) (label 19) (parent 9) (unrealized (1 2) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 20, Parent: 9, Child: 56.
(defskeleton dh_mim (vars (n text) (hy base) (w expr) (x y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x))) (y y)) (deflistener (exp (gen) (mul w x y))) (deflistener (cat (exp (gen) x) (mul w y))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y (exp (gen) (mul w x)))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0)) (label 20) (parent 9) (unrealized (1 2) (2 0) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 21, Parent: 9, Child: 57.
(defskeleton dh_mim (vars (n text) (hy base) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x-0))) (y y)) (deflistener (exp (gen) (mul w x-0 y))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (precedes ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 0) (1 0))) (absent (y (exp (gen) (mul w x-0)))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0)) (label 21) (parent 9) (unrealized (1 2) (2 0) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 22, Parent: 9, Children: 58 59.
(defskeleton dh_mim (vars (n text) (hy base) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (precedes ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (3 0)) (label 22) (parent 9) (unrealized (1 2)) (comment "2 in cohort - 2 not yet seen"))
Item 23, Parent: 9, Child: 60.
(defskeleton dh_mim (vars (n text) (hy h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w y))) (y y-0)) (deflistener (exp (gen) (mul w y y-0))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 0))) (absent (y h) (y-0 (exp (gen) (mul w y)))) (pen-non-orig x y-0) (precur (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y) (3 0)) (label 23) (parent 9) (unrealized (1 2) (2 0) (3 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (gen) (mul (rec x) y))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (2 0)) (operation nonce-test (contracted (x-0 x) (y-0 y) (w (mul (rec x) y))) (gen) (2 0)) (label 24) (parent 10) (unrealized (0 1) (2 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x)))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (2 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 3 0 init 1) (exp (gen) x-0) (2 0)) (label 25) (parent 10) (unrealized (0 1) (2 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (0 1)) ((3 0) (2 0))) (absent (y (gen))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (2 0)) (label 26) (parent 10) (unrealized (0 1) (2 0)) (comment "empty cohort"))
Item 27, Parent: 10, Child: 61.
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 3 1 resp 2) (exp (gen) y-0) (2 0)) (label 27) (parent 10) (unrealized (0 1) (2 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (0 1)) ((3 1) (2 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (2 0)) (label 28) (parent 10) (unrealized (0 1) (2 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul (rec x) y x-0))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 0) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) x-0))) (pen-non-orig x y) (uniq-gen x y x-0) (uniq-orig n) (precur (3 0)) (operation nonce-test (contracted (x-1 x) (y-0 y) (x-2 x-0) (w (mul (rec x) y x-0))) (gen) (3 0)) (label 29) (parent 11) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) x)) (y y)) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul y x (rec x-0) (rec x-0)))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 0) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) x))) (pen-non-orig y x-0) (precur (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-1) (3 0)) (label 30) (parent 11) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 0) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) x-0))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (displaced 4 2 init 1) (exp (gen) x-1) (3 0)) (label 31) (parent 11) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul (rec x) y x-0 (rec x-1)))) (defstrand init 1 (x x-1)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 0) (1 0)) ((3 1) (0 1)) ((4 0) (3 0))) (absent (y (exp (gen) x-0))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y x-0 x-1) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (3 0)) (label 32) (parent 11) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul (rec x) x-0))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 0) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) x-0))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (3 0)) (label 33) (parent 11) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y x-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 0) (1 0)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (y-0 h) (y (exp (gen) x-0))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (3 0)) (label 34) (parent 11) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul (rec x) y y-0))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y-0 h) (y (exp (gen) y-0))) (pen-non-orig x y) (uniq-gen x y y-0) (uniq-orig n) (precur (3 0)) (operation nonce-test (contracted (x-0 x) (y-1 y) (y-2 y-0) (w (mul (rec x) y y-0))) (gen) (3 0)) (label 35) (parent 12) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul y y-0 (rec x) (rec x)))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y-0 h) (y (exp (gen) y-0))) (pen-non-orig y x) (precur (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0)) (label 36) (parent 12) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y y-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 0) (3 0))) (absent (y-0 h) (y (exp (gen) y-0))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y y-0 x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0)) (label 37) (parent 12) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y)) (y y-0)) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y-0 (exp (gen) y)) (y h)) (pen-non-orig x y-0) (precur (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-1) (3 0)) (label 38) (parent 12) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y-0 h) (y (exp (gen) y-0))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 4 2 resp 2) (exp (gen) y-1) (3 0)) (label 39) (parent 12) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (x y y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul (rec x) y y-0 (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (y-1 h-0) (y-0 h) (y (exp (gen) y-0))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (3 0)) (label 40) (parent 12) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x)) (y y)) (deflistener (cat (gen) x)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0))) (absent (y (exp (gen) x))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 3 1 resp 2) (exp (gen) y-0) (0 1)) (label 41) (parent 13) (unrealized (2 0)) (comment "empty cohort"))
Item 42, Parent: 13, Children: 62 63 64 65 66.
(defskeleton dh_mim (vars (n text) (x y expn) (w w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y w))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (gen) w)) (deflistener (cat (exp (gen) (mul (rec x) y w (rec w-0))) w-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0) (2 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y w (rec w-0))) w-0)) (exp (gen) (mul (rec x) y w)) (0 1)) (label 42) (parent 13) (unrealized (3 0)) (comment "5 in cohort - 5 not yet seen"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y w))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x))) (y y)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1))) (absent (y (exp (gen) (mul w x)))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 43) (parent 14) (unrealized) (shape) (maps ((0 1) ((n n) (hx (exp (gen) (mul w x))) (hy (exp (gen) (mul y w))) (x x) (y y)))) (origs (n (0 2))))
(defskeleton dh_mim (vars (n text) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x)) (y y)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0)) ((3 0) (2 0))) (absent (y (exp (gen) x))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (0 1)) (label 44) (parent 15) (unrealized (2 0)) (comment "empty cohort"))
Item 45, Parent: 15, Children: 67 68 69 70 71 72.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr) (x-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y w x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x-0))) (y y)) (deflistener (cat (exp (gen) x-0) w)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) (mul (rec x) y w x-0 (rec w-0))) w-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul w x-0)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y w x-0 (rec w-0))) w-0)) (exp (gen) (mul (rec x) y w x-0)) (0 1)) (label 45) (parent 15) (unrealized (4 0)) (comment "6 in cohort - 6 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x)) (y y-0)) (deflistener (cat (exp (gen) y) (mul x (rec y)))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((2 1) (1 0)) ((3 1) (2 0))) (absent (y-0 (exp (gen) x)) (y h)) (pen-non-orig x y-0) (precur (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-1) (0 1)) (label 46) (parent 16) (unrealized (2 0)) (comment "empty cohort"))
Item 47, Parent: 16, Children: 73 74 75 76 77 78.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y w y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w y-0))) (y y)) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) (mul (rec x) y w y-0 (rec w-0))) w-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y-0 h) (y (exp (gen) (mul w y-0)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y w y-0 (rec w-0))) w-0)) (exp (gen) (mul (rec x) y w y-0)) (0 1)) (label 47) (parent 16) (unrealized (4 0)) (comment "6 in cohort - 6 not yet seen"))
Item 48, Parent: 17, Children: 79 80 81 82 83.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) (mul (rec x) y (rec w))) w)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y (rec w))) w)) (exp (gen) (mul (rec x) y)) (0 1)) (label 48) (parent 17) (unrealized (3 0)) (comment "5 in cohort - 5 not yet seen"))
Item 49, Parent: 18, Child: 84.
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (hy (exp (gen) (rec x)))) (gen) (3 0)) (label 49) (parent 18) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 50, Parent: 18, Child: 85.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0)) (label 50) (parent 18) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 51, Parent: 18, Child: 86.
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (0 1)) ((4 0) (3 0))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0)) (label 51) (parent 18) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 52, Parent: 18, Child: 87.
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (1 2))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (3 0)) (label 52) (parent 18) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 53, Parent: 18, Child: 88.
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((4 1) (3 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (3 0)) (label 53) (parent 18) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 54, Parent: 18, Children: 89 90 91 92 93.
(defskeleton dh_mim (vars (n text) (hy base) (x y expn) (w expr)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp hy x)) (deflistener (cat (exp hy (mul x (rec w))) w)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (4 0)) (operation nonce-test (added-listener (cat (exp hy (mul x (rec w))) w)) (exp hy x) (3 0)) (label 54) (parent 18) (unrealized (4 0)) (comment "5 in cohort - 5 not yet seen"))
(defskeleton dh_mim (vars (n text) (hy base) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (gen) (mul w y))) (deflistener y) (precedes ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (3 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0)) (operation nonce-test (added-listener y) (mul w y) (3 0)) (label 55) (parent 19) (unrealized (1 2) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (hy base) (w expr) (x y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x))) (y y)) (deflistener (exp (gen) (mul w x y))) (deflistener (cat (exp (gen) x) (mul w y))) (deflistener y) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (3 0))) (absent (y (exp (gen) (mul w x)))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (3 0)) (label 56) (parent 20) (unrealized (1 2) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (hy base) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x-0))) (y y)) (deflistener (exp (gen) (mul w x-0 y))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (deflistener y) (precedes ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 0) (1 0)) ((5 1) (3 0))) (absent (y (exp (gen) (mul w x-0)))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (3 0)) (label 57) (parent 21) (unrealized (1 2) (5 0)) (comment "empty cohort"))
Item 58, Parent: 22, Children: 94 95.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (precedes ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (hy (exp (gen) (mul (rec x) w y)))) n (1 2) (enc n (exp (gen) (mul w y)))) (label 58) (parent 22) (unrealized (0 1)) (comment "2 in cohort - 2 not yet seen"))
Item 59, Parent: 22, Children: 96 97 98 99 100 101.
(defskeleton dh_mim (vars (n text) (hy base) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp hy x)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (exp hy x)) n (1 2) (enc n (exp hy x))) (label 59) (parent 22) (unrealized (4 0)) (comment "6 in cohort - 6 not yet seen"))
(defskeleton dh_mim (vars (n text) (hy h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w y))) (y y-0)) (deflistener (exp (gen) (mul w y y-0))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener y-0) (precedes ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 0)) ((5 1) (3 0))) (absent (y h) (y-0 (exp (gen) (mul w y)))) (pen-non-orig x y-0) (precur (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (3 0)) (label 60) (parent 23) (unrealized (1 2) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (0 1)) ((3 1) (2 0))) (absent (y (gen))) (pen-non-orig x y) (precur (2 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (2 0)) (label 61) (parent 27) (unrealized (3 0)) (comment "empty cohort"))
Item 62, Parent: 42, Child: 102.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (cat (gen) (mul x w))) (deflistener (cat (gen) (mul w y))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0) (2 0)) (operation nonce-test (contracted (x-0 x) (y-0 y) (w-0 (mul x w)) (w-1 (mul w y)) (y-1 y) (w (mul w y))) (gen) (3 0)) (label 62) (parent 42) (unrealized (2 0) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 63, Parent: 42, Child: 103.
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x x))) (y y)) (deflistener (cat (gen) (mul w x x))) (deflistener (cat (exp (gen) x) (mul w y))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) (mul w x x)))) (pen-non-orig x y) (precur (3 0) (2 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0)) (label 63) (parent 42) (unrealized (0 1) (1 0) (2 0) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 64, Parent: 42, Child: 104.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (cat (gen) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 0) (2 0))) (absent (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (3 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0)) (label 64) (parent 42) (unrealized (0 1) (1 0) (2 0) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 65, Parent: 42, Children: 105 106 107.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) y) w)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (3 0) (2 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (3 0)) (label 65) (parent 42) (unrealized (2 0)) (comment "3 in cohort - 3 not yet seen"))
Item 66, Parent: 42, Child: 108.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (cat (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (2 0))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (3 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y) (3 0)) (label 66) (parent 42) (unrealized (0 1) (1 0) (2 0) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 67, Parent: 45, Child: 109.
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul w y))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (y-0 y) (w-0 (mul x (rec x-0) w)) (x-2 x-0) (w-1 (mul w y)) (y-1 y) (w (mul w y))) (gen) (4 0)) (label 67) (parent 45) (unrealized (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 68, Parent: 45, Child: 110.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x-0 x-0))) (y y)) (deflistener (cat (exp (gen) x) (mul (rec x) w x-0 x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w y))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul w x-0 x-0)))) (pen-non-orig x-0 y) (precur (4 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-1) (4 0)) (label 68) (parent 45) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 69, Parent: 45, Child: 111.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) (mul w y))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 5 3 init 1) (exp (gen) x-1) (4 0)) (label 69) (parent 45) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 70, Parent: 45, Child: 112.
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (x-1 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-1 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-1))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w x-1))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul w y))) (defstrand init 1 (x x-1)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 0) (2 0))) (absent (y (exp (gen) (mul x w x-1)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x x-0 x-1 y) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (4 0)) (label 70) (parent 45) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 71, Parent: 45, Children: 113 114 115.
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) w)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (4 0)) (label 71) (parent 45) (unrealized (2 0)) (comment "3 in cohort - 3 not yet seen"))
Item 72, Parent: 45, Child: 116.
(defskeleton dh_mim (vars (n text) (h base) (x x-0 expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (2 0))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x x-0 y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y) (4 0)) (label 72) (parent 45) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 73, Parent: 47, Child: 117.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y-0)) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (gen) (mul w y-0))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y h) (y-0 (exp (gen) (mul x w)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y-0) (w-0 (mul x (rec y) w)) (y-2 y) (w-1 (mul w y-0)) (y-3 y-0) (w (mul w y-0))) (gen) (4 0)) (label 73) (parent 47) (unrealized (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 74, Parent: 47, Child: 118.
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x x))) (y y-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w x x))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) x) (mul w y-0))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y h) (y-0 (exp (gen) (mul w x x)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0)) (label 74) (parent 47) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 75, Parent: 47, Child: 119.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y-0)) (deflistener (cat (exp (gen) y) (mul x (rec y) w x-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) x-0) (mul w y-0))) (defstrand init 1 (x x-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 0) (2 0))) (absent (y h) (y-0 (exp (gen) (mul x w x-0)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x y x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0)) (label 75) (parent 47) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 76, Parent: 47, Children: 120 121 122.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y-0)) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) w)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y-0 (exp (gen) (mul x w))) (y h)) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-1) (4 0)) (label 76) (parent 47) (unrealized (2 0)) (comment "3 in cohort - 3 not yet seen"))
Item 77, Parent: 47, Child: 123.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (cat (exp (gen) y) (mul x w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y) (mul w y-0))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 5 3 resp 2) (exp (gen) y-1) (4 0)) (label 77) (parent 47) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 78, Parent: 47, Child: 124.
(defskeleton dh_mim (vars (n text) (h h-0 base) (x y expn) (w expr) (y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 y-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y-0))) (y y-1)) (deflistener (cat (exp (gen) y) (mul x (rec y) w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w y-1))) (defstrand resp 2 (h h-0) (y y-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (2 0))) (absent (y-0 h-0) (y h) (y-1 (exp (gen) (mul x w y-0)))) (pen-non-orig x y-1) (precur (4 0) (2 0)) (uniq-gen x y y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (4 0)) (label 78) (parent 47) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (gen) (mul (rec x) y))) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0)) (operation nonce-test (contracted (x-0 x) (y-0 y) (w (mul (rec x) y))) (gen) (3 0)) (label 79) (parent 48) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x)))) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0)) (label 80) (parent 48) (unrealized (0 1) (3 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (0 1)) ((4 0) (3 0))) (absent (y (gen))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0)) (label 81) (parent 48) (unrealized (0 1) (3 0)) (comment "empty cohort"))
Item 82, Parent: 48, Child: 125.
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (3 0)) (label 82) (parent 48) (unrealized (0 1) (3 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (3 0)) (label 83) (parent 48) (unrealized (0 1) (3 0)) (comment "empty cohort"))
Item 84, Parent: 49, Children: 126 127 128 129 130.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (exp (gen) (mul (rec x) (rec w))) w)) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (4 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) (rec w))) w)) (exp (gen) (rec x)) (0 1)) (label 84) (parent 49) (unrealized (4 0)) (comment "5 in cohort - 5 not yet seen"))
Item 85, Parent: 50, Child: 131.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) x)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((2 1) (1 2))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 85) (parent 50) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 86, Parent: 51, Children: 132 133 134 135 136 137.
(defskeleton dh_mim (vars (n text) (x y x-0 expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) (mul (rec x) x-0 (rec w))) w)) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y x-0) (uniq-orig n) (precur (5 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) x-0 (rec w))) w)) (exp (gen) (mul (rec x) x-0)) (0 1)) (label 86) (parent 51) (unrealized (5 0)) (comment "6 in cohort - 6 not yet seen"))
Item 87, Parent: 52, Children: 138 139 140 141 142.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) (mul (rec x) y (rec w))) w)) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (4 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y (rec w))) w)) (exp (gen) (mul (rec x) y)) (0 1)) (label 87) (parent 52) (unrealized (4 0)) (comment "5 in cohort - 5 not yet seen"))
Item 88, Parent: 53, Children: 143 144 145 146 147 148.
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) (mul (rec x) y-0 (rec w))) w)) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (uniq-gen x y y-0) (uniq-orig n) (precur (5 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y-0 (rec w))) w)) (exp (gen) (mul (rec x) y-0)) (0 1)) (label 88) (parent 53) (unrealized (5 0)) (comment "6 in cohort - 6 not yet seen"))
Item 89, Parent: 54, Children: 149 150 151 152 153 154.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (gen) w)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (4 0)) (operation nonce-test (contracted (hy (exp (gen) (mul (rec x) w)))) (gen) (4 0)) (label 89) (parent 54) (unrealized (0 1)) (comment "6 in cohort - 6 not yet seen"))
Item 90, Parent: 54, Child: 155.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) x) w)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0)) (label 90) (parent 54) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 91, Parent: 54, Children: 156 157 158 159 160 161 162.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x-0))) (deflistener (cat (exp (gen) x-0) w)) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0)) (label 91) (parent 54) (unrealized (0 1)) (comment "7 in cohort - 7 not yet seen"))
Item 92, Parent: 54, Children: 163 164 165 166 167 168.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (4 0)) (label 92) (parent 54) (unrealized (0 1)) (comment "6 in cohort - 6 not yet seen"))
Item 93, Parent: 54, Children: 169 170 171 172 173 174 175.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (4 0)) (label 93) (parent 54) (unrealized (0 1)) (comment "7 in cohort - 7 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x)) (y y)) (deflistener (exp (gen) (mul x y))) (deflistener (cat (exp (gen) y) x)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y (exp (gen) x))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (0 1)) (label 94) (parent 58) (unrealized (3 0)) (comment "empty cohort"))
Item 95, Parent: 58, Children: 176 177 178 179 180.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0)) (exp (gen) (mul (rec x) w y)) (0 1)) (label 95) (parent 58) (unrealized (4 0)) (comment "5 in cohort - 5 not yet seen"))
Item 96, Parent: 59, Child: 181.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (hy (exp (gen) (rec x)))) (gen) (4 0)) (label 96) (parent 59) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 97, Parent: 59, Child: 182.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0)) (label 97) (parent 59) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 98, Parent: 59, Child: 183.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0)) (label 98) (parent 59) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 99, Parent: 59, Child: 184.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (4 0)) (label 99) (parent 59) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 100, Parent: 59, Child: 185.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (4 0)) (label 100) (parent 59) (unrealized (0 1)) (comment "1 in cohort - 1 not yet seen"))
Item 101, Parent: 59, Children: 186 187 188 189 190.
(defskeleton dh_mim (vars (n text) (hy base) (x expn) (w expr) (y expn) (w-0 expr)) (defstrand init 3 (n n) (h hy) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp hy x)) (deflistener (cat (exp hy (mul x (rec w-0))) w-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (cat (exp hy (mul x (rec w-0))) w-0)) (exp hy x) (4 0)) (label 101) (parent 59) (unrealized (5 0)) (comment "5 in cohort - 5 not yet seen"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (cat (gen) (mul x w))) (deflistener (cat (gen) (mul w y))) (deflistener y) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (3 0) (2 0)) (operation nonce-test (added-listener y) (mul w y) (3 0)) (label 102) (parent 62) (unrealized (2 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x x))) (y y)) (deflistener (cat (gen) (mul w x x))) (deflistener (cat (exp (gen) x) (mul w y))) (deflistener y) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (y (exp (gen) (mul w x x)))) (pen-non-orig x y) (precur (3 0) (2 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (3 0)) (label 103) (parent 63) (unrealized (1 0) (2 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (cat (gen) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (deflistener y) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 0) (2 0)) ((5 1) (3 0))) (absent (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (3 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (3 0)) (label 104) (parent 64) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
Item 105, Parent: 65, Child: 191.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (3 0) (2 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (2 0)) (label 105) (parent 65) (unrealized (0 1) (3 0)) (comment "1 in cohort - 1 not yet seen"))
Item 106, Parent: 65, Child: 192.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (gen) w)) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1))) (absent (x w) (y (exp (gen) w))) (pen-non-orig y x) (precur (3 0) (2 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x w) w (2 0)) (label 106) (parent 65) (unrealized (0 1) (3 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) y) w)) (deflistener x) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (2 0))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (3 0) (2 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w) (2 0)) (label 107) (parent 65) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (cat (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener y-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (2 0)) ((5 1) (3 0))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (3 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (3 0)) (label 108) (parent 66) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul w y))) (deflistener y) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (4 0)) (label 109) (parent 67) (unrealized (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x-0 x-0))) (y y)) (deflistener (cat (exp (gen) x) (mul (rec x) w x-0 x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w y))) (deflistener y) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (exp (gen) (mul w x-0 x-0)))) (pen-non-orig x-0 y) (precur (4 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (4 0)) (label 110) (parent 68) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) (mul w y))) (deflistener y) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (4 0)) (label 111) (parent 69) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (x-1 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-1 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-1))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w x-1))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul w y))) (defstrand init 1 (x x-1)) (deflistener y) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 0) (2 0)) ((6 1) (4 0))) (absent (y (exp (gen) (mul x w x-1)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x x-0 x-1 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (4 0)) (label 112) (parent 70) (unrealized (1 0) (2 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) x-0)) (y y)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul (rec x) x-0))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) x-0))) (pen-non-orig y x) (precur (4 0) (2 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0))) (one) (2 0)) (label 113) (parent 71) (unrealized (0 1) (4 0)) (comment "empty cohort"))
Item 114, Parent: 71, Child: 193.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (exp (gen) x) (mul (rec x) w))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y) (mul w (rec x-0)))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (x-0 (mul (rec x) w)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (4 0) (2 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w)) (mul (rec x) w) (2 0)) (label 114) (parent 71) (unrealized (0 1) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 115, Parent: 71, Child: 194.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w x-0))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))) (absent (x-0 (mul x w)) (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w)) (mul x w) (2 0)) (label 115) (parent 71) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x x-0 expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener y-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (2 0)) ((6 1) (4 0))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x x-0 y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (4 0)) (label 116) (parent 72) (unrealized (1 0) (2 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y-0)) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (gen) (mul w y-0))) (deflistener y-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y h) (y-0 (exp (gen) (mul x w)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (4 0)) (label 117) (parent 73) (unrealized (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x x))) (y y-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w x x))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) x) (mul w y-0))) (deflistener y-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y h) (y-0 (exp (gen) (mul w x x)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (4 0)) (label 118) (parent 74) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y-0)) (deflistener (cat (exp (gen) y) (mul x (rec y) w x-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) x-0) (mul w y-0))) (defstrand init 1 (x x-0)) (deflistener y-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 0) (2 0)) ((6 1) (4 0))) (absent (y h) (y-0 (exp (gen) (mul x w x-0)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x y x-0 y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (4 0)) (label 119) (parent 75) (unrealized (1 0) (2 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) y-0)) (y y)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y) (mul (rec x) y-0))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) y-0)) (y-0 h)) (pen-non-orig y x) (precur (4 0) (2 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y-0) (w (mul (rec x) y-0))) (one) (2 0)) (label 120) (parent 76) (unrealized (0 1) (4 0)) (comment "empty cohort"))
Item 121, Parent: 76, Child: 195.
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (x (mul (rec y) w)) (y-0 (exp (gen) w)) (y h)) (pen-non-orig y-0 x) (precur (4 0) (2 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w)) (mul (rec y) w) (2 0)) (label 121) (parent 76) (unrealized (0 1) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 122, Parent: 76, Child: 196.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y-0))) (y y)) (deflistener (cat (exp (gen) y-0) (mul x w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y) (mul w y-0))) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y-0 (mul x w)) (y (exp (gen) (mul x w y-0))) (y-0 h)) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w)) (mul x w) (2 0)) (label 122) (parent 76) (unrealized (0 1) (1 0) (2 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (cat (exp (gen) y) (mul x w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y) (mul w y-0))) (deflistener y-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (4 0)) (label 123) (parent 77) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (x y expn) (w expr) (y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 y-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y-0))) (y y-1)) (deflistener (cat (exp (gen) y) (mul x (rec y) w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w y-1))) (defstrand resp 2 (h h-0) (y y-0)) (deflistener y-1) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (2 0)) ((6 1) (4 0))) (absent (y-0 h-0) (y h) (y-1 (exp (gen) (mul x w y-0)))) (pen-non-orig x y-1) (precur (4 0) (2 0)) (uniq-gen x y y-0 y-1) (uniq-orig n) (operation nonce-test (added-listener y-1) (mul w y-1) (4 0)) (label 124) (parent 78) (unrealized (1 0) (2 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig x y) (precur (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (3 0)) (label 125) (parent 82) (unrealized (4 0)) (comment "empty cohort"))
Item 126, Parent: 84, Child: 197.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (rec x))) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (4 0)) (operation nonce-test (contracted (x-0 x) (w (rec x))) (gen) (4 0)) (label 126) (parent 84) (unrealized (0 1) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 127, Parent: 84, Child: 198.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0)) (label 127) (parent 84) (unrealized (0 1) (4 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (exp (gen) x-0) (mul (rec x) (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0)) (label 128) (parent 84) (unrealized (0 1) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (exp (gen) y) (mul (rec x) (rec y)))) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (4 0)) (label 129) (parent 84) (unrealized (0 1) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (exp (gen) y-0) (mul (rec x) (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (4 0)) (label 130) (parent 84) (unrealized (0 1) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (precedes ((0 2) (1 2))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 131) (parent 85) (unrealized) (shape) (maps ((0 1) ((n n) (hx (gen)) (hy (gen)) (x x) (y y)))) (origs (n (0 2))))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul (rec x) x-0))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x x-0) (uniq-orig n) (precur (5 0)) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0))) (gen) (5 0)) (label 132) (parent 86) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0)))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x-0) (precur (5 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-1) (5 0)) (label 133) (parent 86) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 134, Parent: 86, Child: 199.
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) (rec x))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 6 4 init 1) (exp (gen) x-1) (5 0)) (label 134) (parent 86) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1)))) (defstrand init 1 (x x-1)) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1)) ((6 0) (5 0))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (5 0)) (label 135) (parent 86) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul (rec x) x-0 (rec y)))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (5 0)) (label 136) (parent 86) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul (rec x) x-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (5 0)) (label 137) (parent 86) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (gen) (mul (rec x) y))) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (4 0)) (operation nonce-test (contracted (x-0 x) (y-0 y) (w (mul (rec x) y))) (gen) (4 0)) (label 138) (parent 87) (unrealized (0 1) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x)))) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0)) (label 139) (parent 87) (unrealized (0 1) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0)) (label 140) (parent 87) (unrealized (0 1) (4 0)) (comment "empty cohort"))
Item 141, Parent: 87, Child: 200.
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (4 0)) (label 141) (parent 87) (unrealized (0 1) (4 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (4 0)) (label 142) (parent 87) (unrealized (0 1) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul (rec x) y-0))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (uniq-gen y x y-0) (uniq-orig n) (precur (5 0)) (operation nonce-test (contracted (x-0 x) (y-1 y-0) (w (mul (rec x) y-0))) (gen) (5 0)) (label 143) (parent 88) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul y-0 (rec x) (rec x)))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (5 0)) (label 144) (parent 88) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1)) ((6 0) (5 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (5 0)) (label 145) (parent 88) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) y)) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1))) (absent (y-0 (gen)) (y h)) (pen-non-orig x y-0) (precur (5 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-1) (5 0)) (label 146) (parent 88) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 147, Parent: 88, Child: 201.
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (displaced 6 4 resp 2) (exp (gen) y-1) (5 0)) (label 147) (parent 88) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul (rec x) y-0 (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (5 0)) (label 148) (parent 88) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (deflistener (cat (gen) x)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (4 0)) (operation nonce-test (contracted (x-0 x) (w x)) (gen) (0 1)) (label 149) (parent 89) (unrealized (4 0)) (comment "empty cohort"))
Item 150, Parent: 89, Child: 202.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (gen) (mul x x))) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (0 1)) (label 150) (parent 89) (unrealized (3 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (gen) (mul x x-0))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1)) (label 151) (parent 89) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y))) (deflistener (cat (gen) (mul x y))) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (0 1)) (label 152) (parent 89) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (gen) (mul x y-0))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (0 1)) (label 153) (parent 89) (unrealized (3 0) (4 0)) (comment "empty cohort"))
Item 154, Parent: 89, Children: 203 204 205 206 207.
(defskeleton dh_mim (vars (n text) (x y expn) (w w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (gen) w)) (deflistener (cat (exp (gen) (mul (rec x) w (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (uniq-gen x y) (uniq-orig n) (precur (5 0) (4 0)) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w (rec w-0))) w-0)) (exp (gen) (mul (rec x) w)) (0 1)) (label 154) (parent 89) (unrealized (5 0)) (comment "5 in cohort - 5 not yet seen"))
Item 155, Parent: 90, Child: 208.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) x) w)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y (gen))) (pen-non-orig y x) (precur (3 0)) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 155) (parent 90) (unrealized) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w (mul x (rec x-0))) (x-2 x-0)) (gen) (0 1)) (label 156) (parent 91) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x-0 x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) x-0 x-0))) (defstrand init 1 (x x)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig y x-0) (precur (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-1) (0 1)) (label 157) (parent 91) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (exp (gen) x-0) x)) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 6 5 init 1) (exp (gen) x-1) (0 1)) (label 158) (parent 91) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) x-1)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x-1))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) x-1))) (defstrand init 1 (x x-0)) (defstrand init 1 (x x-1)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0)) ((6 0) (0 1)) ((6 0) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (0 1)) (label 159) (parent 91) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) y))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (0 1)) (label 160) (parent 91) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) y-0))) (defstrand init 1 (x x-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0)) ((6 1) (0 1)) ((6 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (0 1)) (label 161) (parent 91) (unrealized (3 0) (4 0)) (comment "empty cohort"))
Item 162, Parent: 91, Children: 209 210 211 212 213 214.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr) (x-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x-0))) (deflistener (cat (exp (gen) x-0) w)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) (mul (rec x) w x-0 (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w x-0 (rec w-0))) w-0)) (exp (gen) (mul (rec x) w x-0)) (0 1)) (label 162) (parent 91) (unrealized (6 0)) (comment "6 in cohort - 6 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) y) (mul x (rec y)))) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (mul x (rec y))) (y-0 y)) (gen) (0 1)) (label 163) (parent 92) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (exp (gen) y) (mul (rec y) x x))) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (0 1)) (label 164) (parent 92) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) x-0))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (0 1)) ((5 0) (4 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1)) (label 165) (parent 92) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y))) (deflistener (cat (exp (gen) y) x)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (0 1)) (label 166) (parent 92) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) y-0))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (0 1)) (label 167) (parent 92) (unrealized (3 0) (4 0)) (comment "empty cohort"))
Item 168, Parent: 92, Children: 215 216 217 218 219.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0)) (exp (gen) (mul (rec x) w y)) (0 1)) (label 168) (parent 92) (unrealized (5 0)) (comment "5 in cohort - 5 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (mul x (rec y-0))) (y-1 y-0)) (gen) (0 1)) (label 169) (parent 93) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) x x))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (0 1)) (label 170) (parent 93) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) x-0))) (defstrand resp 2 (h h) (y y-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1)) (label 171) (parent 93) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (2 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 (gen)) (y h)) (pen-non-orig x y-0) (precur (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-1) (0 1)) (label 172) (parent 93) (unrealized (3 0) (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) y-0) x)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (displaced 6 5 resp 2) (exp (gen) y-1) (0 1)) (label 173) (parent 93) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) y-1)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x y-1))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) y-1))) (defstrand resp 2 (h h) (y y-0)) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (4 0))) (absent (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (0 1)) (label 174) (parent 93) (unrealized (3 0) (4 0)) (comment "empty cohort"))
Item 175, Parent: 93, Children: 220 221 222 223 224 225.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) (mul (rec x) w y-0 (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w y-0 (rec w-0))) w-0)) (exp (gen) (mul (rec x) w y-0)) (0 1)) (label 175) (parent 93) (unrealized (6 0)) (comment "6 in cohort - 6 not yet seen"))
Item 176, Parent: 95, Child: 226.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (gen) (mul w y))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (mul x w)) (y-0 y) (w-1 (mul w y)) (y-1 y) (w (mul w y))) (gen) (4 0)) (label 176) (parent 95) (unrealized (2 0) (3 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 177, Parent: 95, Child: 227.
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x x))) (y y)) (deflistener (exp (gen) (mul w x x y))) (deflistener (cat (exp (gen) y) (mul w x x))) (deflistener (cat (exp (gen) x) (mul w y))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul w x x)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0)) (label 177) (parent 95) (unrealized (0 1) (1 0) (2 0) (3 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 178, Parent: 95, Child: 228.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (exp (gen) (mul x w x-0 y))) (deflistener (cat (exp (gen) y) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 0) (1 0))) (absent (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0)) (label 178) (parent 95) (unrealized (0 1) (1 0) (2 0) (3 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 179, Parent: 95, Children: 229 230 231.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (exp (gen) y) w)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (4 0)) (label 179) (parent 95) (unrealized (2 0) (3 0)) (comment "3 in cohort - 3 not yet seen"))
Item 180, Parent: 95, Child: 232.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (exp (gen) (mul x w y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w y))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (1 0))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (4 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y) (4 0)) (label 180) (parent 95) (unrealized (0 1) (1 0) (2 0) (3 0) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 181, Parent: 96, Children: 233 234 235 236 237.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (exp (gen) (mul (rec x) (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) (rec w-0))) w-0)) (exp (gen) (rec x)) (0 1)) (label 181) (parent 96) (unrealized (5 0)) (comment "5 in cohort - 5 not yet seen"))
Item 182, Parent: 97, Child: 238.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (2 0)) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 182) (parent 97) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 183, Parent: 98, Children: 239 240 241 242 243 244.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) (mul (rec x) x-0 (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) x-0 (rec w-0))) w-0)) (exp (gen) (mul (rec x) x-0)) (0 1)) (label 183) (parent 98) (unrealized (6 0)) (comment "6 in cohort - 6 not yet seen"))
Item 184, Parent: 99, Children: 245 246 247 248 249.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) (mul (rec x) y (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y (rec w-0))) w-0)) (exp (gen) (mul (rec x) y)) (0 1)) (label 184) (parent 99) (unrealized (5 0)) (comment "5 in cohort - 5 not yet seen"))
Item 185, Parent: 100, Children: 250 251 252 253 254 255.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) (mul (rec x) y-0 (rec w-0))) w-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) y-0 (rec w-0))) w-0)) (exp (gen) (mul (rec x) y-0)) (0 1)) (label 185) (parent 100) (unrealized (6 0)) (comment "6 in cohort - 6 not yet seen"))
Item 186, Parent: 101, Children: 256 257 258 259 260 261.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (gen) w-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (hy (exp (gen) (mul (rec x) w-0)))) (gen) (5 0)) (label 186) (parent 101) (unrealized (0 1)) (comment "6 in cohort - 6 not yet seen"))
Item 187, Parent: 101, Child: 262.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) x) w-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (5 0)) (label 187) (parent 101) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 188, Parent: 101, Children: 263 264 265 266 267 268 269.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x-0))) (deflistener (cat (exp (gen) x-0) w-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (5 0)) (label 188) (parent 101) (unrealized (0 1)) (comment "7 in cohort - 7 not yet seen"))
Item 189, Parent: 101, Children: 270 271 272 273 274 275.
(defskeleton dh_mim (vars (n text) (x expn) (w w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (exp (gen) y) w-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (5 0)) (label 189) (parent 101) (unrealized (0 1)) (comment "6 in cohort - 6 not yet seen"))
Item 190, Parent: 101, Children: 276 277 278 279 280 281 282.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y-0) w-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (5 0)) (label 190) (parent 101) (unrealized (0 1)) (comment "7 in cohort - 7 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (y (gen))) (pen-non-orig y x) (precur (3 0) (2 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (3 0)) (label 191) (parent 105) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (gen) w)) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0))) (absent (x w) (y (exp (gen) w))) (pen-non-orig y x) (precur (3 0) (2 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (3 0)) (label 192) (parent 106) (unrealized (4 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (exp (gen) x) (mul (rec x) w))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y) (mul w (rec x-0)))) (deflistener x-0) (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (x-0 (mul (rec x) w)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (4 0) (2 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (4 0)) (label 193) (parent 114) (unrealized (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w x-0))) (deflistener x-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 0) (2 0)) ((3 0) (5 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (x-0 (mul x w)) (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w x-0) (4 0)) (label 194) (parent 115) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (x (mul (rec y) w)) (y-0 (exp (gen) w)) (y h)) (pen-non-orig y-0 x) (precur (4 0) (2 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (4 0)) (label 195) (parent 121) (unrealized (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y-0))) (y y)) (deflistener (cat (exp (gen) y-0) (mul x w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y) (mul w y-0))) (deflistener y-0) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((2 1) (1 0)) ((3 1) (2 0)) ((3 1) (5 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y-0 (mul x w)) (y (exp (gen) (mul x w y-0))) (y-0 h)) (pen-non-orig x y) (precur (4 0) (2 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (4 0)) (label 196) (parent 122) (unrealized (1 0) (2 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (rec x))) (deflistener x) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (4 0)) (operation nonce-test (added-listener x) (rec x) (4 0)) (label 197) (parent 126) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul (rec x) (rec x)) (4 0)) (label 198) (parent 127) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) (rec x))) (deflistener x) (precedes ((0 0) (3 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 0) (3 0)) ((4 0) (5 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (5 0)) (label 199) (parent 134) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (3 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (gen))) (pen-non-orig x y) (precur (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (4 0)) (label 200) (parent 141) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (deflistener x) (precedes ((0 0) (3 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((4 1) (5 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (5 0)) (label 201) (parent 147) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (gen) (mul x x))) (deflistener x) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul x x) (4 0)) (label 202) (parent 150) (unrealized (5 0)) (comment "empty cohort"))
Item 203, Parent: 154, Children: 283 284 285.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (gen) w)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (5 0) (4 0)) (operation nonce-test (contracted (x-0 x) (w-0 (mul x w)) (w-1 w)) (gen) (5 0)) (label 203) (parent 154) (unrealized (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 204, Parent: 154, Children: 286 287 288.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x))) (deflistener (cat (gen) (mul w x x))) (deflistener (cat (exp (gen) x) w)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (5 0)) (label 204) (parent 154) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 205, Parent: 154, Children: 289 290 291.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0))) (deflistener (cat (gen) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) w)) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (5 0)) (label 205) (parent 154) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 206, Parent: 154, Children: 292 293 294.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (gen) (mul x w y))) (deflistener (cat (exp (gen) y) w)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (5 0)) (label 206) (parent 154) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 207, Parent: 154, Children: 295 296 297.
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (gen) (mul x w y-0))) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (5 0)) (label 207) (parent 154) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 208, Parent: 155, Child: 298.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (cat (exp (gen) x) w)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((2 1) (1 2))) (absent (y (gen))) (pen-non-orig y x) (precur (2 0)) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 208) (parent 155) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 209, Parent: 162, Children: 299 300 301.
(defskeleton dh_mim (vars (n text) (y x x-0 expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w-0 (mul x (rec x-0) w)) (x-2 x-0) (w-1 w)) (gen) (6 0)) (label 209) (parent 162) (unrealized (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 210, Parent: 162, Children: 302 303 304.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x-0 x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w x-0 x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-1) (6 0)) (label 210) (parent 162) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 211, Parent: 162, Children: 305 306 307.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 7 5 init 1) (exp (gen) x-1) (6 0)) (label 211) (parent 162) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 212, Parent: 162, Children: 308 309 310 311.
(defskeleton dh_mim (vars (n text) (y x x-0 expn) (w expr) (x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-1))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-1))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w x-1))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) w)) (defstrand init 1 (x x-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (6 0)) (label 212) (parent 162) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
Item 213, Parent: 162, Children: 312 313 314 315.
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-0) (6 0)) (label 213) (parent 162) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
Item 214, Parent: 162, Children: 316 317 318 319.
(defskeleton dh_mim (vars (n text) (h base) (y x x-0 expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w y-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (6 0)) (label 214) (parent 162) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
Item 215, Parent: 168, Children: 320 321 322.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (deflistener (cat (gen) w)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (mul x (rec y) w)) (y-0 y) (w-1 w)) (gen) (5 0)) (label 215) (parent 168) (unrealized (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 216, Parent: 168, Children: 323 324 325.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x))) (deflistener (cat (exp (gen) y) (mul (rec y) w x x))) (deflistener (cat (exp (gen) x) w)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (5 0)) (label 216) (parent 168) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 217, Parent: 168, Children: 326 327 328 329.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w x-0))) (deflistener (cat (exp (gen) x-0) w)) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (5 0)) (label 217) (parent 168) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
Item 218, Parent: 168, Children: 330 331 332.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (exp (gen) y) w)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (5 0)) (label 218) (parent 168) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 219, Parent: 168, Children: 333 334 335 336.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w y-0))) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (5 0)) (label 219) (parent 168) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
Item 220, Parent: 175, Children: 337 338 339.
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (mul x (rec y-0) w)) (y-1 y-0) (w-1 w)) (gen) (6 0)) (label 220) (parent 175) (unrealized (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 221, Parent: 175, Children: 340 341 342.
(defskeleton dh_mim (vars (n text) (h base) (y y-0 expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w x x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-0) (6 0)) (label 221) (parent 175) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 222, Parent: 175, Children: 343 344 345 346.
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) w)) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (6 0)) (label 222) (parent 175) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
Item 223, Parent: 175, Children: 347 348 349 350.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 (gen)) (y h)) (pen-non-orig x y-0) (precur (6 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-1) (6 0)) (label 223) (parent 175) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
Item 224, Parent: 175, Children: 351 352 353.
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (exp (gen) y-0) (mul x w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) w)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (displaced 7 5 resp 2) (exp (gen) y-1) (6 0)) (label 224) (parent 175) (unrealized (3 0) (4 0)) (comment "3 in cohort - 3 not yet seen"))
Item 225, Parent: 175, Children: 354 355 356 357.
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x y-0 expn) (w expr) (y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-1))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-1))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w y-1))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) w)) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (6 0)) (label 225) (parent 175) (unrealized (3 0) (4 0)) (comment "4 in cohort - 4 not yet seen"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (gen) (mul w y))) (deflistener y) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (4 0)) (label 226) (parent 176) (unrealized (2 0) (3 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul w x x))) (y y)) (deflistener (exp (gen) (mul w x x y))) (deflistener (cat (exp (gen) y) (mul w x x))) (deflistener (cat (exp (gen) x) (mul w y))) (deflistener y) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (exp (gen) (mul w x x)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (4 0)) (label 227) (parent 177) (unrealized (1 0) (2 0) (3 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w x-0))) (y y)) (deflistener (exp (gen) (mul x w x-0 y))) (deflistener (cat (exp (gen) y) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (deflistener y) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 0) (1 0)) ((6 1) (4 0))) (absent (y (exp (gen) (mul x w x-0)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (4 0)) (label 228) (parent 178) (unrealized (1 0) (2 0) (3 0) (6 0)) (comment "empty cohort"))
Item 229, Parent: 179, Child: 358.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (3 0)) (label 229) (parent 179) (unrealized (0 1) (4 0)) (comment "1 in cohort - 1 not yet seen"))
Item 230, Parent: 179, Child: 359.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1))) (absent (x w) (y (exp (gen) w))) (pen-non-orig y x) (precur (4 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x w) w (3 0)) (label 230) (parent 179) (unrealized (0 1) (4 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w))) (y y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (exp (gen) y) w)) (deflistener x) (precedes ((0 0) (1 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (3 0))) (absent (y (exp (gen) (mul x w)))) (pen-non-orig x y) (precur (4 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w) (3 0)) (label 231) (parent 179) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) (mul x w y))) (y y-0)) (deflistener (exp (gen) (mul x w y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w y))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener y-0) (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (1 0)) ((6 1) (4 0))) (absent (y h) (y-0 (exp (gen) (mul x w y)))) (pen-non-orig x y-0) (precur (4 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (4 0)) (label 232) (parent 180) (unrealized (1 0) (2 0) (3 0) (6 0)) (comment "empty cohort"))
Item 233, Parent: 181, Child: 360.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (rec x))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (rec x))) (gen) (5 0)) (label 233) (parent 181) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 234, Parent: 181, Child: 361.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (5 0)) (label 234) (parent 181) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (exp (gen) x-0) (mul (rec x) (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (5 0)) (label 235) (parent 181) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (exp (gen) y) (mul (rec x) (rec y)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (5 0)) (label 236) (parent 181) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (exp (gen) y-0) (mul (rec x) (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (5 0)) (label 237) (parent 181) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 238, Parent: 182, Child: 362.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) x)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((2 1) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 238) (parent 182) (unrealized) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul (rec x) x-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w-0 (mul (rec x) x-0))) (gen) (6 0)) (label 239) (parent 183) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x-0) (precur (6 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-1) (6 0)) (label 240) (parent 183) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 241, Parent: 183, Child: 363.
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) (rec x))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 7 5 init 1) (exp (gen) x-1) (6 0)) (label 241) (parent 183) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1)))) (defstrand init 1 (x x-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (6 0)) (label 242) (parent 183) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul (rec x) x-0 (rec y)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-0) (6 0)) (label 243) (parent 183) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul (rec x) x-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (6 0)) (label 244) (parent 183) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (gen) (mul (rec x) y))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-0 y) (w-0 (mul (rec x) y))) (gen) (5 0)) (label 245) (parent 184) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (5 0)) (label 246) (parent 184) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (5 0)) (label 247) (parent 184) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 248, Parent: 184, Child: 364.
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (5 0)) (label 248) (parent 184) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (5 0)) (label 249) (parent 184) (unrealized (0 1) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul (rec x) y-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y-0) (w-0 (mul (rec x) y-0))) (gen) (6 0)) (label 250) (parent 185) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul y-0 (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-0) (6 0)) (label 251) (parent 185) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (6 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (6 0)) (label 252) (parent 185) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) y)) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 (exp (gen) w)) (y h)) (pen-non-orig x y-0) (precur (6 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-1) (6 0)) (label 253) (parent 185) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 254, Parent: 185, Child: 365.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (displaced 7 5 resp 2) (exp (gen) y-1) (6 0)) (label 254) (parent 185) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul (rec x) y-0 (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (6 0)) (label 255) (parent 185) (unrealized (0 1) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (deflistener (cat (gen) x)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 x)) (gen) (0 1)) (label 256) (parent 186) (unrealized (5 0)) (comment "empty cohort"))
Item 257, Parent: 186, Child: 366.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (gen) (mul x x))) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (0 1)) (label 257) (parent 186) (unrealized (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (gen) (mul x x-0))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1)) (label 258) (parent 186) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y))) (deflistener (cat (gen) (mul x y))) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (0 1)) (label 259) (parent 186) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (gen) (mul x y-0))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (0 1)) (label 260) (parent 186) (unrealized (4 0) (5 0)) (comment "empty cohort"))
Item 261, Parent: 186, Children: 367 368 369 370 371.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 w-1 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (gen) w-0)) (deflistener (cat (exp (gen) (mul (rec x) w-0 (rec w-1))) w-1)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w-0 (rec w-1))) w-1)) (exp (gen) (mul (rec x) w-0)) (0 1)) (label 261) (parent 186) (unrealized (6 0)) (comment "5 in cohort - 5 not yet seen"))
Item 262, Parent: 187, Child: 372.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) x) w-0)) (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (4 0) (2 0)) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 262) (parent 187) (unrealized) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w-0 (mul x (rec x-0))) (x-2 x-0)) (gen) (0 1)) (label 263) (parent 188) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x-0 x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) x-0 x-0))) (defstrand init 1 (x x)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x-0) (precur (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-1) (0 1)) (label 264) (parent 188) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (exp (gen) x-0) x)) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 7 6 init 1) (exp (gen) x-1) (0 1)) (label 265) (parent 188) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) x-1)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x-1))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) x-1))) (defstrand init 1 (x x-0)) (defstrand init 1 (x x-1)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0)) ((7 0) (0 1)) ((7 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (0 1)) (label 266) (parent 188) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) y))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-0) (0 1)) (label 267) (parent 188) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) y-0))) (defstrand init 1 (x x-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0)) ((7 1) (0 1)) ((7 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (0 1)) (label 268) (parent 188) (unrealized (4 0) (5 0)) (comment "empty cohort"))
Item 269, Parent: 188, Children: 373 374 375 376 377 378.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn) (w-0 expr) (x-0 expn) (w-1 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x-0))) (deflistener (cat (exp (gen) x-0) w-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) (mul (rec x) w-0 x-0 (rec w-1))) w-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w-0 x-0 (rec w-1))) w-1)) (exp (gen) (mul (rec x) w-0 x-0)) (0 1)) (label 269) (parent 188) (unrealized (7 0)) (comment "6 in cohort - 6 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) y) (mul x (rec y)))) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (mul x (rec y))) (y-0 y)) (gen) (0 1)) (label 270) (parent 189) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (exp (gen) y) (mul (rec y) x x))) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 6 0 init 1) (exp (gen) x-0) (0 1)) (label 271) (parent 189) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) x-0))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (0 1)) ((6 0) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1)) (label 272) (parent 189) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) y)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y))) (deflistener (cat (exp (gen) y) x)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 6 1 resp 2) (exp (gen) y-0) (0 1)) (label 273) (parent 189) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) y-0))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (0 1)) (label 274) (parent 189) (unrealized (4 0) (5 0)) (comment "empty cohort"))
Item 275, Parent: 189, Children: 379 380 381 382 383.
(defskeleton dh_mim (vars (n text) (x expn) (w w-0 expr) (y expn) (w-1 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (exp (gen) y) w-0)) (deflistener (cat (exp (gen) (mul (rec x) w-0 y (rec w-1))) w-1)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w-0 y (rec w-1))) w-1)) (exp (gen) (mul (rec x) w-0 y)) (0 1)) (label 275) (parent 189) (unrealized (6 0)) (comment "5 in cohort - 5 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (mul x (rec y-0))) (y-1 y-0)) (gen) (0 1)) (label 276) (parent 190) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) x x))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-0) (0 1)) (label 277) (parent 190) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) x-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) x-0))) (defstrand resp 2 (h h) (y y-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0)) ((7 0) (0 1)) ((7 0) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1)) (label 278) (parent 190) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 1) (3 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0))) (absent (y-0 (exp (gen) w)) (y h)) (pen-non-orig x y-0) (precur (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-1) (0 1)) (label 279) (parent 190) (unrealized (4 0) (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) y-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y-0))) (deflistener (cat (exp (gen) y-0) x)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (displaced 7 6 resp 2) (exp (gen) y-1) (0 1)) (label 280) (parent 190) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) y-1)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x y-1))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) y-1))) (defstrand resp 2 (h h) (y y-0)) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((6 1) (5 0)) ((7 1) (0 1)) ((7 1) (5 0))) (absent (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (0 1)) (label 281) (parent 190) (unrealized (4 0) (5 0)) (comment "empty cohort"))
Item 282, Parent: 190, Children: 384 385 386 387 388 389.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y expn) (w-0 expr) (y-0 expn) (w-1 expr)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y-0) w-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) (mul (rec x) w-0 y-0 (rec w-1))) w-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener (cat (exp (gen) (mul (rec x) w-0 y-0 (rec w-1))) w-1)) (exp (gen) (mul (rec x) w-0 y-0)) (0 1)) (label 282) (parent 190) (unrealized (7 0)) (comment "6 in cohort - 6 not yet seen"))
Item 283, Parent: 203, Child: 390.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (gen) (rec x))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (5 0) (4 0)) (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (4 0)) (label 283) (parent 203) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 284, Parent: 203, Child: 391.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (gen) w)) (deflistener (cat (gen) (mul w (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (x w) (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (5 0) (4 0)) (operation nonce-test (added-absence x w) w (4 0)) (label 284) (parent 203) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (gen) w)) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (5 0) (4 0)) (operation nonce-test (added-listener x) (mul x w) (4 0)) (label 285) (parent 203) (unrealized (6 0)) (comment "empty cohort"))
Item 286, Parent: 204, Child: 392.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (w (mul (rec x) (rec x))) (x-0 x)) (one) (4 0)) (label 286) (parent 204) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 287, Parent: 204, Child: 393.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (gen) w)) (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (x w) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x w) w (4 0)) (label 287) (parent 204) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x))) (deflistener (cat (gen) (mul w x x))) (deflistener (cat (exp (gen) x) w)) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w x x) (4 0)) (label 288) (parent 204) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) x-0) (mul (rec x) (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w (mul (rec x) (rec x-0))) (x-2 x-0)) (one) (4 0)) (label 289) (parent 205) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 290, Parent: 205, Child: 394.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (gen) (mul w x))) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (defstrand init 1 (x x)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (x-0 (mul w x)) (y (gen))) (pen-non-orig y x-0) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul w x)) (mul w x) (4 0)) (label 290) (parent 205) (unrealized (0 1) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 291, Parent: 205, Child: 395.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (x-0 (mul x w)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w)) (mul x w) (4 0)) (label 291) (parent 205) (unrealized (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) y) (mul (rec x) (rec y)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (mul (rec x) (rec y))) (y-0 y)) (one) (4 0)) (label 292) (parent 206) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 293, Parent: 206, Child: 396.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (gen) (mul w y))) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (x (mul w y)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x (mul w y)) (mul w y) (4 0)) (label 293) (parent 206) (unrealized (0 1) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 294, Parent: 206, Child: 397.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul w (rec y)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (mul x w)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-absence y (mul x w)) (mul x w) (4 0)) (label 294) (parent 206) (unrealized (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) y-0) (mul (rec x) (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (mul (rec x) (rec y-0))) (y-1 y-0)) (one) (4 0)) (label 295) (parent 207) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 296, Parent: 207, Child: 398.
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (x (mul w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul w y-0)) (mul w y-0) (4 0)) (label 296) (parent 207) (unrealized (0 1) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 297, Parent: 207, Child: 399.
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (y-0 (mul x w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w)) (mul x w) (4 0)) (label 297) (parent 207) (unrealized (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (precedes ((0 2) (1 2))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 298) (parent 208) (unrealized) (shape) (maps ((0 1) ((n n) (hx (gen)) (hy (exp (gen) w)) (x x) (y y)))) (origs (n (0 2))))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul (rec x) x-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0))) (one) (4 0)) (label 299) (parent 209) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 300, Parent: 209, Child: 400.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) x) (mul (rec x) w))) (defstrand init 1 (x x)) (deflistener (cat (gen) (mul w (rec x-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (x-0 (mul (rec x) w)) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w)) (mul (rec x) w) (4 0)) (label 300) (parent 209) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 301, Parent: 209, Child: 401.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul w x-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (x-0 (mul x w)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w)) (mul x w) (4 0)) (label 301) (parent 209) (unrealized (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x) (one))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w (mul x (rec x-0) (rec x-0))) (x-2 x-0)) (one) (4 0)) (label 302) (parent 210) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 303, Parent: 210, Child: 402.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x x-0))) (deflistener (cat (exp (gen) x-0) (mul w x x))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x) (mul w x-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (x-0 (mul w x x)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul w x x)) (mul w x x) (4 0)) (label 303) (parent 210) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 304, Parent: 210, Child: 403.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) x) (mul (rec x) w))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (x-0 (mul (rec x) w)) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w)) (mul (rec x) w) (4 0)) (label 304) (parent 210) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 305, Parent: 211, Child: 404.
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x) (one))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (rec x-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x-0) (w (rec x-0))) (one) (4 0)) (label 305) (parent 211) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 306, Parent: 211, Child: 405.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) x) w)) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (x-0 w) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 w) w (4 0)) (label 306) (parent 211) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) w)) (deflistener x) (precedes ((0 0) (6 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w) (4 0)) (label 307) (parent 211) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1)))) (defstrand init 1 (x x-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (contracted (x-2 x) (x-3 x-0) (w (mul (rec x) x-0 (rec x-1))) (x-4 x-1)) (one) (4 0)) (label 308) (parent 212) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 309, Parent: 212, Child: 406.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 (rec x-1)))) (x x-1)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w (rec x-1)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (x-1 (mul (rec x) w x-0)) (y (gen))) (pen-non-orig y x-1) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-absence x-1 (mul (rec x) w x-0)) (mul (rec x) w x-0) (4 0)) (label 309) (parent 212) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 310, Parent: 212, Child: 407.
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 x-1))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0 x-1))) (deflistener (cat (exp (gen) x-1) (mul x w x-0))) (defstrand init 1 (x x-1)) (deflistener (cat (exp (gen) x-0) (mul w x-1))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (x-1 (mul x w x-0)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-absence x-1 (mul x w x-0)) (mul x w x-0) (4 0)) (label 310) (parent 212) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 311, Parent: 212, Child: 408.
(defskeleton dh_mim (vars (n text) (y x x-0 expn) (w expr) (x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul w (rec x-1)))) (defstrand init 1 (x x-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (x-1 (mul x (rec x-0) w)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-absence x-1 (mul x (rec x-0) w)) (mul x (rec x-0) w) (4 0)) (label 311) (parent 212) (unrealized (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul (rec x) x-0 (rec y)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0 (rec y))) (y-0 y)) (one) (4 0)) (label 312) (parent 213) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 313, Parent: 213, Child: 409.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) x) (mul (rec x) w y))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y) (mul w (rec x-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (x-0 (mul (rec x) w y)) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w y)) (mul (rec x) w y) (4 0)) (label 313) (parent 213) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 314, Parent: 213, Child: 410.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y x-0))) (deflistener (cat (exp (gen) x-0) (mul x w y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w x-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (x-0 (mul x w y)) (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w y)) (mul x w y) (4 0)) (label 314) (parent 213) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 315, Parent: 213, Child: 411.
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w (rec y)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1))) (absent (y (mul x (rec x-0) w)) (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-absence y (mul x (rec x-0) w)) (mul x (rec x-0) w) (4 0)) (label 315) (parent 213) (unrealized (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (y x x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul (rec x) x-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0 (rec y-0))) (y-1 y-0)) (one) (4 0)) (label 316) (parent 214) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 317, Parent: 214, Child: 412.
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w y-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y-0) (mul w (rec x-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (x-0 (mul (rec x) w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w y-0)) (mul (rec x) w y-0) (4 0)) (label 317) (parent 214) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 318, Parent: 214, Child: 413.
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w y-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w x-0))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (x-0 (mul x w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w y-0)) (mul x w y-0) (4 0)) (label 318) (parent 214) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 319, Parent: 214, Child: 414.
(defskeleton dh_mim (vars (n text) (h base) (y x x-0 expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (y-0 (mul x (rec x-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x (rec x-0) w)) (mul x (rec x-0) w) (4 0)) (label 319) (parent 214) (unrealized (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (gen) (mul (rec x) y))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-0 y) (w (mul (rec x) y))) (one) (4 0)) (label 320) (parent 215) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 321, Parent: 215, Child: 415.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y) (mul (rec y) w))) (deflistener (cat (gen) (mul w (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (x (mul (rec y) w)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w)) (mul (rec y) w) (4 0)) (label 321) (parent 215) (unrealized (0 1) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 322, Parent: 215, Child: 416.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (gen) (mul w y))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (mul x w)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-absence y (mul x w)) (mul x w) (4 0)) (label 322) (parent 215) (unrealized (3 0) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (y-0 y) (w (mul y (rec x) (rec x))) (x-0 x)) (one) (4 0)) (label 323) (parent 216) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 324, Parent: 216, Child: 417.
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x y))) (deflistener (cat (exp (gen) y) (mul w x x))) (deflistener (cat (exp (gen) x) (mul w y))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (mul w x x)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-absence y (mul w x x)) (mul w x x) (4 0)) (label 324) (parent 216) (unrealized (0 1) (3 0) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 325, Parent: 216, Child: 418.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y) (mul (rec y) w))) (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (x (mul (rec y) w)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w)) (mul (rec y) w) (4 0)) (label 325) (parent 216) (unrealized (0 1) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (y-0 y) (w (mul (rec x) y (rec x-0))) (x-2 x-0)) (one) (4 0)) (label 326) (parent 217) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 327, Parent: 217, Child: 419.
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) y) (mul (rec y) w x))) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (defstrand init 1 (x x)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (x-0 (mul (rec y) w x)) (y (gen))) (pen-non-orig y x-0) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec y) w x)) (mul (rec y) w x) (4 0)) (label 327) (parent 217) (unrealized (0 1) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 328, Parent: 217, Child: 420.
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0 y))) (deflistener (cat (exp (gen) y) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (y (mul x w x-0)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-absence y (mul x w x-0)) (mul x w x-0) (4 0)) (label 328) (parent 217) (unrealized (0 1) (3 0) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 329, Parent: 217, Child: 421.
(defskeleton dh_mim (vars (n text) (x y expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0))) (absent (x-0 (mul x (rec y) w)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x (rec y) w)) (mul x (rec y) w) (4 0)) (label 329) (parent 217) (unrealized (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 330, Parent: 218, Child: 422.
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (4 0)) (label 330) (parent 218) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 331, Parent: 218, Child: 423.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1))) (absent (x w) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x w) w (4 0)) (label 331) (parent 218) (unrealized (0 1) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (exp (gen) y) w)) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0))) (absent (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w) (4 0)) (label 332) (parent 218) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (y-0 h) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y) (w (mul (rec x) y (rec y-0))) (y-2 y-0)) (one) (4 0)) (label 333) (parent 219) (unrealized (0 1) (5 0)) (comment "empty cohort"))
Item 334, Parent: 219, Child: 424.
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w y-0))) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (x (mul (rec y) w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w y-0)) (mul (rec y) w y-0) (4 0)) (label 334) (parent 219) (unrealized (0 1) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 335, Parent: 219, Child: 425.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul x w y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w y))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (y-0 (mul x w y)) (y h) (y-0 (gen))) (pen-non-orig x y-0) (precur (5 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w y)) (mul x w y) (4 0)) (label 335) (parent 219) (unrealized (0 1) (3 0) (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
Item 336, Parent: 219, Child: 426.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0))) (absent (y-0 (mul x (rec y) w)) (y-0 h) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x (rec y) w)) (mul x (rec y) w) (4 0)) (label 336) (parent 219) (unrealized (4 0) (5 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul (rec x) y-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y-0) (w (mul (rec x) y-0))) (one) (4 0)) (label 337) (parent 220) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 338, Parent: 220, Child: 427.
(defskeleton dh_mim (vars (n text) (h base) (y y-0 expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (x (mul (rec y-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y-0) w)) (mul (rec y-0) w) (4 0)) (label 338) (parent 220) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 339, Parent: 220, Child: 428.
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (exp (gen) y-0) (mul x w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w y-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 (mul x w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w)) (mul x w) (4 0)) (label 339) (parent 220) (unrealized (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul y-0 (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (contracted (y-1 y-0) (w (mul y-0 (rec x) (rec x))) (x-0 x)) (one) (4 0)) (label 340) (parent 221) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 341, Parent: 221, Child: 429.
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x y-0))) (deflistener (cat (exp (gen) y-0) (mul w x x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w y-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 (mul w x x)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul w x x)) (mul w x x) (4 0)) (label 341) (parent 221) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 342, Parent: 221, Child: 430.
(defskeleton dh_mim (vars (n text) (h base) (y y-0 expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (x (mul (rec y-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y-0) w)) (mul (rec y-0) w) (4 0)) (label 342) (parent 221) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (y-1 y-0) (w (mul (rec x) y-0 (rec x-0))) (x-2 x-0)) (one) (4 0)) (label 343) (parent 222) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 344, Parent: 222, Child: 431.
(defskeleton dh_mim (vars (n text) (h base) (y y-0 expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (defstrand init 1 (x x)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (x-0 (mul (rec y-0) w x)) (y-0 h) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y y-0 x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec y-0) w x)) (mul (rec y-0) w x) (4 0)) (label 344) (parent 222) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 345, Parent: 222, Child: 432.
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w y-0))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (y-0 (mul x w x-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w x-0)) (mul x w x-0) (4 0)) (label 345) (parent 222) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 346, Parent: 222, Child: 433.
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0))) (absent (x-0 (mul x (rec y-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x (rec y-0) w)) (mul x (rec y-0) w) (4 0)) (label 346) (parent 222) (unrealized (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 (gen)) (y h)) (pen-non-orig x y-0) (precur (6 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y) (w (mul (rec x) y (rec y-0))) (y-2 y-0)) (one) (4 0)) (label 347) (parent 223) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 348, Parent: 223, Child: 434.
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (x (mul (rec y) w y-0)) (y-0 (gen)) (y h)) (pen-non-orig y-0 x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w y-0)) (mul (rec y) w y-0) (4 0)) (label 348) (parent 223) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 349, Parent: 223, Child: 435.
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w y))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y) (mul w y-0))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 (mul x w y)) (y (gen)) (y-0 h)) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w y)) (mul x w y) (4 0)) (label 349) (parent 223) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 350, Parent: 223, Child: 436.
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 (mul x (rec y) w)) (y-0 (gen)) (y h)) (pen-non-orig x y-0) (precur (6 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x (rec y) w)) (mul x (rec y) w) (4 0)) (label 350) (parent 223) (unrealized (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 351, Parent: 224, Child: 437.
(defskeleton dh_mim (vars (n text) (h base) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (4 0)) (label 351) (parent 224) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 352, Parent: 224, Child: 438.
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1))) (absent (x w) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x w) w (4 0)) (label 352) (parent 224) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (exp (gen) y-0) (mul x w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) w)) (deflistener x) (precedes ((0 0) (6 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w) (4 0)) (label 353) (parent 224) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul (rec x) y-0 (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-2 y-0) (w (mul (rec x) y-0 (rec y-1))) (y-3 y-1)) (one) (4 0)) (label 354) (parent 225) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 355, Parent: 225, Child: 439.
(defskeleton dh_mim (vars (n text) (h h-0 base) (y y-0 expn) (w expr) (y-1 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-1 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-1))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w y-1))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w (rec x)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (x (mul (rec y-0) w y-1)) (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 y-1 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y-0) w y-1)) (mul (rec y-0) w y-1) (4 0)) (label 355) (parent 225) (unrealized (0 1) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 356, Parent: 225, Child: 440.
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x expn) (w expr) (y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 y-1))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0 y-1))) (deflistener (cat (exp (gen) y-1) (mul x w y-0))) (defstrand resp 2 (h h) (y y-1)) (deflistener (cat (exp (gen) y-0) (mul w y-1))) (defstrand resp 2 (h h-0) (y y-0)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (y-1 (mul x w y-0)) (y-0 h-0) (y-1 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-absence y-1 (mul x w y-0)) (mul x w y-0) (4 0)) (label 356) (parent 225) (unrealized (0 1) (3 0) (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 357, Parent: 225, Child: 441.
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x y-0 expn) (w expr) (y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0))) (absent (y-1 (mul x (rec y-0) w)) (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-absence y-1 (mul x (rec y-0) w)) (mul x (rec y-0) w) (4 0)) (label 357) (parent 225) (unrealized (4 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (1 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (y (gen))) (pen-non-orig y x) (precur (4 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (4 0)) (label 358) (parent 229) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (1 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0))) (absent (x w) (y (exp (gen) w))) (pen-non-orig y x) (precur (4 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (4 0)) (label 359) (parent 230) (unrealized (5 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (5 0)) (label 360) (parent 233) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul (rec x) (rec x)) (5 0)) (label 361) (parent 234) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (gen)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (precedes ((0 2) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 362) (parent 238) (unrealized) (shape) (maps ((0 1) ((n n) (hx (exp (gen) w)) (hy (gen)) (x x) (y y)))) (origs (n (0 2))))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (6 0)) (label 363) (parent 241) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (5 0)) (label 364) (parent 248) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (6 0)) (label 365) (parent 254) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) x)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x x))) (deflistener (cat (gen) (mul x x))) (deflistener x) (precedes ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul x x) (5 0)) (label 366) (parent 257) (unrealized (6 0)) (comment "empty cohort"))
Item 367, Parent: 261, Children: 442 443 444.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (gen) w-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-1 (mul x w-0)) (w-2 w-0)) (gen) (6 0)) (label 367) (parent 261) (unrealized (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 368, Parent: 261, Children: 445 446 447.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x))) (deflistener (cat (gen) (mul w-0 x x))) (deflistener (cat (exp (gen) x) w-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-0) (6 0)) (label 368) (parent 261) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 369, Parent: 261, Children: 448 449 450.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0))) (deflistener (cat (gen) (mul x w-0 x-0))) (deflistener (cat (exp (gen) x-0) w-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (6 0)) (label 369) (parent 261) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 370, Parent: 261, Children: 451 452 453.
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y))) (deflistener (cat (gen) (mul x w-0 y))) (deflistener (cat (exp (gen) y) w-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-0) (6 0)) (label 370) (parent 261) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 371, Parent: 261, Children: 454 455 456.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) y-0) w-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (6 0)) (label 371) (parent 261) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 372, Parent: 262, Child: 457.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) x) w-0)) (precedes ((0 0) (3 0)) ((0 2) (1 2)) ((2 1) (1 2)) ((3 1) (2 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (3 0)) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 372) (parent 262) (unrealized) (comment "1 in cohort - 1 not yet seen"))
Item 373, Parent: 269, Children: 458 459 460.
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w-1 (mul x (rec x-0) w-0)) (x-2 x-0) (w-2 w-0)) (gen) (7 0)) (label 373) (parent 269) (unrealized (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 374, Parent: 269, Children: 461 462 463.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x-0 x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w-0 x-0 x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 8 0 init 1) (exp (gen) x-1) (7 0)) (label 374) (parent 269) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 375, Parent: 269, Children: 464 465 466.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (displaced 8 6 init 1) (exp (gen) x-1) (7 0)) (label 375) (parent 269) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 376, Parent: 269, Children: 467 468 469 470.
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn) (w-0 expr) (x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-1))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0 x-1))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) w-0)) (defstrand init 1 (x x-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-1) (7 0)) (label 376) (parent 269) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
Item 377, Parent: 269, Children: 471 472 473 474.
(defskeleton dh_mim (vars (n text) (w expr) (x x-0 expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0 y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (displaced 8 1 resp 2) (exp (gen) y-0) (7 0)) (label 377) (parent 269) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
Item 378, Parent: 269, Children: 475 476 477 478.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x x-0 expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0 y-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) w-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (7 0)) (label 378) (parent 269) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
Item 379, Parent: 275, Children: 479 480 481.
(defskeleton dh_mim (vars (n text) (w expr) (x y expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0))) (deflistener (cat (gen) w-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-1 (mul x (rec y) w-0)) (y-0 y) (w-2 w-0)) (gen) (6 0)) (label 379) (parent 275) (unrealized (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 380, Parent: 275, Children: 482 483 484.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x))) (deflistener (cat (exp (gen) y) (mul (rec y) w-0 x x))) (deflistener (cat (exp (gen) x) w-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (displaced 7 0 init 1) (exp (gen) x-0) (6 0)) (label 380) (parent 275) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 381, Parent: 275, Children: 485 486 487 488.
(defskeleton dh_mim (vars (n text) (w expr) (x y expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0 x-0))) (deflistener (cat (exp (gen) x-0) w-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (6 0)) (label 381) (parent 275) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
Item 382, Parent: 275, Children: 489 490 491.
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y))) (deflistener (cat (exp (gen) y) (mul x w-0))) (deflistener (cat (exp (gen) y) w-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (displaced 7 1 resp 2) (exp (gen) y-0) (6 0)) (label 382) (parent 275) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 383, Parent: 275, Children: 492 493 494 495.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0 y-0))) (deflistener (cat (exp (gen) y-0) w-0)) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (6 0)) (label 383) (parent 275) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
Item 384, Parent: 282, Children: 496 497 498.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-1 (mul x (rec y-0) w-0)) (y-1 y-0) (w-2 w-0)) (gen) (7 0)) (label 384) (parent 282) (unrealized (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 385, Parent: 282, Children: 499 500 501.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0 x x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (displaced 8 0 init 1) (exp (gen) x-0) (7 0)) (label 385) (parent 282) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 386, Parent: 282, Children: 502 503 504 505.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w-0 x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) w-0)) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-strand init 1) (exp (gen) x-0) (7 0)) (label 386) (parent 282) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
Item 387, Parent: 282, Children: 506 507 508 509.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0 y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 (exp (gen) w)) (y h)) (pen-non-orig x y-0) (precur (7 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (displaced 8 1 resp 2) (exp (gen) y-1) (7 0)) (label 387) (parent 282) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
Item 388, Parent: 282, Children: 510 511 512.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) w-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (displaced 8 6 resp 2) (exp (gen) y-1) (7 0)) (label 388) (parent 282) (unrealized (4 0) (5 0)) (comment "3 in cohort - 3 not yet seen"))
Item 389, Parent: 282, Children: 513 514 515 516.
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x y-0 expn) (w-0 expr) (y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-1))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w-0 y-1))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) w-0)) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (7 0)) (label 389) (parent 282) (unrealized (4 0) (5 0)) (comment "4 in cohort - 4 not yet seen"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (gen) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (5 0) (4 0)) (operation nonce-test (added-listener x) (rec x) (5 0)) (label 390) (parent 283) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (gen) w)) (deflistener (cat (gen) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (x w) (y (gen))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (precur (5 0) (4 0)) (operation nonce-test (added-listener x) (mul w (rec x)) (5 0)) (label 391) (parent 284) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul (rec x) (rec x)) (5 0)) (label 392) (parent 286) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (gen) w)) (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (x w) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x) (rec x)) (5 0)) (label 393) (parent 287) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (gen) (mul w x))) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (defstrand init 1 (x x)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0)) ((7 1) (5 0))) (absent (x-0 (mul w x)) (y (gen))) (pen-non-orig y x-0) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (5 0)) (label 394) (parent 290) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0)))) (defstrand init 1 (x x-0)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (7 0)) ((7 1) (5 0))) (absent (x-0 (mul x w)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (5 0)) (label 395) (parent 291) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (gen) (mul w y))) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (x (mul w y)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (5 0)) (label 396) (parent 293) (unrealized (4 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul w (rec y)))) (deflistener y) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (mul x w)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w (rec y)) (5 0)) (label 397) (parent 294) (unrealized (4 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (defstrand resp 2 (h h) (y y-0)) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0)) ((7 1) (5 0))) (absent (x (mul w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (5 0)) (label 398) (parent 296) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (gen) (mul x w))) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (7 0)) ((7 1) (5 0))) (absent (y-0 (mul x w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w (rec y-0)) (5 0)) (label 399) (parent 297) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) x) (mul (rec x) w))) (defstrand init 1 (x x)) (deflistener (cat (gen) (mul w (rec x-0)))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x-0 (mul (rec x) w)) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (6 0)) (label 400) (parent 300) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul x w))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul w x-0))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (7 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x-0 (mul x w)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w x-0) (6 0)) (label 401) (parent 301) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x x-0))) (deflistener (cat (exp (gen) x-0) (mul w x x))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x) (mul w x-0))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (7 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x-0 (mul w x x)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w x-0) (6 0)) (label 402) (parent 303) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) x) (mul (rec x) w))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0)))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x-0 (mul (rec x) w)) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0) (rec x-0)) (6 0)) (label 403) (parent 304) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x) (one))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (rec x-0))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (rec x-0) (6 0)) (label 404) (parent 305) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) x) w)) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x-0 w) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (6 0)) (label 405) (parent 306) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 (rec x-1)))) (x x-1)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w (rec x-1)))) (defstrand init 1 (x x-0)) (deflistener x-1) (precedes ((0 0) (4 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0)) ((8 1) (6 0))) (absent (x-1 (mul (rec x) w x-0)) (y (gen))) (pen-non-orig y x-1) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-listener x-1) (mul w (rec x-1)) (6 0)) (label 406) (parent 309) (unrealized (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn) (w expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 x-1))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0 x-1))) (deflistener (cat (exp (gen) x-1) (mul x w x-0))) (defstrand init 1 (x x-1)) (deflistener (cat (exp (gen) x-0) (mul w x-1))) (defstrand init 1 (x x-0)) (deflistener x-1) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (8 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0)) ((8 1) (6 0))) (absent (x-1 (mul x w x-0)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-listener x-1) (mul w x-1) (6 0)) (label 407) (parent 310) (unrealized (3 0) (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x x-0 expn) (w expr) (x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul w (rec x-1)))) (defstrand init 1 (x x-1)) (deflistener x-1) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (8 0)) ((8 1) (6 0))) (absent (x-1 (mul x (rec x-0) w)) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-listener x-1) (mul w (rec x-1)) (6 0)) (label 408) (parent 311) (unrealized (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) x) (mul (rec x) w y))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y) (mul w (rec x-0)))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x-0 (mul (rec x) w y)) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (6 0)) (label 409) (parent 313) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y x-0))) (deflistener (cat (exp (gen) x-0) (mul x w y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w x-0))) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (7 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x-0 (mul x w y)) (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w x-0) (6 0)) (label 410) (parent 314) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x x-0 expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w (rec y)))) (deflistener y) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (mul x (rec x-0) w)) (y (gen))) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w (rec y)) (6 0)) (label 411) (parent 315) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w y-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y-0) (mul w (rec x-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0)) ((8 1) (6 0))) (absent (x-0 (mul (rec x) w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (6 0)) (label 412) (parent 317) (unrealized (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w y-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (8 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0)) ((8 1) (6 0))) (absent (x-0 (mul x w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w x-0) (6 0)) (label 413) (parent 318) (unrealized (3 0) (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x x-0 expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 0) (4 0)) ((5 0) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (8 0)) ((8 1) (6 0))) (absent (y-0 (mul x (rec x-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w (rec y-0)) (6 0)) (label 414) (parent 319) (unrealized (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y) (mul (rec y) w))) (deflistener (cat (gen) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (x (mul (rec y) w)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (5 0)) (label 415) (parent 321) (unrealized (4 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y))) (deflistener (cat (exp (gen) y) (mul x w))) (deflistener (cat (gen) (mul w y))) (deflistener y) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (mul x w)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (5 0)) (label 416) (parent 322) (unrealized (3 0) (4 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x y))) (deflistener (cat (exp (gen) y) (mul w x x))) (deflistener (cat (exp (gen) x) (mul w y))) (deflistener y) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (mul w x x)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (5 0)) (label 417) (parent 324) (unrealized (3 0) (4 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y) (mul (rec y) w))) (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (x (mul (rec y) w)) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x) (rec x)) (5 0)) (label 418) (parent 325) (unrealized (4 0) (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) y) (mul (rec y) w x))) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (defstrand init 1 (x x)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0)) ((7 1) (5 0))) (absent (x-0 (mul (rec y) w x)) (y (gen))) (pen-non-orig y x-0) (precur (5 0) (4 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (5 0)) (label 419) (parent 327) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x expn) (w expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0 y))) (deflistener (cat (exp (gen) y) (mul x w x-0))) (deflistener (cat (exp (gen) x-0) (mul w y))) (defstrand init 1 (x x-0)) (deflistener y) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (5 0)) ((7 1) (5 0))) (absent (y (mul x w x-0)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w y) (5 0)) (label 420) (parent 328) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (x y expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0)))) (defstrand init 1 (x x-0)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 0) (4 0)) ((6 0) (7 0)) ((7 1) (5 0))) (absent (x-0 (mul x (rec y) w)) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (5 0)) (label 421) (parent 329) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (5 0)) (label 422) (parent 330) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (cat (exp (gen) y) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (5 0))) (absent (x w) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (5 0)) (label 423) (parent 331) (unrealized (6 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w y-0))) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (defstrand resp 2 (h h) (y y-0)) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0)) ((7 1) (5 0))) (absent (x (mul (rec y) w y-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (5 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (5 0)) (label 424) (parent 334) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul x w y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w y))) (deflistener (cat (exp (gen) y) (mul w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (5 0)) ((7 1) (5 0))) (absent (y-0 (mul x w y)) (y h) (y-0 (gen))) (pen-non-orig x y-0) (precur (5 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (5 0)) (label 425) (parent 335) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (5 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (0 1)) ((6 1) (4 0)) ((6 1) (7 0)) ((7 1) (5 0))) (absent (y-0 (mul x (rec y) w)) (y-0 h) (y (gen))) (pen-non-orig x y) (precur (5 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w (rec y-0)) (5 0)) (label 426) (parent 336) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x (mul (rec y-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (6 0)) (label 427) (parent 338) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0))) (deflistener (cat (exp (gen) y-0) (mul x w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w y-0))) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (7 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-0 (mul x w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (6 0)) (label 428) (parent 339) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x x y-0))) (deflistener (cat (exp (gen) y-0) (mul w x x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w y-0))) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (7 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-0 (mul w x x)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (6 0)) (label 429) (parent 341) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 expn) (w expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) w)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x (mul (rec y-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x) (rec x)) (6 0)) (label 430) (parent 342) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 expn) (w expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w (rec x-0)))) (defstrand init 1 (x x)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0)) ((8 1) (6 0))) (absent (x-0 (mul (rec y-0) w x)) (y-0 h) (y (gen))) (pen-non-orig y x-0) (precur (6 0) (4 0)) (uniq-gen y y-0 x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (6 0)) (label 431) (parent 344) (unrealized (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x expn) (w expr) (x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w x-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w x-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w y-0))) (defstrand init 1 (x x-0)) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (8 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (6 0)) ((8 1) (6 0))) (absent (y-0 (mul x w x-0)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (6 0)) (label 432) (parent 345) (unrealized (3 0) (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y x y-0 expn) (w expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w (rec x-0)))) (defstrand init 1 (x x-0)) (deflistener x-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 0) (4 0)) ((7 0) (8 0)) ((8 1) (6 0))) (absent (x-0 (mul x (rec y-0) w)) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (6 0)) (label 433) (parent 346) (unrealized (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x (mul (rec y) w y-0)) (y-0 (gen)) (y h)) (pen-non-orig y-0 x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (6 0)) (label 434) (parent 348) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x expn) (w expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y y-0))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w y))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y) (mul w y-0))) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (7 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-0 (mul x w y)) (y (gen)) (y-0 h)) (pen-non-orig x y) (precur (6 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w y-0) (6 0)) (label 435) (parent 349) (unrealized (3 0) (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (x y expn) (w expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y-0)) (deflistener (exp (gen) y-0)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y) (mul x (rec y) w))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w (rec y-0)))) (deflistener y-0) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 1) (4 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-0 (mul x (rec y) w)) (y-0 (gen)) (y h)) (pen-non-orig x y-0) (precur (6 0) (4 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w (rec y-0)) (6 0)) (label 436) (parent 350) (unrealized (4 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (6 0)) (label 437) (parent 351) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (y expn) (w expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (mul w (rec x)))) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x w) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (6 0)) (label 438) (parent 352) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (y y-0 expn) (w expr) (y-1 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-1 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul w y-1))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w y-1))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w (rec x)))) (defstrand resp 2 (h h-0) (y y-1)) (deflistener x) (precedes ((0 0) (4 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0)) ((8 1) (6 0))) (absent (x (mul (rec y-0) w y-1)) (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y y-0 y-1 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w (rec x)) (6 0)) (label 439) (parent 355) (unrealized (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x expn) (w expr) (y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w y-0 y-1))) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w y-0 y-1))) (deflistener (cat (exp (gen) y-1) (mul x w y-0))) (defstrand resp 2 (h h) (y y-1)) (deflistener (cat (exp (gen) y-0) (mul w y-1))) (defstrand resp 2 (h h-0) (y y-0)) (deflistener y-1) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (8 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (6 0)) ((8 1) (6 0))) (absent (y-1 (mul x w y-0)) (y-0 h-0) (y-1 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-listener y-1) (mul w y-1) (6 0)) (label 440) (parent 356) (unrealized (3 0) (4 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (y x y-0 expn) (w expr) (y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w)) (x x)) (defstrand resp 3 (n n) (h (gen)) (y y)) (deflistener (exp (gen) y)) (deflistener (exp (gen) (mul x w))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (deflistener y-1) (precedes ((0 0) (4 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((2 1) (1 2)) ((3 1) (1 2)) ((4 1) (3 0)) ((5 1) (4 0)) ((5 1) (6 0)) ((6 1) (0 1)) ((7 1) (4 0)) ((7 1) (8 0)) ((8 1) (6 0))) (absent (y-1 (mul x (rec y-0) w)) (y-1 h-0) (y-0 h) (y (gen))) (pen-non-orig y x) (precur (6 0) (4 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-listener y-1) (mul w (rec y-1)) (6 0)) (label 441) (parent 357) (unrealized (4 0) (8 0)) (comment "empty cohort"))
Item 442, Parent: 367, Child: 517.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (gen) (rec x))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (rec x))) (one) (5 0)) (label 442) (parent 367) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 443, Parent: 367, Child: 518.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (gen) w-0)) (deflistener (cat (gen) (mul w-0 (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (x w-0) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x w-0) w-0 (5 0)) (label 443) (parent 367) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (gen) w-0)) (deflistener x) (precedes ((0 0) (6 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w-0) (5 0)) (label 444) (parent 367) (unrealized (7 0)) (comment "empty cohort"))
Item 445, Parent: 368, Child: 519.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (w-0 (mul (rec x) (rec x))) (x-0 x)) (one) (5 0)) (label 445) (parent 368) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 446, Parent: 368, Child: 520.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (gen) w-0)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x) (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (x w-0) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x w-0) w-0 (5 0)) (label 446) (parent 368) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x))) (deflistener (cat (gen) (mul w-0 x x))) (deflistener (cat (exp (gen) x) w-0)) (deflistener x) (precedes ((0 0) (6 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 x x) (5 0)) (label 447) (parent 368) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) x-0) (mul (rec x) (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w-0 (mul (rec x) (rec x-0))) (x-2 x-0)) (one) (5 0)) (label 448) (parent 369) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 449, Parent: 369, Child: 521.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (gen) (mul w-0 x))) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (defstrand init 1 (x x)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (x-0 (mul w-0 x)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul w-0 x)) (mul w-0 x) (5 0)) (label 449) (parent 369) (unrealized (0 1) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 450, Parent: 369, Child: 522.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (x-0 (mul x w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w-0)) (mul x w-0) (5 0)) (label 450) (parent 369) (unrealized (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) y) (mul (rec x) (rec y)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (mul (rec x) (rec y))) (y-0 y)) (one) (5 0)) (label 451) (parent 370) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 452, Parent: 370, Child: 523.
(defskeleton dh_mim (vars (n text) (w w-0 expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (gen) (mul w-0 y))) (deflistener (cat (exp (gen) y) (mul w-0 (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (x (mul w-0 y)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x (mul w-0 y)) (mul w-0 y) (5 0)) (label 452) (parent 370) (unrealized (0 1) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 453, Parent: 370, Child: 524.
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul w-0 (rec y)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (mul x w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-absence y (mul x w-0)) (mul x w-0) (5 0)) (label 453) (parent 370) (unrealized (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) y-0) (mul (rec x) (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (mul (rec x) (rec y-0))) (y-1 y-0)) (one) (5 0)) (label 454) (parent 371) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 455, Parent: 371, Child: 525.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (x (mul w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul w-0 y-0)) (mul w-0 y-0) (5 0)) (label 455) (parent 371) (unrealized (0 1) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 456, Parent: 371, Child: 526.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (y-0 (mul x w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w-0)) (mul x w-0) (5 0)) (label 456) (parent 371) (unrealized (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 457, Parent: 372, Child: 527.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (cat (exp (gen) x) w-0)) (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((2 1) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (2 0)) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 457) (parent 372) (unrealized) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul (rec x) x-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w-0 (mul (rec x) x-0))) (one) (5 0)) (label 458) (parent 373) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 459, Parent: 373, Child: 528.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) x) (mul (rec x) w-0))) (defstrand init 1 (x x)) (deflistener (cat (gen) (mul w-0 (rec x-0)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (x-0 (mul (rec x) w-0)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w-0)) (mul (rec x) w-0) (5 0)) (label 459) (parent 373) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 460, Parent: 373, Child: 529.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul w-0 x-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (x-0 (mul x w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w-0)) (mul x w-0) (5 0)) (label 460) (parent 373) (unrealized (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x) (one))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (w-0 (mul x (rec x-0) (rec x-0))) (x-2 x-0)) (one) (5 0)) (label 461) (parent 374) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 462, Parent: 374, Child: 530.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x x-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 x x))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x) (mul w-0 x-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (x-0 (mul w-0 x x)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul w-0 x x)) (mul w-0 x x) (5 0)) (label 462) (parent 374) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 463, Parent: 374, Child: 531.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) x) (mul (rec x) w-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0) (rec x-0)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (x-0 (mul (rec x) w-0)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w-0)) (mul (rec x) w-0) (5 0)) (label 463) (parent 374) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 464, Parent: 375, Child: 532.
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x) (one))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (rec x-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x-0) (w-0 (rec x-0))) (one) (5 0)) (label 464) (parent 375) (unrealized (0 1) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 465, Parent: 375, Child: 533.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) x) w-0)) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (x-0 w-0) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 w-0) w-0 (5 0)) (label 465) (parent 375) (unrealized (0 1) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-0) w-0)) (deflistener x) (precedes ((0 0) (7 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w-0) (5 0)) (label 466) (parent 375) (unrealized (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1)))) (defstrand init 1 (x x-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (contracted (x-2 x) (x-3 x-0) (w-0 (mul (rec x) x-0 (rec x-1))) (x-4 x-1)) (one) (5 0)) (label 467) (parent 376) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 468, Parent: 376, Child: 534.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 (rec x-1)))) (x x-1)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w-0 x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-1)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (x-1 (mul (rec x) w-0 x-0)) (y (exp (gen) w))) (pen-non-orig y x-1) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-absence x-1 (mul (rec x) w-0 x-0)) (mul (rec x) w-0 x-0) (5 0)) (label 468) (parent 376) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 469, Parent: 376, Child: 535.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 x-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0 x-1))) (deflistener (cat (exp (gen) x-1) (mul x w-0 x-0))) (defstrand init 1 (x x-1)) (deflistener (cat (exp (gen) x-0) (mul w-0 x-1))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (x-1 (mul x w-0 x-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-absence x-1 (mul x w-0 x-0)) (mul x w-0 x-0) (5 0)) (label 469) (parent 376) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 470, Parent: 376, Child: 536.
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn) (w-0 expr) (x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul w-0 (rec x-1)))) (defstrand init 1 (x x-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (x-1 (mul x (rec x-0) w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-absence x-1 (mul x (rec x-0) w-0)) (mul x (rec x-0) w-0) (5 0)) (label 470) (parent 376) (unrealized (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (x x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul (rec x) x-0 (rec y)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w-0 (mul (rec x) x-0 (rec y))) (y-0 y)) (one) (5 0)) (label 471) (parent 377) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 472, Parent: 377, Child: 537.
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (exp (gen) x) (mul (rec x) w-0 y))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y) (mul w-0 (rec x-0)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (x-0 (mul (rec x) w-0 y)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w-0 y)) (mul (rec x) w-0 y) (5 0)) (label 472) (parent 377) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 473, Parent: 377, Child: 538.
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0 y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w-0 x-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (x-0 (mul x w-0 y)) (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w-0 y)) (mul x w-0 y) (5 0)) (label 473) (parent 377) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 474, Parent: 377, Child: 539.
(defskeleton dh_mim (vars (n text) (w expr) (x x-0 expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w-0 (rec y)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1))) (absent (y (mul x (rec x-0) w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-absence y (mul x (rec x-0) w-0)) (mul x (rec x-0) w-0) (5 0)) (label 474) (parent 377) (unrealized (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x-0)) (deflistener (cat (exp (gen) x-0) (one))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul (rec x) x-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (x-2 x-0) (w-0 (mul (rec x) x-0 (rec y-0))) (y-1 y-0)) (one) (5 0)) (label 475) (parent 378) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 476, Parent: 378, Child: 540.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w-0 y-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (x-0 (mul (rec x) w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec x) w-0 y-0)) (mul (rec x) w-0 y-0) (5 0)) (label 476) (parent 378) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 477, Parent: 378, Child: 541.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0 y-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w-0 x-0))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (x-0 (mul x w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x w-0 y-0)) (mul x w-0 y-0) (5 0)) (label 477) (parent 378) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 478, Parent: 378, Child: 542.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x x-0 expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (y-0 (mul x (rec x-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x (rec x-0) w-0)) (mul x (rec x-0) w-0) (5 0)) (label 478) (parent 378) (unrealized (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (gen) (mul (rec x) y))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-0 y) (w-0 (mul (rec x) y))) (one) (5 0)) (label 479) (parent 379) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 480, Parent: 379, Child: 543.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w-0))) (deflistener (cat (gen) (mul w-0 (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (x (mul (rec y) w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w-0)) (mul (rec y) w-0) (5 0)) (label 480) (parent 379) (unrealized (0 1) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 481, Parent: 379, Child: 544.
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y))) (deflistener (cat (exp (gen) y) (mul x w-0))) (deflistener (cat (gen) (mul w-0 y))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (mul x w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-absence y (mul x w-0)) (mul x w-0) (5 0)) (label 481) (parent 379) (unrealized (4 0) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (y-0 y) (w-0 (mul y (rec x) (rec x))) (x-0 x)) (one) (5 0)) (label 482) (parent 380) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 483, Parent: 380, Child: 545.
(defskeleton dh_mim (vars (n text) (w w-0 expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x y))) (deflistener (cat (exp (gen) y) (mul w-0 x x))) (deflistener (cat (exp (gen) x) (mul w-0 y))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (mul w-0 x x)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-absence y (mul w-0 x x)) (mul w-0 x x) (5 0)) (label 483) (parent 380) (unrealized (0 1) (4 0) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 484, Parent: 380, Child: 546.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w-0))) (deflistener (cat (exp (gen) x) (mul w-0 (rec x) (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (x (mul (rec y) w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w-0)) (mul (rec y) w-0) (5 0)) (label 484) (parent 380) (unrealized (0 1) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (x y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (y-0 y) (w-0 (mul (rec x) y (rec x-0))) (x-2 x-0)) (one) (5 0)) (label 485) (parent 381) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 486, Parent: 381, Child: 547.
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) y) (mul (rec y) w-0 x))) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (defstrand init 1 (x x)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (x-0 (mul (rec y) w-0 x)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec y) w-0 x)) (mul (rec y) w-0 x) (5 0)) (label 486) (parent 381) (unrealized (0 1) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 487, Parent: 381, Child: 548.
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0 y))) (deflistener (cat (exp (gen) y) (mul x w-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 y))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (y (mul x w-0 x-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-absence y (mul x w-0 x-0)) (mul x w-0 x-0) (5 0)) (label 487) (parent 381) (unrealized (0 1) (4 0) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 488, Parent: 381, Child: 549.
(defskeleton dh_mim (vars (n text) (w expr) (x y expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0))) (absent (x-0 (mul x (rec y) w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x (rec y) w-0)) (mul x (rec y) w-0) (5 0)) (label 488) (parent 381) (unrealized (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 489, Parent: 382, Child: 550.
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y) (rec x))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (rec x))) (one) (5 0)) (label 489) (parent 382) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 490, Parent: 382, Child: 551.
(defskeleton dh_mim (vars (n text) (w w-0 expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (exp (gen) y) w-0)) (deflistener (cat (exp (gen) y) (mul w-0 (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1))) (absent (x w-0) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-absence x w-0) w-0 (5 0)) (label 490) (parent 382) (unrealized (0 1) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y))) (deflistener (cat (exp (gen) y) (mul x w-0))) (deflistener (cat (exp (gen) y) w-0)) (deflistener x) (precedes ((0 0) (6 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0))) (absent (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w-0) (5 0)) (label 491) (parent 382) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y) (w-0 (mul (rec x) y (rec y-0))) (y-2 y-0)) (one) (5 0)) (label 492) (parent 383) (unrealized (0 1) (6 0)) (comment "empty cohort"))
Item 493, Parent: 383, Child: 552.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (x (mul (rec y) w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w-0 y-0)) (mul (rec y) w-0 y-0) (5 0)) (label 493) (parent 383) (unrealized (0 1) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 494, Parent: 383, Child: 553.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x expn) (w-0 expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul x w-0 y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0 y))) (deflistener (cat (exp (gen) y) (mul w-0 y-0))) (defstrand resp 2 (h h) (y y)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (y-0 (mul x w-0 y)) (y h) (y-0 (exp (gen) w))) (pen-non-orig x y-0) (precur (6 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w-0 y)) (mul x w-0 y) (5 0)) (label 494) (parent 383) (unrealized (0 1) (4 0) (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
Item 495, Parent: 383, Child: 554.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0))) (absent (y-0 (mul x (rec y) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x (rec y) w-0)) (mul x (rec y) w-0) (5 0)) (label 495) (parent 383) (unrealized (5 0) (6 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul (rec x) y-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y-0) (w-0 (mul (rec x) y-0))) (one) (5 0)) (label 496) (parent 384) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 497, Parent: 384, Child: 555.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w-0 (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (x (mul (rec y-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y-0) w-0)) (mul (rec y-0) w-0) (5 0)) (label 497) (parent 384) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 498, Parent: 384, Child: 556.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w-0 y-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 (mul x w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w-0)) (mul x w-0) (5 0)) (label 498) (parent 384) (unrealized (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul y-0 (rec x) (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (contracted (y-1 y-0) (w-0 (mul y-0 (rec x) (rec x))) (x-0 x)) (one) (5 0)) (label 499) (parent 385) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 500, Parent: 385, Child: 557.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x y-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 x x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w-0 y-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 (mul w-0 x x)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul w-0 x x)) (mul w-0 x x) (5 0)) (label 500) (parent 385) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 501, Parent: 385, Child: 558.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x) (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (x (mul (rec y-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y-0) w-0)) (mul (rec y-0) w-0) (5 0)) (label 501) (parent 385) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul (rec x) y-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (contracted (x-1 x) (y-1 y-0) (w-0 (mul (rec x) y-0 (rec x-0))) (x-2 x-0)) (one) (5 0)) (label 502) (parent 386) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 503, Parent: 386, Child: 559.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0 x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (defstrand init 1 (x x)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (x-0 (mul (rec y-0) w-0 x)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul (rec y-0) w-0 x)) (mul (rec y-0) w-0 x) (5 0)) (label 503) (parent 386) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 504, Parent: 386, Child: 560.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0 x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w-0 y-0))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (y-0 (mul x w-0 x-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w-0 x-0)) (mul x w-0 x-0) (5 0)) (label 504) (parent 386) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 505, Parent: 386, Child: 561.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0)))) (defstrand init 1 (x x-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0))) (absent (x-0 (mul x (rec y-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-absence x-0 (mul x (rec y-0) w-0)) (mul x (rec y-0) w-0) (5 0)) (label 505) (parent 386) (unrealized (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 (exp (gen) w)) (y h)) (pen-non-orig x y-0) (precur (7 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-1 y) (w-0 (mul (rec x) y (rec y-0))) (y-2 y-0)) (one) (5 0)) (label 506) (parent 387) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 507, Parent: 387, Child: 562.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w-0 y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (x (mul (rec y) w-0 y-0)) (y-0 (exp (gen) w)) (y h)) (pen-non-orig y-0 x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y) w-0 y-0)) (mul (rec y) w-0 y-0) (5 0)) (label 507) (parent 387) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 508, Parent: 387, Child: 563.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x expn) (w-0 expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0 y))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y) (mul w-0 y-0))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 (mul x w-0 y)) (y (exp (gen) w)) (y-0 h)) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x w-0 y)) (mul x w-0 y) (5 0)) (label 508) (parent 387) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 509, Parent: 387, Child: 564.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 (mul x (rec y) w-0)) (y-0 (exp (gen) w)) (y h)) (pen-non-orig x y-0) (precur (7 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-absence y-0 (mul x (rec y) w-0)) (mul x (rec y) w-0) (5 0)) (label 509) (parent 387) (unrealized (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 510, Parent: 388, Child: 565.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (w-0 (rec x))) (one) (5 0)) (label 510) (parent 388) (unrealized (0 1) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 511, Parent: 388, Child: 566.
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y-0) w-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1))) (absent (x w-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-absence x w-0) w-0 (5 0)) (label 511) (parent 388) (unrealized (0 1) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) w-0)) (deflistener x) (precedes ((0 0) (7 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener x) (mul x w-0) (5 0)) (label 512) (parent 388) (unrealized (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul (rec x) y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul (rec x) y-0 (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (contracted (x-0 x) (y-2 y-0) (w-0 (mul (rec x) y-0 (rec y-1))) (y-3 y-1)) (one) (5 0)) (label 513) (parent 389) (unrealized (0 1) (7 0)) (comment "empty cohort"))
Item 514, Parent: 389, Child: 567.
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y y-0 expn) (w-0 expr) (y-1 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-1 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-1))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0 y-1))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w-0 (rec x)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (x (mul (rec y-0) w-0 y-1)) (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 y-1 x) (uniq-orig n) (operation nonce-test (added-absence x (mul (rec y-0) w-0 y-1)) (mul (rec y-0) w-0 y-1) (5 0)) (label 514) (parent 389) (unrealized (0 1) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 515, Parent: 389, Child: 568.
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x expn) (w-0 expr) (y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 y-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0 y-1))) (deflistener (cat (exp (gen) y-1) (mul x w-0 y-0))) (defstrand resp 2 (h h) (y y-1)) (deflistener (cat (exp (gen) y-0) (mul w-0 y-1))) (defstrand resp 2 (h h-0) (y y-0)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (y-1 (mul x w-0 y-0)) (y-0 h-0) (y-1 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-absence y-1 (mul x w-0 y-0)) (mul x w-0 y-0) (5 0)) (label 515) (parent 389) (unrealized (0 1) (4 0) (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
Item 516, Parent: 389, Child: 569.
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x y-0 expn) (w-0 expr) (y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w-0 (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0))) (absent (y-1 (mul x (rec y-0) w-0)) (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-absence y-1 (mul x (rec y-0) w-0)) (mul x (rec y-0) w-0) (5 0)) (label 516) (parent 389) (unrealized (5 0) (7 0)) (comment "1 in cohort - 1 not yet seen"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (gen) (rec x))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (6 0)) (label 517) (parent 442) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (gen) w-0)) (deflistener (cat (gen) (mul w-0 (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x w-0) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (6 0)) (label 518) (parent 443) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (rec x))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (gen)) (deflistener (cat (gen) (one))) (deflistener (cat (exp (gen) x) (mul (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul (rec x) (rec x)) (6 0)) (label 519) (parent 445) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (gen) w-0)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x w-0) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x) (rec x)) (6 0)) (label 520) (parent 446) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (gen) (mul w-0 x))) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (defstrand init 1 (x x)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0)) ((8 1) (6 0))) (absent (x-0 (mul w-0 x)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (6 0)) (label 521) (parent 449) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0)))) (defstrand init 1 (x x-0)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (8 0)) ((8 1) (6 0))) (absent (x-0 (mul x w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (6 0)) (label 522) (parent 450) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w w-0 expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (gen) (mul w-0 y))) (deflistener (cat (exp (gen) y) (mul w-0 (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x (mul w-0 y)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (6 0)) (label 523) (parent 452) (unrealized (5 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul w-0 (rec y)))) (deflistener y) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (mul x w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w-0 (rec y)) (6 0)) (label 524) (parent 453) (unrealized (5 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (defstrand resp 2 (h h) (y y-0)) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0)) ((8 1) (6 0))) (absent (x (mul w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (6 0)) (label 525) (parent 455) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (gen) (mul x w-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (8 0)) ((8 1) (6 0))) (absent (y-0 (mul x w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 (rec y-0)) (6 0)) (label 526) (parent 456) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (precedes ((0 2) (1 2))) (absent (y (exp (gen) w))) (pen-non-orig y x) (uniq-gen y x) (uniq-orig n) (operation generalization deleted (2 0)) (label 527) (parent 457) (unrealized) (shape) (maps ((0 1) ((n n) (hx (exp (gen) w)) (hy (exp (gen) w-0)) (x x) (y y)))) (origs (n (0 2))))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) x) (mul (rec x) w-0))) (defstrand init 1 (x x)) (deflistener (cat (gen) (mul w-0 (rec x-0)))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x-0 (mul (rec x) w-0)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (7 0)) (label 528) (parent 459) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (gen) (mul w-0 x-0))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (8 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x-0 (mul x w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 x-0) (7 0)) (label 529) (parent 460) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x x-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 x x))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x) (mul w-0 x-0))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (8 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x-0 (mul w-0 x x)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 x-0) (7 0)) (label 530) (parent 462) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) x) (mul (rec x) w-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0) (rec x-0)))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x-0 (mul (rec x) w-0)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0) (rec x-0)) (7 0)) (label 531) (parent 463) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) x)) (deflistener (cat (exp (gen) x) (one))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (rec x-0))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (rec x-0) (7 0)) (label 532) (parent 464) (unrealized (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) x) w-0)) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x-0 w-0) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (7 0)) (label 533) (parent 465) (unrealized (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 (rec x-1)))) (x x-1)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w-0 x-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-1)))) (defstrand init 1 (x x-0)) (deflistener x-1) (precedes ((0 0) (5 0)) ((0 0) (9 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0)) ((9 1) (7 0))) (absent (x-1 (mul (rec x) w-0 x-0)) (y (exp (gen) w))) (pen-non-orig y x-1) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-listener x-1) (mul w-0 (rec x-1)) (7 0)) (label 534) (parent 468) (unrealized (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn) (w-0 expr) (x-0 x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 x-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0 x-1))) (deflistener (cat (exp (gen) x-1) (mul x w-0 x-0))) (defstrand init 1 (x x-1)) (deflistener (cat (exp (gen) x-0) (mul w-0 x-1))) (defstrand init 1 (x x-0)) (deflistener x-1) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (9 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0)) ((9 1) (7 0))) (absent (x-1 (mul x w-0 x-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-listener x-1) (mul w-0 x-1) (7 0)) (label 535) (parent 469) (unrealized (4 0) (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x x-0 expn) (w-0 expr) (x-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) x-1) (mul w-0 (rec x-1)))) (defstrand init 1 (x x-1)) (deflistener x-1) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (9 0)) ((9 1) (7 0))) (absent (x-1 (mul x (rec x-0) w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 x-1) (uniq-orig n) (operation nonce-test (added-listener x-1) (mul w-0 (rec x-1)) (7 0)) (label 536) (parent 470) (unrealized (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (exp (gen) x) (mul (rec x) w-0 y))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y) (mul w-0 (rec x-0)))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x-0 (mul (rec x) w-0 y)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (7 0)) (label 537) (parent 472) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0 y))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w-0 x-0))) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (8 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x-0 (mul x w-0 y)) (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 x-0) (7 0)) (label 538) (parent 473) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x x-0 expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y) (mul w-0 (rec y)))) (deflistener y) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (8 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (y (mul x (rec x-0) w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w-0 (rec y)) (7 0)) (label 539) (parent 474) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) x) (mul (rec x) w-0 y-0))) (defstrand init 1 (x x)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (9 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0)) ((9 1) (7 0))) (absent (x-0 (mul (rec x) w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (7 0)) (label 540) (parent 476) (unrealized (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 x-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul x w-0 y-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w-0 x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (9 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0)) ((9 1) (7 0))) (absent (x-0 (mul x w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 x-0) (7 0)) (label 541) (parent 477) (unrealized (4 0) (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x x-0 expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w-0))) (defstrand init 1 (x x-0)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 0) (5 0)) ((6 0) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (9 0)) ((9 1) (7 0))) (absent (y-0 (mul x (rec x-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 (rec y-0)) (7 0)) (label 542) (parent 478) (unrealized (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w-0))) (deflistener (cat (gen) (mul w-0 (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x (mul (rec y) w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (6 0)) (label 543) (parent 480) (unrealized (5 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y))) (deflistener (cat (exp (gen) y) (mul x w-0))) (deflistener (cat (gen) (mul w-0 y))) (deflistener y) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (mul x w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w-0 y) (6 0)) (label 544) (parent 481) (unrealized (4 0) (5 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w w-0 expr) (x y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x y))) (deflistener (cat (exp (gen) y) (mul w-0 x x))) (deflistener (cat (exp (gen) x) (mul w-0 y))) (deflistener y) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (mul w-0 x x)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w-0 y) (6 0)) (label 545) (parent 483) (unrealized (4 0) (5 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y) (mul (rec y) w-0))) (deflistener (cat (exp (gen) x) (mul w-0 (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x (mul (rec y) w-0)) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x) (rec x)) (6 0)) (label 546) (parent 484) (unrealized (5 0) (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) y) (mul (rec y) w-0 x))) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (defstrand init 1 (x x)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0)) ((8 1) (6 0))) (absent (x-0 (mul (rec y) w-0 x)) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (6 0) (5 0) (3 0)) (uniq-gen y x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (6 0)) (label 547) (parent 486) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x expn) (w-0 expr) (x-0 y expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 y))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0 y))) (deflistener (cat (exp (gen) y) (mul x w-0 x-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 y))) (defstrand init 1 (x x-0)) (deflistener y) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (8 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (6 0)) ((8 1) (6 0))) (absent (y (mul x w-0 x-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x x-0 y) (uniq-orig n) (operation nonce-test (added-listener y) (mul w-0 y) (6 0)) (label 548) (parent 487) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (x y expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0))) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0)))) (defstrand init 1 (x x-0)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 0) (5 0)) ((7 0) (8 0)) ((8 1) (6 0))) (absent (x-0 (mul x (rec y) w-0)) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (6 0)) (label 549) (parent 488) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y)) (deflistener (cat (exp (gen) y) (one))) (deflistener (cat (exp (gen) y) (rec x))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (6 0)) (label 550) (parent 489) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (w w-0 expr) (y x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y))) (deflistener (cat (exp (gen) y) w-0)) (deflistener (cat (exp (gen) y) (mul w-0 (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (6 0))) (absent (x w-0) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (6 0)) (label 551) (parent 490) (unrealized (7 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (defstrand resp 2 (h h) (y y-0)) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0)) ((8 1) (6 0))) (absent (x (mul (rec y) w-0 y-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (6 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (6 0)) (label 552) (parent 493) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x expn) (w-0 expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul x w-0 y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0 y))) (deflistener (cat (exp (gen) y) (mul w-0 y-0))) (defstrand resp 2 (h h) (y y)) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (8 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (6 0)) ((8 1) (6 0))) (absent (y-0 (mul x w-0 y)) (y h) (y-0 (exp (gen) w))) (pen-non-orig x y-0) (precur (6 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 y-0) (6 0)) (label 553) (parent 494) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (defstrand resp 2 (h h) (y y-0)) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (6 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (6 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (0 1)) ((7 1) (5 0)) ((7 1) (8 0)) ((8 1) (6 0))) (absent (y-0 (mul x (rec y) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig x y) (precur (6 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 (rec y-0)) (6 0)) (label 554) (parent 495) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w-0 (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x (mul (rec y-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (7 0)) (label 555) (parent 497) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (gen) (mul w-0 y-0))) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (8 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (y-0 (mul x w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 y-0) (7 0)) (label 556) (parent 498) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (x y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x x y-0))) (deflistener (cat (exp (gen) y-0) (mul w-0 x x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w-0 y-0))) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (8 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (y-0 (mul w-0 x x)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 y-0) (7 0)) (label 557) (parent 500) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 expn) (w-0 expr) (x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) w-0)) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x) (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x (mul (rec y-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x) (rec x)) (7 0)) (label 558) (parent 501) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 expn) (w-0 expr) (x x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x (rec x-0)))) (x x-0)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 x))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0 x))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x) (mul w-0 (rec x-0)))) (defstrand init 1 (x x)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (9 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0)) ((9 1) (7 0))) (absent (x-0 (mul (rec y-0) w-0 x)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x-0) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (7 0)) (label 559) (parent 503) (unrealized (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x expn) (w-0 expr) (x-0 y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 x-0 y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 x-0 y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0 x-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w-0 y-0))) (defstrand init 1 (x x-0)) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (9 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (7 0)) ((9 1) (7 0))) (absent (y-0 (mul x w-0 x-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x x-0 y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 y-0) (7 0)) (label 560) (parent 504) (unrealized (4 0) (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y x y-0 expn) (w-0 expr) (x-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) x-0) (mul w-0 (rec x-0)))) (defstrand init 1 (x x-0)) (deflistener x-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 0) (5 0)) ((8 0) (9 0)) ((9 1) (7 0))) (absent (x-0 (mul x (rec y-0) w-0)) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 x-0) (uniq-orig n) (operation nonce-test (added-listener x-0) (mul w-0 (rec x-0)) (7 0)) (label 561) (parent 505) (unrealized (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y) (mul (rec y) w-0 y-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x (mul (rec y) w-0 y-0)) (y-0 (exp (gen) w)) (y h)) (pen-non-orig y-0 x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (7 0)) (label 562) (parent 507) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x expn) (w-0 expr) (y y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y y-0))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y y-0))) (deflistener (cat (exp (gen) y-0) (mul x w-0 y))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y) (mul w-0 y-0))) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (7 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (8 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (y-0 (mul x w-0 y)) (y (exp (gen) w)) (y-0 h)) (pen-non-orig x y) (precur (7 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 y-0) (7 0)) (label 563) (parent 508) (unrealized (4 0) (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (x y expn) (w-0 expr) (y-0 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y-0)) (deflistener (exp (gen) (mul w y-0))) (deflistener (cat (exp (gen) y-0) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y) (mul x (rec y) w-0))) (defstrand resp 2 (h h) (y y)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec y-0)))) (deflistener y-0) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 1) (5 0)) ((1 1) (8 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (y-0 (mul x (rec y) w-0)) (y-0 (exp (gen) w)) (y h)) (pen-non-orig x y-0) (precur (7 0) (5 0) (3 0)) (uniq-gen x y y-0) (uniq-orig n) (operation nonce-test (added-listener y-0) (mul w-0 (rec y-0)) (7 0)) (label 564) (parent 509) (unrealized (5 0) (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) y-0)) (deflistener (cat (exp (gen) y-0) (one))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (rec x))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (rec x) (7 0)) (label 565) (parent 510) (unrealized (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h base) (w expr) (y expn) (w-0 expr) (y-0 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-0))) (deflistener (cat (exp (gen) y-0) w-0)) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-0) (mul w-0 (rec x)))) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (8 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (7 0))) (absent (x w-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (7 0)) (label 566) (parent 511) (unrealized (8 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y y-0 expn) (w-0 expr) (y-1 x expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-1 (rec x)))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul w-0 y-1))) (deflistener (cat (exp (gen) y-0) (mul (rec y-0) w-0 y-1))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w-0 (rec x)))) (defstrand resp 2 (h h-0) (y y-1)) (deflistener x) (precedes ((0 0) (5 0)) ((0 0) (9 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0)) ((9 1) (7 0))) (absent (x (mul (rec y-0) w-0 y-1)) (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y y-0 y-1 x) (uniq-orig n) (operation nonce-test (added-listener x) (mul w-0 (rec x)) (7 0)) (label 567) (parent 514) (unrealized (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x expn) (w-0 expr) (y-0 y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) (mul w-0 y-0 y-1))) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0 y-0 y-1))) (deflistener (cat (exp (gen) y-1) (mul x w-0 y-0))) (defstrand resp 2 (h h) (y y-1)) (deflistener (cat (exp (gen) y-0) (mul w-0 y-1))) (defstrand resp 2 (h h-0) (y y-0)) (deflistener y-1) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (9 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (7 0)) ((9 1) (7 0))) (absent (y-1 (mul x w-0 y-0)) (y-0 h-0) (y-1 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-listener y-1) (mul w-0 y-1) (7 0)) (label 568) (parent 515) (unrealized (4 0) (5 0) (9 0)) (comment "empty cohort"))
(defskeleton dh_mim (vars (n text) (h h-0 base) (w expr) (y x y-0 expn) (w-0 expr) (y-1 expn)) (defstrand init 3 (n n) (h (exp (gen) w-0)) (x x)) (defstrand resp 3 (n n) (h (exp (gen) w)) (y y)) (deflistener (exp (gen) (mul w y))) (deflistener (cat (exp (gen) y) w)) (deflistener (exp (gen) (mul x w-0))) (deflistener (cat (exp (gen) y-0) (mul x (rec y-0) w-0))) (defstrand resp 2 (h h) (y y-0)) (deflistener (cat (exp (gen) y-1) (mul w-0 (rec y-1)))) (defstrand resp 2 (h h-0) (y y-1)) (deflistener y-1) (precedes ((0 0) (5 0)) ((0 0) (7 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((2 1) (1 2)) ((3 1) (2 0)) ((4 1) (1 2)) ((5 1) (4 0)) ((6 1) (5 0)) ((6 1) (7 0)) ((7 1) (0 1)) ((8 1) (5 0)) ((8 1) (9 0)) ((9 1) (7 0))) (absent (y-1 (mul x (rec y-0) w-0)) (y-1 h-0) (y-0 h) (y (exp (gen) w))) (pen-non-orig y x) (precur (7 0) (5 0) (3 0)) (uniq-gen y x y-0 y-1) (uniq-orig n) (operation nonce-test (added-listener y-1) (mul w-0 (rec y-1)) (7 0)) (label 569) (parent 516) (unrealized (5 0) (9 0)) (comment "empty cohort"))