Changeset 921:818510fa3d99 in lemon-0.x for src/work/marci/bipartite_graph_wrapper.h
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/bipartite_graph_wrapper.h
r902 r921 1 1 // -*- c++ -*- 2 #ifndef HUGO_BIPARTITE_GRAPH_WRAPPER_H3 #define HUGO_BIPARTITE_GRAPH_WRAPPER_H2 #ifndef LEMON_BIPARTITE_GRAPH_WRAPPER_H 3 #define LEMON_BIPARTITE_GRAPH_WRAPPER_H 4 4 5 5 ///\ingroup gwrappers … … 11 11 ///\author Marton Makai 12 12 13 #include < hugo/invalid.h>13 #include <lemon/invalid.h> 14 14 #include <iter_map.h> 15 #include < hugo/graph_wrapper.h>15 #include <lemon/graph_wrapper.h> 16 16 #include <for_each_macros.h> 17 17 18 namespace hugo{18 namespace lemon { 19 19 20 20 /// \brief A wrapper for composing a bipartite graph from a graph … … 927 927 ///@} 928 928 929 } //namespace hugo930 931 932 #endif // HUGO_BIPARTITE_GRAPH_WRAPPER_H933 929 } //namespace lemon 930 931 932 #endif //LEMON_BIPARTITE_GRAPH_WRAPPER_H 933
Note: See TracChangeset
for help on using the changeset viewer.