[Lemon-commits] [lemon_svn] marci: r500 - hugo/trunk/src/work/marci
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:39:46 CET 2006
Author: marci
Date: Thu Apr 22 15:59:37 2004
New Revision: 500
Modified:
hugo/trunk/src/work/marci/graph_wrapper.h
Log:
misc
Modified: hugo/trunk/src/work/marci/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/graph_wrapper.h (original)
+++ hugo/trunk/src/work/marci/graph_wrapper.h Thu Apr 22 15:59:37 2004
@@ -867,13 +867,11 @@
};
/// A wrapper for composing a bipartite graph.
- /// \c _graph have to be a reference to an undirected graph \c Graph
- /// and
- /// \c _s_false_t_true_map is an \c IterableBoolMap
+ /// \c _graph have to be a reference to a graph of type \c Graph
+ /// and \c _s_false_t_true_map is an \c IterableBoolMap
/// reference containing the elements for the
- /// color classes S and T.
- /// It results in a directed graph such that the edges are oriented from
- /// S to T.
+ /// color classes S and T. \c _graph is to be referred to an undirected
+ /// graph or a directed graph with edges oriented from S to T.
template<typename Graph>
class BipartiteGraphWrapper : public GraphWrapper<Graph> {
typedef IterableBoolMap< typename Graph::NodeMap<int> > SFalseTTrueMap;
More information about the Lemon-commits
mailing list