/dports/math/concorde/concorde/INCLUDE/ |
H A D | tsp.h | 463 typedef struct CCtsp_cutselect { struct 502 } CCtsp_cutselect; argument 533 CCtsp_cutselect *sel, CCtsp_cutselect *tsel, double *upbound, 763 CCtsp_init_cutselect (CCtsp_cutselect *s), 764 CCtsp_cutselect_dominos (CCtsp_cutselect *s, int domsel), 765 CCtsp_cutselect_tighten (CCtsp_cutselect *s, int tighten), 766 CCtsp_cutselect_chunksize (CCtsp_cutselect *s, int chunksize), 767 CCtsp_cutselect_filecuts (CCtsp_cutselect *s, char *fname), 770 CCtsp_init_tentative_cutselect (CCtsp_cutselect *s), 771 CCtsp_init_simple_cutselect (CCtsp_cutselect *s), [all …]
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/ |
H A D | control.c | 78 CCtsp_lpcuts *pool, CCtsp_cutselect *sel, double *val); 94 int CCtsp_init_cutselect (CCtsp_lp *lp, CCtsp_cutselect *s) in CCtsp_init_cutselect() 98 CCtsp_cutselect *s; 142 int CCtsp_cutting_loop (CCtsp_lp *lp, CCtsp_cutselect *sel, int savelp) in CCtsp_cutting_loop() 146 CCtsp_cutselect *sel; 965 int *ptour, double *upbound, CCtsp_lpcuts *pool, CCtsp_cutselect *sel, in CCtsp_bb_cutting() 977 CCtsp_cutselect *sel; 1125 CCtsp_lpcuts *pool, CCtsp_cutselect *sel, double *val) in bb_cutting_work() 1137 CCtsp_cutselect *sel;
|
H A D | bcontrol.c | 112 CCtsp_cutselect *sel, double *upbound, int *bbcount, int usecliques, in CCtsp_bfs_brancher() 121 CCtsp_cutselect *sel; 421 int CCtsp_easy_dfs_brancher (CCtsp_lp *lp, CCtsp_cutselect *sel, int depth, in CCtsp_easy_dfs_brancher() 427 CCtsp_cutselect *sel;
|
H A D | concorde.c | 101 CCtsp_cutselect sel;
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/INCLUDE/ |
H A D | tsp.h | 200 typedef struct CCtsp_cutselect { struct 221 } CCtsp_cutselect; argument 326 CCtsp_cutting_loop (CCtsp_lp *lp, CCtsp_cutselect *sel, int savelp), 329 CCtsp_init_cutselect (CCtsp_lp *lp, CCtsp_cutselect *s), 333 CCtsp_cutselect *sel, double *val, int *prune, int *foundtour, 389 CCtsp_easy_dfs_brancher (CCtsp_lp *lp, CCtsp_cutselect *sel, int depth, 392 CCtsp_cutselect *sel, double *upbound, int *bbcount, int usecliques,
|
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/CutGen/ |
H A D | tsp.c | 53 CCtsp_cutselect *sel; in tsp_cuts() 57 sel = (CCtsp_cutselect *) calloc(1, sizeof(CCtsp_cutselect)); in tsp_cuts()
|
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/CutGen/ |
H A D | tsp.c | 53 CCtsp_cutselect *sel; in tsp_cuts() 57 sel = (CCtsp_cutselect *) calloc(1, sizeof(CCtsp_cutselect)); in tsp_cuts()
|
/dports/math/concorde/concorde/TSP/ |
H A D | control.c | 163 void CCtsp_init_cutselect (CCtsp_cutselect *s) in CCtsp_init_cutselect() 205 void CCtsp_cutselect_dominos (CCtsp_cutselect *s, int domsel) in CCtsp_cutselect_dominos() 211 void CCtsp_cutselect_tighten (CCtsp_cutselect *s, int tighten) in CCtsp_cutselect_tighten() 216 void CCtsp_cutselect_chunksize (CCtsp_cutselect *s, int chunksize) in CCtsp_cutselect_chunksize() 221 void CCtsp_cutselect_filecuts (CCtsp_cutselect *s, char *fname) in CCtsp_cutselect_filecuts() 227 void CCtsp_cutselect_remotepool (CCtsp_cutselect *s, char *cutbossname) in CCtsp_cutselect_remotepool() 234 void CCtsp_cutselect_domboss (CCtsp_cutselect *s, char *dombossname) in CCtsp_cutselect_domboss() 240 void CCtsp_init_tentative_cutselect (CCtsp_cutselect *s) in CCtsp_init_tentative_cutselect() 282 void CCtsp_init_simple_cutselect (CCtsp_cutselect *s) in CCtsp_init_simple_cutselect() 324 void CCtsp_init_fast_cutselect (CCtsp_cutselect *s) in CCtsp_init_fast_cutselect() [all …]
|
H A D | tsp_call.c | 85 tsp_solve_lp (CCtsp_lp *lp, CCtsp_cutselect *sel, int *out_tour, 136 CCtsp_cutselect sel; in CCtsp_solve_dat() 341 static int tsp_solve_lp (CCtsp_lp *lp, CCtsp_cutselect *sel, int *out_tour, in tsp_solve_lp()
|
H A D | bcontrol.c | 156 CCtsp_cutselect *sel; 157 CCtsp_cutselect *tsel; 282 CCtsp_cutselect *sel, CCtsp_cutselect *tsel, double *upbound, in CCtsp_bfs_brancher() 379 int CCtsp_bfs_restart (char *probloc, char *restart_name, CCtsp_cutselect *sel, in CCtsp_bfs_restart() 380 CCtsp_cutselect *tsel, double *upbound, int *bbcount, int usecliques, in CCtsp_bfs_restart() 769 CCtsp_cutselect cutselect, tcutselect; in CCtsp_grunt() 1499 CCtsp_cutselect *s; in grunt_send_hello() 1585 CCtsp_cutselect *s; in boss_receive_hello() 2937 int CCtsp_easy_dfs_brancher (CCtsp_lp *lp, CCtsp_cutselect *sel, int depth, in CCtsp_easy_dfs_brancher()
|
H A D | subgrunt.c | 154 CCtsp_cutselect sel; in process_subproblem()
|
H A D | concorde.c | 131 CCtsp_cutselect sel, tentativesel; in main() 688 CCtsp_cutselect sel; in handle_just_cuts()
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/ |
H A D | concorde.h | 1754 typedef struct CCtsp_cutselect { struct 1775 } CCtsp_cutselect; argument 1880 CCtsp_cutting_loop (CCtsp_lp *lp, CCtsp_cutselect *sel, int savelp), 1883 CCtsp_init_cutselect (CCtsp_lp *lp, CCtsp_cutselect *s), 1887 CCtsp_cutselect *sel, double *val, int *prune, int *foundtour, 1943 CCtsp_easy_dfs_brancher (CCtsp_lp *lp, CCtsp_cutselect *sel, int depth, 1946 CCtsp_cutselect *sel, double *upbound, int *bbcount, int usecliques,
|
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/examples/VRP/ |
H A D | VrpCutGenerator.cpp | 1349 CCtsp_cutselect *sel = new CCtsp_cutselect; in tspCuts() 1351 memset (sel, 0, sizeof(CCtsp_cutselect)); in tspCuts()
|