#include "symphony.h"
#include "sym_master.h"
#include "vrp_types.h"
#include "vrp_const.h"
#include "VRPH.h"
Go to the source code of this file.
Defines | |
#define | COMPILING_FOR_MASTER |
#define | USE_VRPH 1 |
#define | NUM_VRPH_SOLUTIONS 10 |
Functions | |
int | vrp_test (sym_environment *env, int argc, char **argv) |
int | main (int argc, char **argv) |
#define COMPILING_FOR_MASTER |
Definition at line 21 of file SYMPHONY_vrp_main.c.
#define NUM_VRPH_SOLUTIONS 10 |
Definition at line 24 of file SYMPHONY_vrp_main.c.
#define USE_VRPH 1 |
Definition at line 22 of file SYMPHONY_vrp_main.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 75 of file SYMPHONY_vrp_main.c.
int vrp_test | ( | sym_environment * | env, | |
int | argc, | |||
char ** | argv | |||
) |
Definition at line 173 of file SYMPHONY_vrp_main.c.