lemon/fredman_tarjan.h
changeset 1953 d4f411003580
parent 1946 17eb3eaad9f8
child 1956 a055123339d5
equal deleted inserted replaced
1:9d49aa01a67e 2:69c8299eea33
   454  
   454  
   455     ///Sets the tree edges map.
   455     ///Sets the tree edges map.
   456 
   456 
   457     ///Sets the TreeMap of the edges of the minimum spanning tree.
   457     ///Sets the TreeMap of the edges of the minimum spanning tree.
   458     ///The map values belonging to the edges of the minimum
   458     ///The map values belonging to the edges of the minimum
   459     ///spanning tree are set to \param tree_edge_value or \c true by default 
   459     ///spanning tree are set to \c tree_edge_value or \c true by default 
   460     ///while the edge values not belonging to the minimum spanning tree are 
   460     ///while the edge values not belonging to the minimum spanning tree are 
   461     ///set to
   461     ///set to
   462     ///\param tree_default_value or \c false by default.
   462     ///\c tree_default_value or \c false by default.
   463     ///
   463     ///
   464     ///\pre \ref run() or \ref start() must be called before using this 
   464     ///\pre \ref run() or \ref start() must be called before using this 
   465     ///function.
   465     ///function.
   466 
   466 
   467     template<class TreeMap>
   467     template<class TreeMap>