FlowGen / test /diagrams /graph_hard /diagrams_107.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
Raw
History Blame Contribute Delete
5.47 kB
digraph {
rankdir=RL
N0 [label="Last_Mile Delivery Optimization" color="#FFE470" fillcolor="#FFFAE0" shape=preparation style=filled]
N1 [label="Supply Chain Visibility" color="#673AB7" fillcolor="#D1C4E9" shape=box style=filled]
N2 [label="Intermodal Transportation" color="#388E3C" fillcolor="#C8E6C9" shape=ellipse style=filled]
N3 [label="Resilience Planning" color="#388E3C" fillcolor="#C8E6C9" shape=diamond style=filled]
N4 [label="Supply Chain Finance" color="#673AB7" fillcolor="#D1C4E9" shape=rectangle style=filled]
N5 [label="Customs Compliance" color="#673AB7" fillcolor="#D1C4E9" shape=diamond style=filled]
N6 [label="Distribution Network Design" color="#673AB7" fillcolor="#D1C4E9" shape=parallelogram style=filled]
N7 [label="Production Planning" color="#388E3C" fillcolor="#C8E6C9" shape=preparation style=filled]
N8 [label="Procurement" color="#FFE470" fillcolor="#FFFAE0" shape=action style=filled]
N9 [label="Risk Mitigation Strategies" color="#FFE470" fillcolor="#FFFAE0" shape=inputoutput style=filled]
N10 [label="Third_Party Logistics Management" color="#388E3C" fillcolor="#C8E6C9" shape=inputoutput style=filled]
N11 [label="Reverse Logistics" color="#FFE470" fillcolor="#FFFAE0" shape=ellipse style=filled]
N12 [label="Order Fulfillment" color="#388E3C" fillcolor="#C8E6C9" shape=inputoutput style=filled]
N13 [label="Vendor Managed Inventory" color="#673AB7" fillcolor="#D1C4E9" shape=action style=filled]
N14 [label="Risk Management" color="#673AB7" fillcolor="#D1C4E9" shape=action style=filled]
N15 [label="Digital Twin of Supply Chain" color="#FFE470" fillcolor="#FFFAE0" shape=rect style=filled]
N16 [label="Quality Control in Supply Chain" color="#673AB7" fillcolor="#D1C4E9" shape=predefinedprocess style=filled]
N17 [label="Circular Economy Practices" color="#FFE470" fillcolor="#FFFAE0" shape=inputoutput style=filled]
N18 [label="Global Sourcing Strategy" color="#388E3C" fillcolor="#C8E6C9" shape=hexagon style=filled]
S0 [label="" color="#673AB7" fillcolor="#D1C4E9" shape=circle style=filled fixedsize=true height=0.1 width=0.1]
M0 [label="" color="#FFE470" fillcolor="#FFFAE0" shape=circle style=filled fixedsize=true height=0.1 width=0.1]
M1 [label="" color="#FFE470" fillcolor="#FFFAE0" shape=circle style=filled fixedsize=true height=0.1 width=0.1]
subgraph cluster_Production Scheduling Integration {
style="rounded,filled,dashed"
color=gray50
label="Production Scheduling Integration"
nest0_0 [label="Hazardous Materials Handling" color="#388E3C" fillcolor="#C8E6C9" shape=database style=filled]
nest0_1 [label="Performance Monitoring" color="#673AB7" fillcolor="#D1C4E9" shape=multipledocuments style=filled]
}
subgraph cluster_Sustainability Initiatives {
style="rounded,filled,dashed"
color=gray50
label="Sustainability Initiatives"
nest1_0 [label="Warehousing" color="#388E3C" fillcolor="#C8E6C9" shape=database style=filled]
nest1_1 [label="Inventory Management" color="#388E3C" fillcolor="#C8E6C9" shape=ellipse style=filled]
}
N0 -> N1 [color="#000000" penwidth=1.5 style=dashed dir=forward]
N1 -> N2 [color="#FFE470" penwidth=1.5 style=solid dir=forward]
N2 -> N3 [color="#388E3C" penwidth=1.5 style=dashed dir=forward]
N3 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward]
N4 -> N5 [color="#388E3C" penwidth=1.5 style=dashed dir=forward]
N5 -> N6 [color="#388E3C" penwidth=1.5 style=solid dir=forward]
N6 -> N7 [color="#000000" penwidth=1.5 style=solid label="analyzes" dir=forward]
N7 -> N8 [color="#000000" penwidth=1.5 style=solid dir=forward]
N8 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward]
N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward]
N10 -> N11 [color="#388E3C" penwidth=1.5 style=solid dir=forward]
N11 -> N12 [color="#000000" penwidth=1.5 style=solid dir=forward]
N12 -> N13 [color="#000000" penwidth=1.5 style=dashed dir=forward]
N13 -> N14 [color="#388E3C" penwidth=1.5 style=solid label="integrates" dir=forward]
N14 -> N15 [color="#388E3C" penwidth=1.5 style=dashed dir=forward]
N15 -> N16 [color="#000000" penwidth=1.5 style=solid dir=forward]
N16 -> N17 [color="#FFE470" penwidth=1.5 style=dashed dir=forward]
N17 -> N18 [color="#388E3C" penwidth=1.5 style=dashed dir=forward]
nest0_0 -> nest0_1 [color="#388E3C" penwidth=1.5 style=dashed dir=forward]
N6 -> nest0_0 [color="#000000" penwidth=1.5 style=dashed dir=forward]
nest0_1 -> N2 [color="#673AB7" penwidth=1.5 style=solid dir=forward]
nest1_0 -> nest1_1 [color="#000000" penwidth=1.5 style=dashed label="mitigates" dir=forward]
N6 -> nest1_0 [color="#000000" penwidth=1.5 style=dashed dir=forward]
nest1_1 -> N5 [color="#FFE470" penwidth=1.5 style=solid dir=forward]
N2 -> S0 [color="#388E3C" penwidth=1.5 style=dashed dir=forward]
S0 -> N6 [color="#FFE470" penwidth=1.5 style=dashed label="tracks" dir=forward]
S0 -> N17 [color="#673AB7" penwidth=1.5 style=dashed dir=forward]
S0 -> N18 [color="#673AB7" penwidth=1.5 style=solid dir=forward]
N2 -> M0 [color="#FFE470" penwidth=1.5 style=solid dir=forward]
N0 -> M0 [color="#000000" penwidth=1.5 style=solid dir=forward]
M0 -> N4 [color="#000000" penwidth=1.5 style=solid dir=forward]
N3 -> M1 [color="#673AB7" penwidth=1.5 style=dashed dir=forward]
N2 -> M1 [color="#FFE470" penwidth=1.5 style=dashed label="returns" dir=forward]
M1 -> N6 [color="#000000" penwidth=1.5 style=solid dir=forward]
nest1_0 -> N2 [color="#388E3C" penwidth=1.5 style=solid dir=forward]
}