Subject: [boost] GSOC 2010 : Boost.graph
From: Chinmaya Poswalia (chinmaya.poswalia_at_[hidden])
Date: 2010-03-21 03:34:59


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.