Searched refs:nodeptr_world (Results 1 – 2 of 2) sorted by relevance
/dports/math/concorde/concorde/CUT/ |
H A D | gomoryhu.c | 121 CCptrworld nodeptr_world; member 242 freenodeset (&nlist, &G.nodeptr_world); in CCcut_gomory_hu() 243 freenodeset (&special, &G.nodeptr_world); in CCcut_gomory_hu() 260 freenodeset (&nlist, &G.nodeptr_world); in CCcut_gomory_hu() 261 freenodeset (&special, &G.nodeptr_world); in CCcut_gomory_hu() 262 cuttree_free_work (root, &G.nodeptr_world); in CCcut_gomory_hu() 289 CCptrworld_delete (&G->nodeptr_world); in ghlink_free_world() 296 nnew = nodeptralloc (nodeptr_world); in addtonodeset() 325 nodeptrfree (nodeptr_world, n1); in delfromnodeset() 389 freenodeset (&n->nlist, nodeptr_world); in cuttree_free_work() [all …]
|
/dports/math/concorde/concorde/TSP/ |
H A D | blossom.c | 118 CCptrworld nodeptr_world; member 326 CCptrworld_init (&G->nodeptr_world); in blolink_init() 351 if (nodeptr_check_leaks (&G->nodeptr_world, &total, &onlist)) { in blolink_free() 355 CCptrworld_delete (&G->nodeptr_world); in blolink_free() 560 rval = nodeptr_listadd (&handle, n, &G->nodeptr_world); in loadcuttree_blossom() 577 nodeptr_listfree (&G->nodeptr_world, handle); in loadcuttree_blossom() 885 nodeptr_listfree (&G.nodeptr_world, handle); 905 rval = nodeptr_listadd (comp, n, &G->nodeptr_world); 993 nodeptr_listfree (&G.nodeptr_world, handle);
|