Say I have four nodes a, b, c & d. And I have edges
a -> d
b -> c
Now if i generate graph, I get the vertices in the order a, d, b, c if I rank
them same
. But I want them in the order a, b, c, d. How should I set the rank ? Thanks in advance.