COIN-OR::LEMON - Graph Library

Changeset 773:ce9438c5a82d in lemon-0.x for src/hugo


Ignore:
Timestamp:
08/25/04 20:55:57 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1043
Message:

bug fix, test...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/max_flow.h

    r761 r773  
    839839            //putting the active nodes into the stack
    840840            int lev=level[w];
    841             if ( exc > 0 && lev < n && w != t )
     841            if ( exc > 0 && lev < n && Node(w) != t )
     842///\bug     if ( exc > 0 && lev < n && w != t ) tempararily for working with wrappers. in hugo 0.2 it will work. Amugy mukodik sage_graph-fal, de smart_graph-fal nem, azt hozzatennem.
    842843              {
    843844                next.set(w,first[lev]);
     
    856857    {
    857858
    858       Num lev=level[w];
     859      int lev=level[w];
    859860
    860861      Node right_n=right[w];
Note: See TracChangeset for help on using the changeset viewer.