Home
last modified time | relevance | path

Searched refs:branchdepth (Results 1 – 9 of 9) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dbranch.c218 if (lp->branchdepth == 0) {
221 for (j = 0; j < lp->branchdepth; j++) {
1440 lp->graph.edges[j].branch = lp->branchdepth + 1;
1536 lp->branchhistory[lp->branchdepth].depth = lp->branchdepth + 1;
1537 lp->branchhistory[lp->branchdepth].ends[0] = n0;
1538 lp->branchhistory[lp->branchdepth].ends[1] = n1;
1550 lp->branchhistory[lp->branchdepth].clique = c;
1555 lp->branchdepth++;
1571 int depth = lp->branchdepth;
1689 lp->branchdepth--;
[all …]
H A Dex_price.c140 for (i = 0; i < lp->branchdepth; i++) {
238 for (i = 0; i < lp->branchdepth; i++) {
478 for (i = 0; i < lp->branchdepth; i++) {
570 for (i = 0; i < lp->branchdepth; i++) {
H A Dtsp_lp.c858 lp->branchdepth = 0;
929 for (i = 0; i < (*lp)->branchdepth; i++) {
933 (*lp)->branchdepth = 0;
3401 if (CCtsp_prob_puthistory (p, lp->branchdepth, lp->branchhistory)) {
3616 rval = CCtsp_prob_gethistory (p, &lp->branchdepth, &lp->branchhistory);
/dports/math/concorde/concorde/TSP/
H A Dbranch.c339 if (lp->branchdepth == 0) { in CCtsp_print_branchhistory()
342 for (j = 0; j < lp->branchdepth; j++) { in CCtsp_print_branchhistory()
3435 lp->branchhistory[lp->branchdepth].depth = lp->branchdepth + 1; in CCtsp_execute_branch()
3436 lp->branchhistory[lp->branchdepth].ends[0] = n0; in CCtsp_execute_branch()
3437 lp->branchhistory[lp->branchdepth].ends[1] = n1; in CCtsp_execute_branch()
3449 lp->branchhistory[lp->branchdepth].clique = c; in CCtsp_execute_branch()
3451 lp->branchhistory[lp->branchdepth].clique = in CCtsp_execute_branch()
3455 lp->branchdepth++; in CCtsp_execute_branch()
3466 int depth = lp->branchdepth; in CCtsp_execute_unbranch()
3609 lp->branchdepth--; in CCtsp_execute_unbranch()
[all …]
H A Dex_price.c157 for (i = 0; i < lp->branchdepth; i++) { in CCtsp_exact_price()
249 for (i = 0; i < lp->branchdepth; i++) { in CCtsp_exact_price()
484 for (i = 0; i < lp->branchdepth; i++) { in CCtsp_edge_elimination()
581 for (i = 0; i < lp->branchdepth; i++) { in CCtsp_edge_elimination()
H A Dtsp_lp.c856 lp->branchdepth = 0; in CCtsp_init_tsp_lp_struct()
928 for (i = 0; i < (*lp)->branchdepth; i++) { in CCtsp_free_tsp_lp_struct()
932 (*lp)->branchdepth = 0; in CCtsp_free_tsp_lp_struct()
4106 if (CCtsp_prob_puthistory (p, lp->branchdepth, lp->branchhistory)) { in write_probfile()
4326 rval = CCtsp_prob_gethistory (p, &lp->branchdepth, &lp->branchhistory, in read_probfile()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/INCLUDE/
H A Dtsp.h299 int branchdepth; member
/dports/math/concorde/concorde/INCLUDE/
H A Dtsp.h445 int branchdepth; member
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/
H A Dconcorde.h1853 int branchdepth; member