COIN-OR::LEMON - Graph Library

Changeset 655:a9878222d5c8 in lemon-0.x for src


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

bug correction in BidirGraphWrapper?<Graph> default constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/graph_wrapper.h

    r653 r655  
    993993    //FlowMap* flow;
    994994
    995     BidirGraphWrapper() : Parent(), cm(true) { }
     995    BidirGraphWrapper() : Parent(), cm(true) {
     996      Parent::setForwardFilterMap(cm);
     997      Parent::setBackwardFilterMap(cm);
     998    }
    996999//     void setCapacityMap(const CapacityMap& _capacity) {
    9971000//       capacity=&_capacity;
Note: See TracChangeset for help on using the changeset viewer.