COIN-OR::LEMON - Graph Library

Changeset 510:72143568cadc in lemon-0.x for src/work/jacint/max_flow.h


Ignore:
Timestamp:
05/03/04 12:04:27 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@670
Message:

matching, flows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/max_flow.h

    r488 r510  
    8989    //typename Graph::template NodeMap<int> level;   
    9090    typename Graph::template NodeMap<Num> excess;
     91//   protected:
     92//     MaxFlow() { }
     93//     void set(const Graph& _G, Node _s, Node _t, const CapMap& _capacity,
     94//           FlowMap& _flow)
     95//       {
     96//      g=&_G;
     97//      s=_s;
     98//      t=_t;
     99//      capacity=&_capacity;
     100//      flow=&_flow;
     101//      n=_G.nodeNum;
     102//      level.set (_G); //kellene vmi ilyesmi fv
     103//      excess(_G,0); //itt is
     104//       }
    91105
    92106  public:
Note: See TracChangeset for help on using the changeset viewer.