Changeset 371:b2acba449222 in lemon-0.x for src/work/marci
- Timestamp:
 - 04/22/04 15:59:37 (22 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Convert:
 - svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@500
 - File:
 - 
          
- 1 edited
 
- 
          src/work/marci/graph_wrapper.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
src/work/marci/graph_wrapper.h
r368 r371 868 868 869 869 /// A wrapper for composing a bipartite graph. 870 /// \c _graph have to be a reference to an undirected graph \c Graph 871 /// and 872 /// \c _s_false_t_true_map is an \c IterableBoolMap 870 /// \c _graph have to be a reference to a graph of type \c Graph 871 /// and \c _s_false_t_true_map is an \c IterableBoolMap 873 872 /// reference containing the elements for the 874 /// color classes S and T. 875 /// It results in a directed graph such that the edges are oriented from 876 /// S to T. 873 /// color classes S and T. \c _graph is to be referred to an undirected 874 /// graph or a directed graph with edges oriented from S to T. 877 875 template<typename Graph> 878 876 class BipartiteGraphWrapper : public GraphWrapper<Graph> {  
Note: See TracChangeset
          for help on using the changeset viewer.
      
