VRPH  1.0
Functions
src/VRPGenerator.cpp File Reference
#include "VRPH.h"

Go to the source code of this file.

Functions

void generate_li_vrp (int A, int B, int Q, int L, const char *outfile)

Function Documentation

void generate_li_vrp ( int  A,
int  B,
int  Q,
int  L,
const char *  outfile 
)

Generates a TSPLIB-formatted VRP file given the parameters using the generator of Li, et al., 2005.

Definition at line 12 of file VRPGenerator.cpp.