graph_maxflow 674 lib/graphcut.c int x = graph_maxflow(g, &g->nodes[0], &g->nodes[width*width-1]); graph_maxflow 56 lib/graphcut.h weight_t graph_maxflow(graph_t*graph, node_t*pos1, node_t*pos2);