Go to the documentation of this file.
17 #ifndef _MST_INS_ROUT_H
18 #define _MST_INS_ROUT_H
24 int make_k_tree
PROTO((
lb_prob *p,
int *tree,
int *lamda,
int k));
25 int closest
PROTO((
neighbor *nbtree,
int *intree,
int *last,
int *host));
27 int *intree,
int *last,
int *lamda,
int mu));
28 int new_lamda
PROTO((
lb_prob *p,
int upper_bound,
int cur_bound,
int *lamda,
29 int numroutes,
int *tree,
edge_data *cur_edges,
int alpha));