src/work/alpar/smart_graph.h
changeset 198 5cec393baade
parent 186 47cd1716870e
child 209 9a37b8d02d74
equal deleted inserted replaced
13:91ebd8c0014f 14:552a1f6fe305
    12 
    12 
    13   class SymSmartGraph;
    13   class SymSmartGraph;
    14 
    14 
    15   ///A smart graph class.
    15   ///A smart graph class.
    16 
    16 
       
    17   /// When you read this for the first time,
       
    18   /// please send an e-mail to alpar\@cs.elte.hu.
       
    19   ///
    17   ///This is a simple and fast graph implementation.
    20   ///This is a simple and fast graph implementation.
    18   ///It is also quite memory efficient, but at the price
    21   ///It is also quite memory efficient, but at the price
    19   ///that <b> it does not support node and edge deletion</b>.
    22   ///that <b> it does not support node and edge deletion</b>.
    20   ///Apart from this it conforms to the graph interface documented under
    23   ///Apart from this it conforms to the graph interface documented under
    21   ///the description of \ref GraphSkeleton.
    24   ///the description of \ref GraphSkeleton.