COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
08/23/04 13:06:00 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1031
Message:

stGraphWrapper modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/bipartite_matching_try.cc

    r762 r768  
    117117//  BGW::EdgeMap<int> dbyxcj(bgw);
    118118
    119   typedef stGraphWrapper<BGW> stGW;
     119  typedef stBipartiteGraphWrapper<BGW> stGW;
    120120  stGW stgw(bgw);
    121121  ConstMap<stGW::Edge, int> const1map(1);
Note: See TracChangeset for help on using the changeset viewer.