Searched refs:tour (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/html/
H A DMakefile38 tour.mm old-tour.html old-tour.hpj old-tour.rtf
/ast/src/cmd/pzip/
H A Dpin.c1134 Tsp_index_t* tour; local
1171 * generate a tour
1175 sfprintf(sfstderr, "generate a tour\n");
1181 if (!(tour = tsptour(tsp)))
1185 * break tour at most expensive link; put order into self
1189 breakval = cost[tour[end]][tour[0]];
1191 if (cost[tour[i]][tour[i+1]] > breakval)
1194 breakval = cost[tour[
[all...]

Completed in 9 milliseconds