doc/basic_concepts.dox
changeset 2350 eb371753e814
parent 2288 ef8af928c54e
child 2391 14a343be7a5a
equal deleted inserted replaced
1:52b92680b9d8 2:2feea1c17328
       
     1 namespace lemon {
       
     2 
     1 /**
     3 /**
     2 \page basic_concepts Basic concepts
     4 \page basic_concepts Basic concepts
     3 
     5 
     4 \section basic_graph The graph classes
     6 \section basic_graph The graph classes
     5 The most important classes in LEMON are the graph classes. An instance of a graph
     7 The most important classes in LEMON are the graph classes. An instance of a graph
   115 
   117 
   116 \section basic_ListGraph ListGraph - a versatile directed graph
   118 \section basic_ListGraph ListGraph - a versatile directed graph
   117 As you see ListGraph satisfies most of the basic concepts and ideal for general
   119 As you see ListGraph satisfies most of the basic concepts and ideal for general
   118 graph representations. It has an undirected version too: ListUGraph.
   120 graph representations. It has an undirected version too: ListUGraph.
   119 */
   121 */
       
   122 
       
   123 }