COIN-OR::LEMON - Graph Library

Changeset 371:b2acba449222 in lemon-0.x


Ignore:
Timestamp:
04/22/04 15:59:37 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@500
Message:

misc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/graph_wrapper.h

    r368 r371  
    868868
    869869  /// 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
    873872  /// 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.
    877875  template<typename Graph>
    878876  class BipartiteGraphWrapper : public GraphWrapper<Graph> {
Note: See TracChangeset for help on using the changeset viewer.