Home
last modified time | relevance | path

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

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dex_price.c141 if (lp->branchhistory[i].ends[0] != -1) {
239 if (lp->branchhistory[i].ends[0] != -1) {
240 end0 = lp->branchhistory[i].ends[0];
241 end1 = lp->branchhistory[i].ends[1];
263 if (lp->branchhistory[j].rhs == 0) {
479 if (lp->branchhistory[i].ends[0] != -1) {
480 end0 = lp->branchhistory[i].ends[0];
481 end1 = lp->branchhistory[i].ends[1];
571 if (lp->branchhistory[i].ends[0] != -1) {
572 end0 = lp->branchhistory[i].ends[0];
[all …]
H A Dbranch.c223 print_branchobj (&lp->branchhistory[j]);
1535 CCtsp_init_branchobj (&lp->branchhistory[lp->branchdepth]);
1537 lp->branchhistory[lp->branchdepth].ends[0] = n0;
1538 lp->branchhistory[lp->branchdepth].ends[1] = n1;
1539 lp->branchhistory[lp->branchdepth].rhs = b->rhs;
1550 lp->branchhistory[lp->branchdepth].clique = c;
1554 lp->branchhistory[lp->branchdepth].sense = b->sense;
1580 if (lp->branchhistory[depth - 1].depth != depth) {
1584 b = &lp->branchhistory[depth - 1];
1586 if (lp->branchhistory[depth - 1].ends[0] != -1) {
[all …]
H A Dtsp_lp.c857 lp->branchhistory = (CCtsp_branchobj *) NULL;
928 if ((*lp)->branchhistory) {
930 CCtsp_free_branchobj (&((*lp)->branchhistory[i]));
932 CC_FREE ((*lp)->branchhistory, CCtsp_branchobj);
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 Dex_price.c158 if (lp->branchhistory[i].ends[0] != -1) { in CCtsp_exact_price()
250 if (lp->branchhistory[i].ends[0] != -1) { in CCtsp_exact_price()
251 end0 = lp->branchhistory[i].ends[0]; in CCtsp_exact_price()
252 end1 = lp->branchhistory[i].ends[1]; in CCtsp_exact_price()
273 if (lp->branchhistory[j].rhs == 0) { in CCtsp_exact_price()
485 if (lp->branchhistory[i].ends[0] != -1) { in CCtsp_edge_elimination()
486 end0 = lp->branchhistory[i].ends[0]; in CCtsp_edge_elimination()
487 end1 = lp->branchhistory[i].ends[1]; in CCtsp_edge_elimination()
582 if (lp->branchhistory[i].ends[0] != -1) { in CCtsp_edge_elimination()
583 end0 = lp->branchhistory[i].ends[0]; in CCtsp_edge_elimination()
[all …]
H A Dbranch.c344 print_branchobj (&lp->branchhistory[j]); in CCtsp_print_branchhistory()
3436 lp->branchhistory[lp->branchdepth].ends[0] = n0; in CCtsp_execute_branch()
3437 lp->branchhistory[lp->branchdepth].ends[1] = n1; in CCtsp_execute_branch()
3438 lp->branchhistory[lp->branchdepth].rhs = b->rhs; 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()
3454 lp->branchhistory[lp->branchdepth].sense = b->sense; in CCtsp_execute_branch()
3475 if (lp->branchhistory[depth - 1].depth != depth) { in CCtsp_execute_unbranch()
3479 b = &lp->branchhistory[depth - 1]; in CCtsp_execute_unbranch()
3481 if (lp->branchhistory[depth - 1].ends[0] != -1) { in CCtsp_execute_unbranch()
[all …]
H A Dtsp_lp.c855 lp->branchhistory = (CCtsp_branchobj *) NULL; in CCtsp_init_tsp_lp_struct()
927 if ((*lp)->branchhistory) { in CCtsp_free_tsp_lp_struct()
929 CCtsp_free_branchobj (&((*lp)->branchhistory[i])); in CCtsp_free_tsp_lp_struct()
931 CC_FREE ((*lp)->branchhistory, CCtsp_branchobj); 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.h300 CCtsp_branchobj *branchhistory; member
/dports/math/concorde/concorde/INCLUDE/
H A Dtsp.h446 CCtsp_branchobj *branchhistory; member
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/
H A Dconcorde.h1854 CCtsp_branchobj *branchhistory; member