Home
last modified time | relevance | path

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

/dports/math/concorde/concorde/TSP/
H A Dteething.c484 int *activeteeth = (int *) NULL; in clean_pseudocomb() local
509 activeteeth[i] = 1; in clean_pseudocomb()
535 if (!activeteeth[i]) continue; in clean_pseudocomb()
554 if (activeteeth[si]) { in clean_pseudocomb()
570 if (activeteeth[ip->this]) { in clean_pseudocomb()
581 if (activeteeth[si]) { in clean_pseudocomb()
621 if (activeteeth[i]) cnt++; in clean_pseudocomb()
635 if (activeteeth[i]) { in clean_pseudocomb()
647 activeteeth[ismall] = 0; in clean_pseudocomb()
664 if (activeteeth[i]) { in clean_pseudocomb()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dteething.c479 int *activeteeth = (int *) NULL; local
494 activeteeth = CC_SAFE_MALLOC (ccount, int);
496 if (!hmarks || !activeteeth || !cardteeth) {
504 activeteeth[i] = 1;
536 if (!activeteeth[i]) continue;
585 if (activeteeth[si]) {
626 if (activeteeth[i]) cnt++;
638 if (activeteeth[i]) {
650 activeteeth[ismall] = 0;
667 if (activeteeth[i]) {
[all …]