Home
last modified time | relevance | path

Searched refs:LOOP_FULL (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dcontrol.c138 #define LOOP_FULL (25) /* to force a full price after 25 inner loops */ macro
482 && loopcount < LOOP_FULL);
497 if (sel->extra_connect && (!edge_added || loopcount != LOOP_FULL)) {
525 } while (edge_added || loopcount == LOOP_FULL || cutcount_connect);
/dports/math/concorde/concorde/TSP/
H A Dcontrol.c465 #define LOOP_FULL (25) /* to force a full price after 25 inner loops */ macro
2069 loopcount < LOOP_FULL && in CCtsp_cutting_loop()
2094 loopcount != LOOP_FULL) { in CCtsp_cutting_loop()
2145 loopcount = LOOP_FULL; /* to run again */ in CCtsp_cutting_loop()
2147 } while (priceval < newval - sel->roundtol || loopcount == LOOP_FULL || in CCtsp_cutting_loop()