VRPH  1.0
inc/Osman.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 _OSMAN_H
00011 #define _OSMAN_H
00012 
00013 bool osman_insert(VRP *V, int k, double alpha);
00014 int osman_perturb(VRP *V, int num, double alpha);
00015 
00016 #endif
00017