Searched refs:emin (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvgraph/
H A Dgrbranching.c13 Gredge_t* emin; /* the minimum weight edge of cycle */ member in struct:_brcycl_s
88 PRINT(Fd,"Emin: ",0); predge(cl->emin);
109 Gredge_t *e, *ec, *ep, *en, *path, *emin; local
156 for(emin = NIL(Gredge_t*), ec = path; ec; ec = ec->link)
157 { if(!emin || BREDGE(ec)->wadj < BREDGE(emin)->wadj )
158 emin = ec;
180 w = BREDGE(ec)->wadj - BREDGE(emin)->wadj;
209 cl->emin = emin;
[all...]

Completed in 10 milliseconds