digraph finite_state_machine { "Lemon lime mix" [shape=box]; "Lemon Cosmo" [shape=box]; "Lemon Drop" [shape=box]; "Chicks Fix" [shape=box]; "Quick Fix" [shape=box]; "1940 Gin fix" [shape=box]; "1940 Pike's peak cooler" [shape=box]; "1940 Rum fix" [shape=box]; "1940 Brandy fix" [shape=box]; "Wine torch" [shape=box]; "Mulled red" [shape=box]; "Fancy fix" [shape=box]; "1940 Whiskey fix" [shape=box]; "Blue fix" [shape=box]; "Punt" [shape=box]; "Viper" [shape=box]; "Sapphire sensation" [shape=box]; edge [dir=forward]; "Title" -> "Water"; "Title" -> "No water"; "Water" -> "Ice B"; "Ice" -> "Lemon juice"; "Ice" -> "Lemon Cosmo"; "Ice" -> "Sugar C"; "No water" -> "Ice"; "No water" -> "Sugar"; "No water" -> "Lemon D"; "No water" -> "Lemon juice B"; "Ice B" -> "Sugar B"; "Lemon juice" -> "Lime juice"; "Lime juice" -> "Lemon lime mix"; "Sugar" -> "Lemon"; "Lemon" -> "Vodka"; "Vodka" -> "Lemon Drop"; "Sugar B" -> "Lemon B"; "Lemon B" -> "Chicks Fix"; "Lemon B" -> "Quick Fix"; "Lemon B" -> "1940 Gin fix"; "Lemon B" -> "1940 Rum fix"; "Lemon B" -> "1940 Brandy fix"; "Lemon B" -> "1940 Whiskey fix"; "Lemon B" -> "Champagne"; "Lemon B" -> "Curacao"; "Curacao" -> "Blue fix"; "Champagne" -> "Fancy fix"; "Sugar C" -> "Lemon C"; "Lemon C" -> "1940 Pike's peak cooler"; "Lemon D" -> "Porto"; "Porto" -> "Cloves"; "Cloves" -> "Cinnamon"; "Cinnamon" -> "Red wine"; "Red wine" -> "Wine torch"; "Red wine" -> "Sugar D"; "Sugar D" -> "Lemon Juice B"; "Lemon Juice B" -> "Mulled red"; "Vodka" -> "Punt"; "Lemon D" -> "Lime juice B"; "Lime juice B" -> "Viper"; "Lemon juice B" -> "Curacao B"; "Curacao B" -> "Champagne B"; "Champagne B" -> "Sapphire sensation"; edge [dir=back]; "Mulled red" -> "Nutmeg"; "Wine torch" -> "Apple Juice"; "Punt" -> "Candy"; "Viper" -> "Yukon Jack"; "Viper" -> "Triple sec"; "1940 Whiskey fix" -> "Whiskey"; "Punt" -> "Tequila"; "Punt" -> "Soda Seltzer"; "Lemon lime mix" -> "Simple syrup"; "Chicks Fix" -> "Coconut Rum"; "Chicks Fix" -> "Pineapple vodka"; "Quick Fix" -> "Jaegermeister"; "Lemon Cosmo" -> "Lemon Rum"; "Lemon Cosmo" -> "Splash grenadine"; "Lemon Cosmo" -> "Splash cranberry juice"; "1940 Gin fix" -> "Gin"; "1940 Brandy fix" -> "California Brandy"; "1940 Brandy fix" -> "Cherry Brandy"; "Wine torch" -> "Brandy"; "1940 Pike's peak cooler" -> "Egg"; "1940 Pike's peak cooler" -> "Cider"; "1940 Rum fix" -> "Rum"; }