Lines Matching defs:tsp
130 " [+0x0200?Partition using initial tsp cycles.]"
158 #include <tsp.h>
1119 * tsp ordering
1133 Tsp_t* tsp;
1158 sfprintf(sfstderr, "compute the tsp cost matrix\n");
1179 if (!(tsp = tspopen(&disc, cost, row, TSP_DFS|(state.verbose ? TSP_VERBOSE : 0))))
1181 if (!(tour = tsptour(tsp)))
1215 * partition according to the initial tsp cycles
1218 if (!(cycle = tspcycle(tsp)))
1246 tspclose(tsp);
1409 "tsp",
1410 "tsp reordering",