GeoSituation: The GeoSituation class

Description Details Slots defined Creating objects of type GeoSituation Methods Note Author(s) See Also Examples

Description

This class is part of the HNUORTools. It can be understood as a scenario-placeholder in an Operations-Research (OR)-context.

Details

Find here the defined slots for this class.

Slots defined

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:

x

An object of type matrix, representing the Transportation Plan.

cij

An object of type matrix, representing the Transportation Costs.

costfactor

An object of type matrix, representing the Transportation Cost factor.

Creating objects of type GeoSituation

Creating an S4-Object

new("GeoSituation", ...)

Using the user-friendly function

new("GeoSituation",...)

Methods

plotGeoSituation(x=GeoSituation, y=NULL, ...)

Creates a plot the current Situation.

Note

for citing use: Felix Lindemann (2014). HNUORTools: Operations Research Tools. R package version 1.1-0. http://felixlindemann.github.io/HNUORTools/.

Author(s)

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

See Also

Node, Link, Warehouse, Customer

Examples

1
# \code{citation("HNUORTools"}

felixlindemann/HNUORTools documentation built on May 8, 2019, 6:46 p.m.