COIN-OR::LEMON - Graph Library

Changeset 653:c3ad7c661a49 in lemon-0.x for src/work/jacint/max_flow.h


Ignore:
Timestamp:
05/21/04 10:15:45 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@853
Message:

misc

File:
1 edited

Legend:

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

    r650 r653  
    6464    FlowMap* flow;
    6565    int n;      //the number of nodes of G
    66     //    typedef ResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW;   
    67     typedef ExpResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW;
     66    typedef ResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW;   
     67    //typedef ExpResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW;
    6868    typedef typename ResGW::OutEdgeIt ResGWOutEdgeIt;
    6969    typedef typename ResGW::Edge ResGWEdge;
Note: See TracChangeset for help on using the changeset viewer.