Home
last modified time | relevance | path

Searched refs:edgeptr_world (Results 1 – 3 of 3) sorted by relevance

/dports/math/concorde/concorde/TSP/
H A Dblossom.c116 CCptrworld edgeptr_world; member
324 CCptrworld_init (&G->edgeptr_world); in blolink_init()
339 if (edgeptr_check_leaks (&G->edgeptr_world, &total, &onlist)) { in blolink_free()
343 CCptrworld_delete (&G->edgeptr_world); in blolink_free()
469 edgeptr_listfree (&G->edgeptr_world, n->adj); in free_adj()
553 rval = edgeptr_listadd (&teeth, e, &G->edgeptr_world); in loadcuttree_blossom()
576 edgeptr_listfree (&G->edgeptr_world, teeth); in loadcuttree_blossom()
850 edgeptr_listfree (&G->edgeptr_world, n->adj);
956 edgeptr_listfree (&G->edgeptr_world, teeth);
1105 edgeptr_listfree (&G->edgeptr_world, pteeth);
[all …]
/dports/math/concorde/concorde/CUT/
H A Dgomoryhu.c120 CCptrworld edgeptr_world; member
283 CCptrworld_delete (&G->edgeptr_world); in ghlink_free_world()
347 edgeptrfree (edgeptr_world, e1); in delfromedgeset()
710 e = edgeptralloc (&G->edgeptr_world); in shrinkdown()
718 edgeptrfree (&G->edgeptr_world, e); in shrinkdown()
728 e = edgeptralloc (&G->edgeptr_world); in shrinkdown()
756 delfromedgeset (&x->adj, e->this, &G->edgeptr_world); in unshrink()
758 edgeptrfree (&G->edgeptr_world, e); in unshrink()
900 e1 = edgeptralloc (&G->edgeptr_world); in buildgraph()
911 e1 = edgeptralloc (&G->edgeptr_world); in buildgraph()
[all …]
/dports/math/concorde/concorde/FMATCH/
H A Dfmatch.c139 CCptrworld edgeptr_world; member
243 if (edgeptr_check_leaks (&G->edgeptr_world, &ntotal, &nreserve)) { in CC_PTRWORLD_ROUTINES()
247 CCptrworld_delete (&G->edgeptr_world); in CC_PTRWORLD_ROUTINES()
306 CCptrworld_init (&G->edgeptr_world); in init_graph()
316 edgeptr_listfree (&G->edgeptr_world, n->adj); in free_graph()
344 ep = edgeptralloc (&G->edgeptr_world); in newedge()
354 ep = edgeptralloc (&G->edgeptr_world); in newedge()