equal
deleted
inserted
replaced
20 ///\ingroup graph_concepts |
20 ///\ingroup graph_concepts |
21 ///\file |
21 ///\file |
22 ///\brief Undirected graphs and components of. |
22 ///\brief Undirected graphs and components of. |
23 |
23 |
24 |
24 |
25 #ifndef LEMON_CONCEPT_UNDIR_GRAPH_H |
25 #ifndef LEMON_CONCEPT_UGRAPH_H |
26 #define LEMON_CONCEPT_UNDIR_GRAPH_H |
26 #define LEMON_CONCEPT_UGRAPH_H |
27 |
27 |
28 #include <lemon/concept/graph_component.h> |
28 #include <lemon/concept/graph_component.h> |
29 #include <lemon/concept/graph.h> |
29 #include <lemon/concept/graph.h> |
30 #include <lemon/utility.h> |
30 #include <lemon/utility.h> |
31 |
31 |