VRPH  1.0
inc/VRPGenerator.h
Go to the documentation of this file.
00001 
00002 //                                                        //
00003 // This file is part of the VRPH C/C++ package for        //
00004 // solving the Vehicle Routing Problem by Chris Groer     //
00005 // Code is free for use by academic researchers.          //
00006 // For other purposes, contact cgroer@gmail.com           //
00007 //                                                        //
00009 
00010 #ifndef _VRP_GEN_H
00011 #define _VRP_GEN_H
00012 
00013 void generate_li_vrp(int A, int B, int Q, int L, const char *outfile);
00014 
00015 #endif
00016