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/leda/comparison.cc

    r648 r768  
    9898
    9999  //st-wrapper
    100   typedef stGraphWrapper<BGW> stGW;
     100  typedef stBipartiteGraphWrapper<BGW> stGW;
    101101  stGW stgw(bgw);
    102102  ConstMap<stGW::Edge, int> const1map(1);
Note: See TracChangeset for help on using the changeset viewer.