digraph scop_ok { h -> a; h -> g; g [color = red] g -> b; a -> b; b -> c; c -> d; d -> f; f -> b; d -> e; }