SRF-Module7 MIS
SRF-Module7 MIS
7
“Management Science Network
Models”
MS. PEARL NOGRA-FABIA
NO. 7
Management Science
Network Models
Managerial problems can be described graphically as a network. It is a
set of nodes and arcs that diagrams the relationships between objects
of the real system. Network models can represent e.g. a transportation
system where nodes are the cities and arcs are the connections
between them (roads). The network expression is also suitable for
description of computer systems (Local Area Network, World Wide Web,
etc.), the company organization and production process, piping systems,
or projects. In the following section there will be discussed the basic
terminology and notation for network problems and some applications
will be outlined.
NO. 7
Management Science
Network Terminology
As we defined above, the
network is a set of nodes and
arcs. The arc is a connector
between a pair of nodes and
can be directed (oriented) or
undirected. A directed arc
indicates which node is
considered as the point of
origin. The orientation of the arc
is marked with the arrowhead.
Figure: Directed and Undirected Graph
NO. 7
Management Science
The path in Figure 3.2 is an open path, since it starts and ends in different nodes. If
the path starts and ends in the same node (closed path) it is called a circuit (cycle).
A network is called connected if there is a path connecting every pair of nodes in the
network. The network shown above is connected. If we removed the arcs (1, 2) and
(1, 3), we would no longer have the connected network.
The connected network without any circuit is called a tree. If we denote the total
number of nodes in the network as n it is evident that the tree involving all nodes
must contain exactly (n – 1) arcs. If we add any arc to the tree, the circuit will appear.
A spanning tree is a tree including all the nodes from the original network. The tree
shown in Figure 3.4 is an example of spanning tree. Removing of any arc from the
spanning tree changes the tree into unconnected network.
NO. 7
Management Science
To 1 2 3 4 5 6
From
1 0 14 25 26 32 40
2 14 0 10 12 18 26
3 24 10 0 15 0 16
4 26 12 15 0 23 15
5 32 18 28 23 0 30
6 40 26 16 15 30 0
Tab. 3.1 Traveling Salesperson Problem
NO. 7
Management Science
In some situations, instead of finding the shortest path or the shortest tour, the
goal is to assure a connection between all nodes in the network. Assuming n
nodes in the network, a spanning tree is such sub-network that contains exactly
(n-1) arcs and no circuits. In case we have the evaluated network (e.g. by
distances), the minimal spanning tree is a spanning tree with the minimal sum of
values.
Example 3.3 We illustrate one of the possible algorithms on this elementary
example. Suppose that the managerial problem is to connect 9 locations of an
exhibition area with the source of electricity power. The objective is to minimize
the cost of all the extensions. The direct distances (in meters) between locations
can be found in Figure 3.8. The node 1 is the source of power. The price per 1
meter of a cable is 10 CZK.
NO. 7
Management Science
Solution 1. In the first step we find two arcs with minimal distances.
These are the arcs (8, 10) and (3, 5) with direct distances 35 and 40
meters (Figure 3.9).
NO. 6
Management Science
NO. 7
Managerial Economics
MT 7.1.1
“ESSAY”
none
NO. 7
Management Science
MT 7.1.1
MT 7.1.1
Q1.1.1-1