
21 Mar
2010
21 Mar
'10
7:34 a.m.
In boost.graph what would be better : a) Manipulate the original graph - it would save space(crucial for big graph) -if the user want he can copy the graph object to a new object and then feed into functions b) Generate a new graph - although space will be allocated but user has the opportunity to directly input the graph.