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=back]; "Lemon lime mix" -> "Lemon juice"; "Lemon lime mix" -> "Lime Juice"; "Lemon lime mix" -> "Simple syrup"; "Lemon lime mix" -> "Ice"; "Lemon Cosmo" -> "Lemon Rum"; "Lemon Cosmo" -> "Splash grenadine"; "Lemon Cosmo" -> "Splash cranberry juice"; "Lemon Cosmo" -> "Ice"; "Lemon Drop" -> "Vodka"; "Lemon Drop" -> "Sugar"; "Lemon Drop" -> "Lemon"; "Chicks Fix" -> "Sugar"; "Chicks Fix" -> "Lemon"; "Chicks Fix" -> "Water"; "Chicks Fix" -> "Ice"; "Chicks Fix" -> "Coconut Rum"; "Chicks Fix" -> "Pineapple vodka"; "Quick Fix" -> "Sugar"; "Quick Fix" -> "Lemon"; "Quick Fix" -> "Water"; "Quick Fix" -> "Ice"; "Quick Fix" -> "Jaegermeister"; "1940 Gin fix" -> "Sugar"; "1940 Gin fix" -> "Lemon"; "1940 Gin fix" -> "Water"; "1940 Gin fix" -> "Ice"; "1940 Gin fix" -> "Gin"; "1940 Pike's peak cooler" -> "Sugar"; "1940 Pike's peak cooler" -> "Lemon"; "1940 Pike's peak cooler" -> "Ice"; "1940 Pike's peak cooler" -> "Egg"; "1940 Pike's peak cooler" -> "Cider"; "1940 Rum fix" -> "Sugar"; "1940 Rum fix" -> "Lemon"; "1940 Rum fix" -> "Water"; "1940 Rum fix" -> "Ice"; "1940 Rum fix" -> "Rum"; "1940 Brandy fix" -> "Sugar"; "1940 Brandy fix" -> "Lemon"; "1940 Brandy fix" -> "Water"; "1940 Brandy fix" -> "Ice"; "1940 Brandy fix" -> "California Brandy"; "1940 Brandy fix" -> "Cherry Brandy"; "Wine torch" -> "Lemon"; "Wine torch" -> "Brandy"; "Wine torch" -> "Apple Juice"; "Wine torch" -> "Cloves"; "Wine torch" -> "Cinnamon"; "Wine torch" -> "Red wine"; "Wine torch" -> "Porto"; "Mulled red" -> "Lemon juice"; "Mulled red" -> "Sugar"; "Mulled red" -> "Lemon"; "Mulled red" -> "Cloves"; "Mulled red" -> "Cinnamon"; "Mulled red" -> "Red wine"; "Mulled red" -> "Porto"; "Mulled red" -> "Nutmeg"; "Fancy fix" -> "Sugar"; "Fancy fix" -> "Lemon"; "Fancy fix" -> "Water"; "Fancy fix" -> "Ice"; "Fancy fix" -> "Champagne"; "1940 Whiskey fix" -> "Water"; "1940 Whiskey fix" -> "Ice"; "1940 Whiskey fix" -> "Sugar"; "1940 Whiskey fix" -> "Lemon"; "1940 Whiskey fix" -> "Whyskey"; "Blue fix" -> "Water"; "Blue fix" -> "Ice"; "Blue fix" -> "Sugar"; "Blue fix" -> "Lemon"; "Blue fix" -> "Curacao"; "Punt" -> "Sugar"; "Punt" -> "Lemon"; "Punt" -> "Vodka"; "Punt" -> "Candy"; "Punt" -> "Tequila"; "Punt" -> "Soda Seltzer"; "Viper" -> "Lemon"; "Viper" -> "Lime juice"; "Viper" -> "Yukon Jack"; "Viper" -> "Triple sec"; "Sapphire sensation" -> "Lemon juice"; "Sapphire sensation" -> "Curacao"; "Sapphire sensation" -> "Champagne"; edge [dir=forward color="#ff0000:#ff0000"] "Water" -> "Ice"; "Water" -> "Sugar"; "Ice" -> "Lemon"; "Ice" -> "Lemon juice"; "Sugar" -> "Lemon"; "Sugar" -> "Lemon juice"; "Lemon" -> "Curacao"; "Lemon" -> "Lime juice"; "Lemon" -> "Porto"; "Lemon" -> "Cloves"; "Lemon" -> "Cinnamon"; "Lemon" -> "Vodka"; "Lemon" -> "Red wine"; "Lemon juice" -> "Curacao"; "Lemon juice" -> "Lime juice"; "Lemon juice" -> "Porto"; "Lemon juice" -> "Cloves"; "Lemon juice" -> "Cinnamon"; "Lemon juice" -> "Vodka"; "Lemon juice" -> "Red wine"; }