COIN-OR::LEMON - Graph Library

Changeset 970:09f9abe22df2 in lemon-0.x for src/work/marci


Ignore:
Timestamp:
11/08/04 17:33:53 (19 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1357
Message:

partial graph_wrapper changes with graph_factory

File:
1 edited

Legend:

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

    r944 r970  
    383383      res_graph_to_F(res_graph);
    384384    {
    385       typename ResGW::NodeIt n;
    386       for(res_graph.first(n); n!=INVALID; ++n)
     385      for(typename ResGW::NodeIt n(res_graph); n!=INVALID; ++n)
    387386        res_graph_to_F.set(n, F.addNode());
    388387    }
Note: See TracChangeset for help on using the changeset viewer.