src/work/alpar/emptygraph.h
changeset 187 35a2c1fd5d73
parent 186 47cd1716870e
child 216 40fcfa5bfc32
equal deleted inserted replaced
19:ca1eeeb11b63 20:532c7040fd25
    10   // @defgroup empty_graph The GraphSkeleton class
    10   // @defgroup empty_graph The GraphSkeleton class
    11   // @{
    11   // @{
    12 
    12 
    13   /// An empty graph class.
    13   /// An empty graph class.
    14   
    14   
       
    15   /// When you read this for the first time,
       
    16   /// please send an e-mail to alpar\@cs.elte.hu.
       
    17   ///
    15   /// This class provides all the common features of a graph structure,
    18   /// This class provides all the common features of a graph structure,
    16   /// however completely without implementations and real data structures
    19   /// however completely without implementations and real data structures
    17   /// behind the interface.
    20   /// behind the interface.
    18   /// All graph algorithms should compile with this class, but it will not
    21   /// All graph algorithms should compile with this class, but it will not
    19   /// run properly, of course.
    22   /// run properly, of course.