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]; "Diplomat" [shape=box]; "Caipirinha" [shape=box]; "Margarita" [shape=box]; "Margarita salt rim" [shape=box]; "Mojito" [shape=box]; "Apple Champagne" [shape=box]; "OP Squeeze" [shape=box]; edge [dir=forward]; "Title" -> "Lime"; "Title" -> "Lemon"; "Title" -> "Lime + Lemon"; "Lime" -> "Lime + no Water"; "Lime" -> "Lime + Sparkling water"; "Lime + Sparkling water" -> "Lime + Sparkling water + Rum"; "Lime + Sparkling water + Rum" -> "Mojito"; "Lemon" -> "Lemon + Water"; "Lemon" -> "Lemon + no Water"; "Lemon" -> "Lemon + Sparkling water"; "Lemon + Sparkling water" -> "Diplomat"; "Lemon + Water" -> "Lemon + Water + Ice + Sugar"; "Lemon + Water + Ice + Sugar" -> "Chicks Fix"; "Lemon + Water + Ice + Sugar" -> "Quick Fix"; "Lemon + Water + Ice + Sugar" -> "1940 Gin fix"; "Lemon + Water + Ice + Sugar" -> "1940 Rum fix"; "Lemon + Water + Ice + Sugar" -> "1940 Brandy fix"; "Lemon + Water + Ice + Sugar" -> "1940 Whiskey fix"; "Lemon + Water + Ice + Sugar" -> "Lemon + Water + Ice + Sugar + Champagne"; "Lemon + Water + Ice + Sugar + Champagne" -> "Fancy fix"; "Lemon + Water + Ice + Sugar" -> "Lemon + Water + Ice + Sugar + Curacao"; "Lemon + Water + Ice + Sugar + Curacao" -> "Blue fix"; "Lime + Lemon" -> "Lime juice + Lemon juice"; "Lime juice + Lemon juice" -> "Lime juice + Lemon juice + Ice"; "Lime juice + Lemon juice + Ice" -> "Lime juice + Lemon juice + Ice + Simple syrup"; "Lime juice + Lemon juice + Ice + Simple syrup" -> "Lemon lime mix"; "Lime juice + Lemon juice + Ice + Simple syrup" -> "Lime juice + Lemon juice + Ice + Simple syrup + Tequila B + Orange flavored liqueur"; "Lime juice + Lemon juice + Ice + Simple syrup + Tequila B + Orange flavored liqueur" -> "Margarita"; "Lime juice + Lemon juice + Ice + Simple syrup + Tequila B + Orange flavored liqueur" -> "Margarita salt rim"; "Lime + no Water" -> "Lime + no Water + Ice"; "Lime + no Water + Ice" -> "Lime + no Water + Ice + Sugar + Cachaca"; "Lime + no Water + Ice + Sugar + Cachaca" -> "Caipirinha"; "Lemon + no Water" -> "Lemon + no Water + Ice"; "Lemon + no Water + Ice" -> "Lemon + no Water + Ice + Sugar"; "Lemon + no Water + Ice + Sugar" -> "1940 Pike's peak cooler"; "Lemon + no Water" -> "no Water + Lemon Rum"; "no Water + Lemon Rum" -> "Lemon Cosmo"; "no Water + Lemon Rum" -> "OP Squeeze"; "Lemon + no Water" -> "Lemon + no Water + Sugar + Vodka"; "Lemon + no Water + Sugar + Vodka" -> "Lemon Drop"; "Lemon + no Water + Sugar + Vodka" -> "Punt"; "Lemon + no Water" -> "Lemon + no Water + Porto + Cloves + Cinnamon + Red wine"; "Lemon + no Water + Porto + Cloves + Cinnamon + Red wine" -> "Wine torch"; "Lemon + no Water + Porto + Cloves + Cinnamon + Red wine" -> "Lemon + no Water + Porto + Cloves + Cinnamon + Red wine + Sugar + Lemon juice"; "Lemon + no Water + Porto + Cloves + Cinnamon + Red wine + Sugar + Lemon juice" -> "Mulled red"; "Lime + Lemon" -> "Lime juice + Lemon"; "Lime juice + Lemon" -> "Viper"; "Lemon + no Water" -> "Lemon juice + no Water"; "Lemon juice + no Water" -> "Lemon juice + no Water + Champagne"; "Lemon juice + no Water + Champagne" -> "Apple Champagne"; "Lemon juice + no Water + Champagne" -> "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"; "Chicks Fix" -> "Coconut Rum"; "Chicks Fix" -> "Pineapple vodka"; "Quick Fix" -> "Jaegermeister"; "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"; "Diplomat" -> "Red port"; "Diplomat" -> "Bourbon"; "Diplomat" -> "Sugar syrup"; "Diplomat" -> "Lemon juice C"; "Margarita salt rim" -> "salt"; "Mojito" -> "mint sprigs"; "Mojito" -> "gomme syrup"; "Apple Champagne" -> "Apple juice"; "Apple Champagne" -> "Maraschino cherries"; "Apple Champagne" -> "Pineapple chunks"; "Apple Champagne" -> "Grapes"; "Apple Champagne" -> "Ice C"; "OP Squeeze" -> "Orange juice"; "OP Squeeze" -> "Pineapple juice"; "Sapphire sensation" -> "Curacao"; }