Changeset 773:ce9438c5a82d in lemon-0.x for src/hugo/max_flow.h
- Timestamp:
- 08/25/04 20:55:57 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1043
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/max_flow.h
r761 r773 839 839 //putting the active nodes into the stack 840 840 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. 842 843 { 843 844 next.set(w,first[lev]); … … 856 857 { 857 858 858 Numlev=level[w];859 int lev=level[w]; 859 860 860 861 Node right_n=right[w];
Note: See TracChangeset
for help on using the changeset viewer.