digraph structs {
node [shape=plaintext]
rankdir=LR
edge [arrowsize=0.5]
fontname="times"
dup [label=<
| i |
dup (Duplicate3) |
oa |
|
ob |
|
oc |
>];
filter [label=<
>];
sa [label=<
>];
sb [label=<
>];
sc [label=<
>];
source [label=<
>];
source:i -> filter:i [headlabel=<
>,taillabel=<
>,label="complex(11)"]
filter:i -> dup:i [headlabel=<
>,taillabel=<
>,label="complex(5)"]
dup:oa -> sa:i [headlabel=<
>,taillabel=<
>,label="complex(5)"]
dup:ob -> sb:i [headlabel=<
>,taillabel=<
>,label="complex(5)"]
dup:oc -> sc:i [headlabel=<
>,taillabel=<
>,label="complex(5)"]
}