COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/30/04 19:48:50 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@660
Message:

misc

File:
1 edited

Legend:

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

    r499 r500  
    4747
    4848    BipartiteGraphWrapper(Graph& _graph, SFalseTTrueMap& _s_false_t_true_map)
    49       : GraphWrapper<Graph>(_graph), s_false_t_true_map(&_s_false_t_true_map),
    50       S_CLASS(false), T_CLASS(true) { }
     49      : GraphWrapper<Graph>(_graph),
     50        s_false_t_true_map(&_s_false_t_true_map),
     51        S_CLASS(false), T_CLASS(true) { }
    5152    typedef typename GraphWrapper<Graph>::Node Node;
    5253    //using GraphWrapper<Graph>::NodeIt;
     
    198199    typedef typename Parent::Edge Edge;
    199200    BipartiteGraph() : BipartiteGraphWrapper<Graph>(),
    200                        gr(), bipartite_map(gr),
     201                       gr(), bipartite_map(gr, -1),
    201202                       s_false_t_true_map(bipartite_map) {
    202203      Parent::setGraph(gr);
Note: See TracChangeset for help on using the changeset viewer.