Searched refs:edge_world (Results 1 – 3 of 3) sorted by relevance
/dports/math/concorde/concorde/TSP/ |
H A D | blossom.c | 115 CCptrworld edge_world; member 323 CCptrworld_init (&G->edge_world); in blolink_init() 333 if (edge_check_leaks (&G->edge_world, &total, &onlist)) { in blolink_free() 337 CCptrworld_delete (&G->edge_world); in blolink_free() 441 e1 = edgealloc (&G->edge_world); in splitedge() 449 e1 = edgealloc (&G->edge_world); in splitedge() 480 edgefree (&G->edge_world, e); in freesplitedges()
|
/dports/math/concorde/concorde/CUT/ |
H A D | gomoryhu.c | 119 CCptrworld edge_world; member 273 if (edge_check_leaks (&G->edge_world, &total, &onlist)) { in ghlink_free_world() 277 CCptrworld_delete (&G->edge_world); in ghlink_free_world() 715 e->this = edgealloc (&G->edge_world); in shrinkdown() 757 edgefree (&G->edge_world, e->this); in unshrink() 964 CCptrworld_init (&G->edge_world); in initgraph()
|
/dports/math/concorde/concorde/FMATCH/ |
H A D | fmatch.c | 138 CCptrworld edge_world; member 237 if (edge_check_leaks (&G->edge_world, &ntotal, &nreserve)) { in CC_PTRWORLD_ROUTINES() 241 CCptrworld_delete (&G->edge_world); in CC_PTRWORLD_ROUTINES() 305 CCptrworld_init (&G->edge_world); in init_graph() 321 edge_listfree (&G->edge_world, G->edgelist); in free_graph() 336 e = edgealloc (&G->edge_world); in newedge() 346 edgefree (&G->edge_world, e); in newedge() 356 edgefree (&G->edge_world, e); in newedge()
|