Advertisement
Guest User

nuccraft.dot

a guest
Jan 26th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 4.45 KB | None | 0 0
  1. digraph G {
  2.  
  3.     uranium_ingot [shape=rectangle,height=0.4,penwidth=2,label="Uranium Ingot"];
  4.     // uranium_ingot -> tiny_uranium_235 [label=" 1"];
  5.     uranium_ingot -> uranium_235 [label=" 1/9"];
  6.     uranium_ingot -> uranium_238 [label=" 1"];
  7.  
  8.     thorium_ingot [shape=rectangle,height=0.4,penwidth=2,label="Thorium Ingot"];
  9.     //thorium_ingot -> tiny_thorium_230 [label=" 1"];
  10.     thorium_ingot -> thorium_232 [label=" 1"];
  11.  
  12.     uranium_233;
  13.     tiny_uranium_233;
  14.     tiny_uranium_233 -> uranium_233;
  15.  
  16.     uranium_238;
  17.     thorium_232;
  18.     tiny_thorium_232;
  19.     tiny_thorium_232 -> thorium_232;
  20.  
  21.  
  22.     { rank=same; uranium_ingot; thorium_ingot; }
  23.     { rank=same; uranium_238; uranium_235; thorium_232 }
  24.  
  25.     subgraph Xcluster_food {
  26.         graph[style=dotted,ranksep=0];
  27.  
  28.         tbu_fuel;
  29.         thorium_232 -> tbu_fuel [label=" 9"];
  30.  
  31.         tbu_fuel -> tiny_uranium_233 [label=" 16"];
  32.         tbu_fuel -> tiny_neptunium_237 [label=" 32"];
  33.         tiny_neptunium_237 -> tiny_uranium_233;
  34.  
  35.         leu_233_fuel;
  36.         uranium_233 -> leu_233_fuel [label=" 1"];
  37.         uranium_238 -> leu_233_fuel [label=" 8"];
  38.         tiny_plutonium_242 [penwidth=3]
  39.         leu_233_fuel -> tiny_plutonium_242 [label=" 32"];
  40.     }
  41.    
  42.     tbu_fuel -> tiny_uranium_235 [label=" 8"];
  43.     tbu_fuel -> tiny_neptunium_236 [label=" 8"];
  44.  
  45.     leu_233_fuel -> tiny_plutonium_239 [label=" 4"];
  46.     leu_233_fuel -> tiny_plutonium_241 [label=" 4"];
  47.     leu_233_fuel -> tiny_americium_243 [label=" 24"];
  48.  
  49.     uranium_235 [color=green];
  50.     tiny_uranium_235 [color=green];
  51.     tiny_uranium_235 -> uranium_235;
  52.  
  53.     // tiny_curium_246 -> tiny_plutonium_242;
  54.     // tiny_californium_250 -> tiny_curium_246;
  55.     // tiny_californium_250 -> californium_250;
  56.  
  57.     // heb_248_fuel -> tiny_californium_250 [label=" 8"];
  58.     // heb_248_fuel -> tiny_californium_251 [label=" 8"];
  59.     // heb_248_fuel -> tiny_californium_252 [label=" 48"];
  60.  
  61.     // lecf_249_fuel -> tiny_californium_250 [label=" 16"];
  62.     // lecf_249_fuel -> tiny_californium_251 [label=" 8"];
  63.     // lecf_249_fuel -> tiny_californium_252 [label=" 40"];
  64.  
  65.     // hecf_249_fuel -> tiny_californium_250 [label=" 32"];
  66.     // hecf_249_fuel -> tiny_californium_251 [label=" 16"];
  67.     // hecf_249_fuel -> tiny_californium_252 [label=" 16"];
  68.  
  69.     // tiny_californium_251 -> tiny_curium_247;
  70.     // tiny_californium_252 -> tiny_thorium_232;
  71.     // tiny_curium_247 -> tiny_americium_243;
  72.     tiny_americium_243 -> tiny_plutonium_239;
  73.     tiny_plutonium_239 -> tiny_uranium_235;
  74.     tiny_plutonium_241 -> tiny_neptunium_237;
  75.     // tiny_neptunium_237 -> neptunium_237;
  76.     // tiny_neptunium_236 -> neptunium_236;
  77.     tiny_neptunium_236 -> tiny_thorium_232;
  78.     // tiny_americium_242 -> americium_242;
  79.     // tiny_americium_242 -> tiny_thorium_230;
  80.  
  81.     // americium_242 -> lea_242_fuel [label=" 1"];
  82.     // americium_243 -> lea_242_fuel [label=" 8"];
  83.  
  84.     // americium_242 -> hea_242_fuel [label=" 4"];
  85.     // americium_243 -> hea_242_fuel [label=" 5"];
  86.    
  87.     // neptunium_237 -> len_236_fuel [label=" 8"];
  88.     // neptunium_236 -> len_236_fuel [label=" 1"];
  89.    
  90.     // neptunium_237 -> hen_236_fuel [label=" 4"];
  91.     // neptunium_236 -> hen_236_fuel [label=" 5"];
  92.  
  93.     // len_236_fuel -> tiny_neptunium_237 [label=" 4"];
  94.     // len_236_fuel -> tiny_plutonium_242 [label=" 32"];
  95.     // len_236_fuel -> tiny_americium_242 [label=" 8"];
  96.     // len_236_fuel -> tiny_americium_243 [label=" 20"];
  97.  
  98.     // hen_236_fuel -> tiny_uranium_238 [label=" 16"];
  99.     // hen_236_fuel -> tiny_plutonium_238 [label=" 8"];
  100.     // hen_236_fuel -> tiny_plutonium_239 [label=" 8"];
  101.     // hen_236_fuel -> tiny_plutonium_242 [label=" 32"];
  102.  
  103.     {
  104.         // tiny_uranium_238;
  105.         // tiny_uranium_238 -> uranium_238;
  106.         // // uranium_235 -> leu_235_fuel [label=" 1"];
  107.         // // uranium_238 -> leu_235_fuel [label=" 8"];
  108.         // uranium_235 -> heu_235_fuel [label=" 4"];
  109.         // uranium_238 -> heu_235_fuel [label=" 5"];
  110.  
  111.         // /* Not worth it*/ heu_235_fuel -> tiny_uranium_238 [label=" 20"];
  112.         // /* Not worth it*/ heu_235_fuel -> tiny_neptunium_237 [label=" 16"];
  113.         // /* Not worth it*/ heu_235_fuel -> tiny_plutonium_239 [label=" 4"];
  114.         // /* Not worth it*/ heu_235_fuel -> tiny_plutonium_242 [label=" 24"];
  115.     }
  116.  
  117.     // /* Not worth it*/ leu_235_fuel -> tiny_uranium_238 [label=" 40"];
  118.     // /* Not worth it*/ leu_235_fuel -> tiny_neptunium_237 [label=" 8"];
  119.     // /* Not worth it*/ leu_235_fuel -> tiny_plutonium_239 [label=" 8"];
  120.     // /* Not worth it*/ leu_235_fuel -> tiny_plutonium_241 [label=" 8"];
  121.  
  122.     // lep_239_fuel -> tiny_plutonium_239 [label=" 8"];
  123.     // lep_239_fuel -> tiny_plutonium_242 [label=" 24"];
  124.     // lep_239_fuel -> tiny_curium_243 [label=" 4"];
  125.     // lep_239_fuel -> tiny_curium_246 [label=" 28"];
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement