digraph { node[label="", shape="circle"]; a -> b -> {c, d}; a -> d; e -> f; g -> g; h -> i -> h; }