Description Details Slots defined Creating objects of type GeoSituation Methods Note Author(s) See Also Examples
This class is part of the HNUORTools. It can be understood as a scenario-placeholder in an Operations-Research (OR)-context.
Find here the defined slots for this class.
id:Object of class
"character", The Id-of the Scenario.
label:Object of class "character",
The label-of the Scenario.
nodes:Objects
of class Node used in the Scenario.
links:Objects of class Link
used in the Scenario.
warehouses:Objects
of class Warehouse used in the Scenario.
customers:Objects of class
Customer used in the Scenario.
spp:Object of class list.
The items in the list are:
iteration:an numeric value
indicating after which iteration the algorithm
terminated.
Q:A data.frame
(sorted list) with the reachable nodes.
tableau:A nx2 matrix with
the current solution. In Column "p" is the Index(!) of
the predecessor (not the id) stored.
finaltableau:A matrix with
the results of every iteration. In Column "p" is the
Index(!) of the predecessor (not the id) stored.
tpp:Object of class list.
The items in the list are:
An object
of type matrix, representing the
Transportation Plan.
An object of type
matrix, representing the Transportation
Costs.
An object of type
matrix, representing the Transportation
Cost factor.
GeoSituationS4-Objectnew("GeoSituation", ...)
new("GeoSituation",...)
plotGeoSituation(x=GeoSituation,
y=NULL, ...)Creates a plot the current Situation.
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
Node, Link,
Warehouse, Customer
1 | # \code{citation("HNUORTools"}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.