Searched refs:CCtsp_edgehash (Results 1 – 4 of 4) sorted by relevance
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/ |
H A D | edgemap.c | 27 int CCtsp_edgehash_init (CCtsp_edgehash *h, int size) in CC_PTR_ALLOC_ROUTINE() 30 CCtsp_edgehash *h; in CC_PTR_ALLOC_ROUTINE() 53 CCtsp_edgehash *h; in CCtsp_edgehash_add() 78 int CCtsp_edgehash_del (CCtsp_edgehash *h, int end1, int end2) in CCtsp_edgehash_del() 81 CCtsp_edgehash *h; in CCtsp_edgehash_del() 108 void CCtsp_edgehash_delall (CCtsp_edgehash *h) in CCtsp_edgehash_delall() 111 CCtsp_edgehash *h; in CCtsp_edgehash_delall() 125 int CCtsp_edgehash_find (CCtsp_edgehash *h, int end1, int end2) in CCtsp_edgehash_find() 128 CCtsp_edgehash *h; in CCtsp_edgehash_find() 148 void CCtsp_edgehash_free (CCtsp_edgehash *h) in CCtsp_edgehash_free() [all …]
|
H A D | tsp_lp.c | 2141 CCtsp_edgehash eh;
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/INCLUDE/ |
H A D | tsp.h | 728 typedef struct CCtsp_edgehash { struct 732 } CCtsp_edgehash; argument 738 CCtsp_edgehash_init (CCtsp_edgehash *h, int size), 739 CCtsp_edgehash_add (CCtsp_edgehash *h, int end1, int end2, int val), 740 CCtsp_edgehash_del (CCtsp_edgehash *h, int end1, int end2), 741 CCtsp_edgehash_find (CCtsp_edgehash *h, int end1, int end2); 744 CCtsp_edgehash_delall (CCtsp_edgehash *h), 745 CCtsp_edgehash_free (CCtsp_edgehash *h);
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/ |
H A D | concorde.h | 2282 typedef struct CCtsp_edgehash { struct 2286 } CCtsp_edgehash; argument 2292 CCtsp_edgehash_init (CCtsp_edgehash *h, int size), 2293 CCtsp_edgehash_add (CCtsp_edgehash *h, int end1, int end2, int val), 2294 CCtsp_edgehash_del (CCtsp_edgehash *h, int end1, int end2), 2295 CCtsp_edgehash_find (CCtsp_edgehash *h, int end1, int end2); 2298 CCtsp_edgehash_delall (CCtsp_edgehash *h), 2299 CCtsp_edgehash_free (CCtsp_edgehash *h);
|