misc
authormarci
Thu, 22 Apr 2004 13:59:37 +0000
changeset 371b2acba449222
parent 370 5eceadf9316c
child 372 e6a156fc186d
misc
src/work/marci/graph_wrapper.h
     1.1 --- a/src/work/marci/graph_wrapper.h	Thu Apr 22 13:51:25 2004 +0000
     1.2 +++ b/src/work/marci/graph_wrapper.h	Thu Apr 22 13:59:37 2004 +0000
     1.3 @@ -867,13 +867,11 @@
     1.4    };
     1.5  
     1.6    /// A wrapper for composing a bipartite graph.
     1.7 -  /// \c _graph have to be a reference to an undirected graph \c Graph 
     1.8 -  /// and 
     1.9 -  /// \c _s_false_t_true_map is an \c IterableBoolMap 
    1.10 +  /// \c _graph have to be a reference to a graph of type \c Graph 
    1.11 +  /// and \c _s_false_t_true_map is an \c IterableBoolMap 
    1.12    /// reference containing the elements for the 
    1.13 -  /// color classes S and T.
    1.14 -  /// It results in a directed graph such that the edges are oriented from 
    1.15 -  /// S to T.
    1.16 +  /// color classes S and T. \c _graph is to be referred to an undirected 
    1.17 +  /// graph or a directed graph with edges oriented from S to T.
    1.18    template<typename Graph> 
    1.19    class BipartiteGraphWrapper : public GraphWrapper<Graph> {
    1.20      typedef IterableBoolMap< typename Graph::NodeMap<int> > SFalseTTrueMap;