Home
last modified time | relevance | path

Searched refs:compdensity (Results 1 – 7 of 7) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/Common/
H A Dnetwork.c367 if (compdensity) in connected()
390 if (compdensity){ in connected()
409 if (compdensity){ in connected()
420 if (compdensity) compdensity[cur_comp] += 1; in connected()
427 if (compdensity){ in connected()
432 compdensity[i] = MAXDOUBLE; in connected()
457 if (compdensity) in flow_connected()
480 if (compdensity){ in flow_connected()
500 if (compdensity){ in flow_connected()
511 if (compdensity) compdensity[cur_comp] += 1; in flow_connected()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Common/
H A Dnetwork.c275 double *compcuts, double *compdensity) in connected() argument
286 if (compdensity) in connected()
309 if (compdensity){ in connected()
310 compdensity[cur_comp] = verts[cur_node].degree; in connected()
328 if (compdensity){ in connected()
329 compdensity[cur_comp] += verts[cur_edge->other_end].degree; in connected()
339 if (compdensity) compdensity[cur_comp] += 1; in connected()
346 if (compdensity){ in connected()
349 compdensity[i] /= 2*(compnodes[i]+1); in connected()
351 compdensity[i] = MAXDOUBLE; in connected()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/include/
H A Dnetwork.h115 int *compmembers, double *compcuts, double *compdensity));
118 double *compdensity, double etol));
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/CutGen/
H A Dvrp_cg.c205 double *compcuts_copy = NULL, *compdensity = NULL, density; local
297 compdensity = vrp->par.do_our_decomp ?
315 compcuts, compdensity));
577 compdensity[1] = density;
581 if (compdensity[i] < vrp->par.graph_density_threshold &&
609 vrp_decomp(comp_num, compdensity);
617 FREE(compdensity);
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/include/
H A Dnetwork.h118 int *compmembers, double *compcuts, double *compdensity));
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/include/decomp/
H A Dmy_decomp.h23 int vrp_decomp PROTO((int comp_num, double *compdensity));
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/CutGen/Decomp/
H A Dmy_decomp_user.c15 int vrp_decomp(int comp_num, double *compdensity) in vrp_decomp() argument
84 if (nv->degree <= 2 || compdensity[nv->comp] > density_threshold) in vrp_decomp()
171 if (compnodes[cur_comp]>3 && compdensity[cur_comp]<density_threshold){ in vrp_decomp()
173 compdensity[cur_comp], p->cur_sol.objval, p->ub, in vrp_decomp()