> For "igraph_rewire()", the vertex id will not change, right?
Right.

> For "igraph_degree_sequence_game()", given a degree sequence 10, 20, 30, 15, 
> 25,…(I.e., the values saved in out_deg), the degree of the nodes in the 
> generated graph will always be de[0]=10, de[1]=20, de[2]=30, 
> de[3]=15,de[4]=25,…Right?
Right. At least this is what happens with the current implementation.

Best,
T.


_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to