FlowGen / train /graphviz /hard /graphviz_107.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
digraph {
rankdir=RL
N0 [label="Fire Suppression" color="#C2B2F0" fillcolor="#EFE6FF" shape=ellipse style=filled]
N1 [label="Emergency Medical Service" color="#7E57C2" fillcolor="#EDE7F6" shape=parallelogram style=filled]
N2 [label="Hostage Negotiation" color="#C2B2F0" fillcolor="#EFE6FF" shape=oval style=filled]
N3 [label="Incident Reporting" color="#C2B2F0" fillcolor="#EFE6FF" shape=octagon style=filled]
N4 [label="Community Outreach" color="#7E57C2" fillcolor="#EDE7F6" shape=ellipse style=filled]
N5 [label="Inmate Transport" color="#7E57C2" fillcolor="#EDE7F6" shape=plaintext style=filled]
N6 [label="Forensic Analysis" color="#6FE1D5" fillcolor="#C9EFEC" shape=box style=filled]
N7 [label="Public Warning" color="#C2B2F0" fillcolor="#EFE6FF" shape=ellipse style=filled]
S0 [label="" color="#6FE1D5" fillcolor="#C9EFEC" fixedsize=true height=0.1 shape=box style=filled width=0.1]
S1 [label="" color="#7E57C2" fillcolor="#EDE7F6" fixedsize=true height=0.1 shape=box style=filled width=0.1]
M0 [label="" color="#6FE1D5" fillcolor="#C9EFEC" fixedsize=true height=0.1 shape=box style=filled width=0.1]
M1 [label="" color="#6FE1D5" fillcolor="#C9EFEC" fixedsize=true height=0.1 shape=box style=filled width=0.1]
subgraph_anchor_Group0 [label="" height=0.01 shape=point style=invis width=0.01]
subgraph cluster_Group0 {
color=gray50 fillcolor="#E8F5E9" fontname=Helvetica fontsize=10 label="K9 Unit Deployment" labeljust=l labelloc=t pencolor=gray50 penwidth=1.5 style="rounded,filled,dashed"
nest0_0 [label="Traffic Control" color="#6FE1D5" fillcolor="#C9EFEC" shape=octagon style=filled]
nest0_1 [label="Court Testimony" color="#6FE1D5" fillcolor="#C9EFEC" shape=hexagon style=filled]
nest0_2 [label="Threat Assessment" color="#C2B2F0" fillcolor="#EFE6FF" shape=box style=filled]
nest0_0 -> nest0_1 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
nest0_1 -> nest0_2 [color="#6FE1D5" dir=forward penwidth=1.5 style=dashed]
}
subgraph_anchor_Group1 [label="" height=0.01 shape=point style=invis width=0.01]
subgraph cluster_Group1 {
color=gray50 fillcolor="#E8F5E9" fontname=Helvetica fontsize=10 label="Evacuation Planning" labeljust=l labelloc=t pencolor=gray50 penwidth=1.5 style="rounded,filled,dashed"
nest1_0 [label="Bomb Disposal" color="#6FE1D5" fillcolor="#C9EFEC" shape=parallelogram style=filled]
nest1_1 [label="Evidence Collection" color="#6FE1D5" fillcolor="#C9EFEC" shape=hexagon style=filled]
nest1_2 [label="Emergency Dispatch" color="#C2B2F0" fillcolor="#EFE6FF" shape=hexagon style=filled]
nest1_3 [label="Resource Allocation" color="#C2B2F0" fillcolor="#EFE6FF" shape=diamond style=filled]
nest1_0 -> nest1_1 [color="#6FE1D5" dir=forward penwidth=1.5 style=dashed]
nest1_1 -> nest1_2 [color="#6FE1D5" dir=forward penwidth=1.5 style=solid]
nest1_2 -> nest1_3 [color="#6FE1D5" dir=forward penwidth=1.5 style=solid]
}
N0 -> N1 [color="#7E57C2" dir=forward penwidth=1.5 style=solid]
N1 -> N2 [color="#000000" dir=forward penwidth=1.5 style=solid]
N2 -> N3 [label=plans color="#000000" dir=forward penwidth=1.5 style=dashed]
N3 -> N4 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N4 -> N5 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
N5 -> N6 [label=recovers color="#000000" dir=forward penwidth=1.5 style=solid]
N6 -> N7 [color="#C2B2F0" dir=forward penwidth=1.5 style=dashed]
N5 -> nest0_0 [color="#7E57C2" dir=forward penwidth=1.5 style=solid]
nest0_2 -> N5 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
N3 -> nest1_0 [color="#7E57C2" dir=forward penwidth=1.5 style=solid]
nest1_3 -> N5 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N3 -> S0 [color="#7E57C2" dir=forward penwidth=1.5 style=dashed]
S0 -> N5 [color="#000000" dir=forward penwidth=1.5 style=dashed]
S0 -> N6 [color="#6FE1D5" dir=forward penwidth=1.5 style=dashed]
S0 -> N7 [color="#000000" dir=forward penwidth=1.5 style=solid]
N0 -> S1 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
S1 -> N5 [color="#C2B2F0" dir=forward penwidth=1.5 style=dashed]
S1 -> N4 [color="#6FE1D5" dir=forward penwidth=1.5 style=solid]
N1 -> M0 [color="#C2B2F0" dir=forward penwidth=1.5 style=dashed]
N0 -> M0 [color="#000000" dir=forward penwidth=1.5 style=dashed]
M0 -> N4 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N0 -> M1 [color="#7E57C2" dir=forward penwidth=1.5 style=solid]
N1 -> M1 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
N2 -> M1 [color="#000000" dir=forward penwidth=1.5 style=solid]
M1 -> N4 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid]
}