#include "heur_types.h"
#include "sym_proto.h"
Go to the source code of this file.
|
int tsp_farthest_ins_from_to | PROTO ((heur_prob *p, _node *tour, int cost, int from_size, int to_size, int starter, neighbor *nbtree, int *intour, int *last)) |
|
int tsp_closest | PROTO ((neighbor *nbtree, int *intour, int *last)) |
|
void tsp_ni_insert_edges | PROTO ((heur_prob *p, int new_node, neighbor *nbtree, int *intour, int *last)) |
|
int tsp_insert_into_tour | PROTO ((heur_prob *p, _node *tour, int starter, int size, int new_node)) |
|
int tsp_nearest_ins_from_to PROTO |
( |
(heur_prob *p, _node *tour, int cost, int from_size, int to_size, int starter, neighbor *nbtree, int *intour, int *last) |
| ) |
|
int tsp_closest PROTO |
( |
(neighbor *nbtree, int *intour, int *last) |
| ) |
|
void tsp_ni_insert_edges PROTO |
( |
(heur_prob *p, int new_node, neighbor *nbtree, int *intour, int *last) |
| ) |
|
int tsp_insert_into_tour PROTO |
( |
(heur_prob *p, _node *tour, int starter, int size, int new_node) |
| ) |
|