Lines Matching refs:demand

53     total_demand += verts[i].demand;  in min_cut()
110 nv->demand += nw->demand; in min_cut()
157 BINS(nv->demand + nu->demand, capacity))){ in min_cut()
182 2*(BINS(nv->demand + nu->demand, capacity))- etol){ in min_cut()
189 nv->demand+nu->demand, capacity): in min_cut()
190 2*(BINS(nv->demand + nu->demand, capacity))); in min_cut()
291 if (nodecut < 2*(BINS(nv->demand, capacity)) - etol){ in min_cut()
295 RHS(nv->orig_node_list_size, nv->demand, capacity): in min_cut()
296 2*(BINS(nv->demand, capacity))); in min_cut()
330 if (nodecut < 2*(BINS(nv->demand, capacity)) - etol){ in min_cut()
334 RHS(nv->orig_node_list_size, nv->demand, capacity): in min_cut()
335 2*(BINS(nv->demand, capacity))); in min_cut()
426 RHS(nv->orig_node_list_size, nv->demand, capacity): in shrink_one_edges()
427 2*(BINS(nv->demand, capacity))); in shrink_one_edges()
446 nv->demand += nw->demand; in shrink_one_edges()
451 if (nv->demand > capacity){ in shrink_one_edges()
456 RHS(nv->orig_node_list_size, nv->demand, capacity): in shrink_one_edges()
457 2*(BINS(nv->demand, capacity))); in shrink_one_edges()
499 nv->demand += nu->demand; in shrink_one_edges()
504 if (nv->demand > capacity){ in shrink_one_edges()
509 RHS(nv->orig_node_list_size, nv->demand, capacity): in shrink_one_edges()
510 2*(BINS(nv->demand, capacity))); in shrink_one_edges()
537 nu->demand += nv->demand; in shrink_one_edges()
543 if (nu->demand > capacity){ in shrink_one_edges()
548 RHS(nu->orig_node_list_size, nu->demand, capacity): in shrink_one_edges()
549 2*(BINS(nu->demand, capacity))); in shrink_one_edges()
594 nu->demand+nw->demand, capacity): in shrink_one_edges()
595 2*(BINS(nu->demand+nw->demand, capacity))); in shrink_one_edges()
661 nv->demand += nw->demand; in shrink_one_edges()
663 if (nv->demand > capacity){ in shrink_one_edges()
668 RHS(nv->orig_node_list_size, nv->demand, capacity): in shrink_one_edges()
669 2*(BINS(nv->demand, capacity))); in shrink_one_edges()
699 BINS(nv->demand + nu->demand, capacity) + etol)){ in shrink_one_edges()
706 nv->demand+nu->demand, capacity): in shrink_one_edges()
707 2*(BINS(nv->demand+nu->demand, capacity))); in shrink_one_edges()
800 if (nodecut < 2*(BINS(nv->demand, capacity)) - etol){ in shrink_one_edges()
804 RHS(nv->orig_node_list_size, nv->demand, capacity): in shrink_one_edges()
805 2*(BINS(nv->demand, capacity))); in shrink_one_edges()