#include "sym_proto.h"
#include "vrp_types.h"
Go to the source code of this file.
|
double receive_tours | PROTO ((vrp_problem *vrp, heurs *hh, int *last, char print, char routes, char add_edges, char win, int jobs, int *sent)) |
|
double receive_lbs | PROTO ((vrp_problem *vrp, heurs *hh, char win, int numroutes, int jobs, int *sent)) |
|
double receive_tours PROTO |
( |
(vrp_problem *vrp, heurs *hh, int *last, char print, char routes, char add_edges, char win, int jobs, int *sent) |
| ) |
|
double receive_lbs PROTO |
( |
(vrp_problem *vrp, heurs *hh, char win, int numroutes, int jobs, int *sent) |
| ) |
|