VRPH  1.0
Defines | Functions
src/apps/vrp_initial.cpp File Reference
#include "VRPH.h"

Go to the source code of this file.

Defines

#define RANDOM   0
#define REGRET   1

Functions

int main (int argc, char *argv[])

Define Documentation

#define RANDOM   0

Definition at line 15 of file vrp_initial.cpp.

#define REGRET   1

Definition at line 16 of file vrp_initial.cpp.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

A main() routine to illustrate usage of Clarke Wright and Sweep methods to construct an initial solution.

Definition at line 18 of file vrp_initial.cpp.