Go to the documentation of this file.
17 #ifndef _TSP_INS_ROUT_H
18 #define _TSP_INS_ROUT_H
23 int tsp_farthest_ins_from_to
PROTO((
25 int from_size,
int to_size,
27 int *intour,
int *last));
28 int tsp_nearest_ins_from_to
PROTO((
30 int from_size,
int to_size,
32 int *intour,
int *last));
33 int tsp_closest
PROTO((
34 neighbor *nbtree,
int *intour,
int *last));
35 void tsp_ni_insert_edges
PROTO((
37 int *intour,
int *last));
38 int tsp_farthest
PROTO((
39 neighbor *nbtree,
int *intour,
int *last));
40 void tsp_fi_insert_edges
PROTO((
42 int *intour,
int *last));
43 int tsp_insert_into_tour
PROTO((
45 int size,
int new_node));