src/work/jacint/preflowproba.h
changeset 372 e6a156fc186d
parent 370 5eceadf9316c
child 374 0fc9cd9b854a
     1.1 --- a/src/work/jacint/preflowproba.h	Thu Apr 22 13:59:37 2004 +0000
     1.2 +++ b/src/work/jacint/preflowproba.h	Thu Apr 22 14:11:28 2004 +0000
     1.3 @@ -302,7 +302,7 @@
     1.4  	      bfs_queue.pop();
     1.5  	      int l=level[v]+1;
     1.6  	      
     1.7 -	      ResInEdgeIt e;
     1.8 +	      /*	      ResInEdgeIt e;
     1.9  	      for(res_graph.first(e,s); res_graph.valid(e); 
    1.10  		  res_graph.next(e)) {
    1.11  		Node u=res_graph.tail(e);
    1.12 @@ -314,8 +314,8 @@
    1.13  		    active[l]=u;
    1.14  		  }
    1.15  		}
    1.16 -	      }
    1.17 -	      /*	      InEdgeIt e;
    1.18 +		}*/
    1.19 +	            InEdgeIt e;
    1.20  	      for(G.first(e,v); G.valid(e); G.next(e)) {
    1.21  		if ( capacity[e] == flow[e] ) continue;
    1.22  		Node u=G.tail(e);
    1.23 @@ -341,7 +341,7 @@
    1.24  		    active[l]=u;
    1.25  		  }
    1.26  		}
    1.27 -		}*/
    1.28 +		}
    1.29  	    }
    1.30  	    b=n-2;
    1.31  	    }