
digraph {
  bgcolor="transparent"

  node [penwidth=0.5 fontsize="12" shape="box" style="filled" fontcolor="white" fontname="Courier New"]
  edge [penwidth=2 fontsize="10" color="#0A1931" arrowsize=0.8 fontname="Courier New"]

#########
# NODES #
#########
  id_3783c2ec_18eb_47b6_aba6_b7904b256690 [id="id_3783c2ec_18eb_47b6_aba6_b7904b256690#Begin" pos="0.0,10000.0!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Begin" tooltip="Begin" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 
  id_63f457ed_8e1e_4bd2_8dad_48d815f9d6ef [id="id_63f457ed_8e1e_4bd2_8dad_48d815f9d6ef#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_19e09ea0_9203_45e7_ad80_a1110a3bba4c [id="id_19e09ea0_9203_45e7_ad80_a1110a3bba4c#Assign" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 2" tooltip="x = 2" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_adbfe619_91f5_407d_979b_e4ff23e603f7 [id="id_adbfe619_91f5_407d_979b_e4ff23e603f7#While" pos="0.0,9997.1875!" height=0.5 width=1.38 fixedsize=true group="fun-main" 
    label="x < 1025" tooltip="x < 1025" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [pos="1.25,9997.1875!" shape=point width=0]
  false_dummy_up_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [pos="-1.25,9997.1875!" shape=point width=0]
  
  id_38e348f3_34fd_41ae_8bf4_7006c3441f60 [id="id_38e348f3_34fd_41ae_8bf4_7006c3441f60#Assign" pos="1.25,9996.25!" height=0.4 width=1.19 fixedsize=true group="id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b"    label="x = x * 2" tooltip="x = x * 2" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_0afe043e_669e_4089_bccc_83557afb6faa [id="id_0afe043e_669e_4089_bccc_83557afb6faa#Output" pos="1.25,9995.3125!" height=0.4 width=1.0 fixedsize=true group="id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b"    label="x" tooltip="x" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [pos="1.25,9994.479166666666!" shape=point width=0]
  true_dummy_down_left_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [pos="0.0,9994.479166666666!" shape=point width=0]
  false_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [pos="-1.25,9994.375!" shape=point width=0]
  end_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [pos="0.0,9994.375!" group="fun-main" shape=point width=0]
  
  
  id_f8b3ba37_f305_4541_a5d9_b794166ee70b [id="id_f8b3ba37_f305_4541_a5d9_b794166ee70b#Return" pos="0.0,9993.4375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="End" tooltip="End" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 

#########
# EDGES #
#########
  id_3783c2ec_18eb_47b6_aba6_b7904b256690:s -> id_63f457ed_8e1e_4bd2_8dad_48d815f9d6ef:n [id="id_3783c2ec_18eb_47b6_aba6_b7904b256690@fun-main" tailtooltip=" " edgetooltip=" "]
  id_63f457ed_8e1e_4bd2_8dad_48d815f9d6ef:s -> id_19e09ea0_9203_45e7_ad80_a1110a3bba4c:n [id="id_63f457ed_8e1e_4bd2_8dad_48d815f9d6ef@fun-main" tailtooltip=" " edgetooltip=" "]
  id_19e09ea0_9203_45e7_ad80_a1110a3bba4c:s -> id_adbfe619_91f5_407d_979b_e4ff23e603f7:n [id="id_19e09ea0_9203_45e7_ad80_a1110a3bba4c@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_adbfe619_91f5_407d_979b_e4ff23e603f7:e -> true_dummy_up_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [id="id_adbfe619_91f5_407d_979b_e4ff23e603f7@id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_adbfe619_91f5_407d_979b_e4ff23e603f7 -> id_38e348f3_34fd_41ae_8bf4_7006c3441f60:n [id="id_adbfe619_91f5_407d_979b_e4ff23e603f7@id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b" tailtooltip=" " edgetooltip=" "]
  
  id_38e348f3_34fd_41ae_8bf4_7006c3441f60:s -> id_0afe043e_669e_4089_bccc_83557afb6faa:n [id="id_38e348f3_34fd_41ae_8bf4_7006c3441f60@id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b" tailtooltip=" " edgetooltip=" "]
  id_0afe043e_669e_4089_bccc_83557afb6faa:s -> true_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7:n [id="id_0afe043e_669e_4089_bccc_83557afb6faa@id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 -> true_dummy_down_left_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [id="id_0afe043e_669e_4089_bccc_83557afb6faa@id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_adbfe619_91f5_407d_979b_e4ff23e603f7 -> id_adbfe619_91f5_407d_979b_e4ff23e603f7:s [id="id_0afe043e_669e_4089_bccc_83557afb6faa@id_86bd3c2c_ced7_4596_94cb_7c698fd2a65b" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_adbfe619_91f5_407d_979b_e4ff23e603f7:w -> false_dummy_up_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [id="id_adbfe619_91f5_407d_979b_e4ff23e603f7@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_adbfe619_91f5_407d_979b_e4ff23e603f7 -> false_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [id="id_adbfe619_91f5_407d_979b_e4ff23e603f7@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 -> end_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 [id="id_adbfe619_91f5_407d_979b_e4ff23e603f7@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_adbfe619_91f5_407d_979b_e4ff23e603f7 -> id_f8b3ba37_f305_4541_a5d9_b794166ee70b [id="id_adbfe619_91f5_407d_979b_e4ff23e603f7@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
