COIN-OR::LEMON - Graph Library

Changeset 876:7f6e2bd76654 in lemon-main for lemon/fractional_matching.h


Ignore:
Timestamp:
03/17/10 12:35:52 (14 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Fix multiple executions in matchings (fract. mathcings) (#356)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/fractional_matching.h

    r872 r876  
    11671167      }
    11681168
     1169      _delta1->clear();
     1170      _delta2->clear();
     1171      _delta3->clear();
     1172      _tree_set->clear();
     1173
    11691174      for (NodeIt n(_graph); n != INVALID; ++n) {
    11701175        Value max = 0;
     
    19061911      }
    19071912
     1913      _delta2->clear();
     1914      _delta3->clear();
     1915      _tree_set->clear();
     1916
    19081917      for (NodeIt n(_graph); n != INVALID; ++n) {
    19091918        Value max = - std::numeric_limits<Value>::max();
Note: See TracChangeset for help on using the changeset viewer.