Documentation of vrpgetdata

Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)

Function Synopsis

VRPData = vrpgetdata(VRPFunName)

Help text

 Get the data for the example vehicle routing problems 

 This function 

    XY = vertex coordinates
     q = vertex demands, with depot q(1) = 0
     Q = maximum route load
    ld = load/unload timespans
 maxTC = maximum total route cost


 Syntax: VRPData = vrpgetdata(VRPFunName)

 Input parameter:
    VRPFunName - String containing name of a vehicle routing problem 
            (the points of the routes).

 Output parameter:
    RouteIndOut - similar to RouteIndIn the converted individuals or routes

 See also: demovrp, objvrp, plotvrp, vrpconvind

Cross-Reference Information

This function is called by
GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions  www.geatbx.com 

This document is part of version 3.8 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2006 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).