I am working on circular layout, I need a mechanism to pass vertices of a graph in some particular order (for edge crossovers minimization) to circle graph layout. But there is no parameter in circle graph layout definition which accepts the vertex ordering.

Is there any way I could do that? Or how shall I change the vertex sequence of a boost graph so that circle graph layout will automatically plot the vertices in desired sequence ?

I am working on clustered graph using boost subgraph.

Similar questions and discussions