COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/30/04 18:46:19 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@658
Message:

bipartite graphs

File:
1 copied

Legend:

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

    r496 r498  
    113113//   }
    114114
    115   BGW::NodeMap<int> dbyj(bgw);
    116   BGW::EdgeMap<int> dbyxcj(bgw);
     115//  BGW::NodeMap<int> dbyj(bgw);
     116//  BGW::EdgeMap<int> dbyxcj(bgw);
    117117
    118118  typedef stGraphWrapper<BGW> stGW;
Note: See TracChangeset for help on using the changeset viewer.