Description Usage Arguments Details Value Optional Parameters (...) Note Author(s) References See Also Examples
Calculate solution for the VRP using the SWEEP-Algorithm.
1 2 3 4 |
object |
Object of Type |
... |
Optional Parameters See Below. |
Apart from Algorithm 5.1 at Domschke(2010) p. 229, the improvement steps with 2opt/3opt are not implemented.
same modified object of Type GeoSituation.
The Solution will be assigned to each
Warehouse$vrp
...)VRP.SWEEP numeric The alpha-Shape-Parameter of
the SWEEP-algorithm (Offset of Sweep-Angle. To be rovided
in Radians!)
numeric Optional Parameter. Defining the maximum loading-capacity of each tour. Default is 2*sum(demand) +1 (will be ignored).
numeric Optional Parameter. Defining the maximum Stops of each tour. Default is 2*n +1 (will be ignored).
Obsolete. Please use digits from
getDistance.
logical Optional
Parameter. Indicating, if the calculation should be
logged to console. Default is FALSE.
You may want to check these functions for any other optional parameters.
getpolar
(offset-parameter is used by VRP.SWEEP
for citing use: Felix Lindemann (2014). HNUORTools: Operations Research Tools. R package version 1.1-0. http://felixlindemann.github.io/HNUORTools/.
Dipl. Kfm. Felix Lindemann felix.lindemann@hs-neu-ulm.de
Wissenschaftlicher Mitarbeiter Kompetenzzentrum Logistik Buro ZWEI, 17
Hochschule fur angewandte Wissenschaften Fachhochschule Neu-Ulm | Neu-Ulm University Wileystr. 1
D-89231 Neu-Ulm
Phone +49(0)731-9762-1437 Web www.hs-neu-ulm.de/felix-lindemann/ http://felixlindemann.blogspot.de
Algorithmus 5.1 S. 229: Domschke, Wolfgang (2010): Logistik. Rundreisen und Touren. 5., Aufl. Muenchen [u.a.]: Oldenbourg (2).
GeoSituation, Node,
VRP.SWEEP VRP.SAVINGS
1 2 | # demo(HNUVRP01)
# demo(HNUVRP02)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.