Module 3 Flashcards
} system of roads, streets, pipes, aqueducts, power lines, or nearly any structure which
permits either vehicular movement or flow of some commodity
} figure made up of points (vertices) connected by non-intersecting curves (arcs)
} Model-based definition of ____
Networks
} simplified version of a slice of reality
} Pattern, plan, representation (especially in miniature), or description designed to show
the main object or workings of an object, system, or concept
} Building blocks of theories, foundations of a science
Model
Importance of Models:
} Possible to deliberately eliminate real world complexities
} Enabling greater comprehension
} Enable abstraction
} Possible to manipulate data and test relationships among the components of the
problem
} Allow generalizations
} Constitute a common language of scientific discourse
Types of Models:
Iconic Models
Analog Models
Symbolic Models
} all the properties and relationships of the original phenomenon are represented at a
reduced scale
} Examples : Model trains; Aerial photographs
Iconic Models
} only those characteristics of the real world considered to be significant are
incorporated.
} Certain level of abstraction
§ (from the Latin abs, meaning away from and trahere, meaning to draw)
§ certain things are eliminated, others are shown in stylized manner
§ analogy is drawn between phenomena in apparently disparate fields
} Example: Topographic Map; Globe
Analog Models
} relationships are expressed usually by mathematical symbols in equation form
} Example: E=mc2
Symbolic Models
} set of systematically organized points and lines
} a collection of vertices or nodes and a collection of edges that connect pairs of
vertices
} a set of vertex (nodes) v connected by edges (links) e. Thus G=(v , e).
Graphs
Major properties of ordinary graphs:
} A network has a finite number of places
} Each route is a set consisting of two places
} Each route joins two different places
} At the most, only one route may join a pair of places
} No distinctions are made between the initial and the terminal places or
routes
} Routes are two-way
The origins of graph theory can be traced to ____ who devised in 1735
a problem that came to be known as the “_____”.
Leonhard Euler, Seven Bridges of Konigsberg
} branch of combinatorial topology
} Allows us to disentangle the basic structure of transportation
Graph Theory
A ____ is a terminal point or an intersection point of a graph. It is the
abstraction of a location such as a city, an administrative division, a road intersection or a
transport terminal (stations, terminuses, harbors and airports).
Vertex (Node)
An ___ is a link between two nodes. The link (i , j) is of initial
extremity i and of terminal extremity j. A link is the abstraction of a transport infrastructure
supporting movements between nodes. It has a direction that is commonly represented as
an arrow. When an arrow is not used, it is assumed the link is bi-directional.
Edge (Link)
A ___ is a subset of a graph G where p is the number of ___. For instance G’ = (v’, e’) can be a distinct ___ of G. Unless the global transport system is considered in its whole, every transport network is in theory a ___ of
another. For instance, the road transportation network of a city is a ___ of a regional
transportation network, which is itself a ___ of a national transportation network.
Sub-Graph
A link that makes a node correspond to itself is a ___.
Buckle (Loop or Self-Edge)
A graph that includes only
one type of link between its nodes. A road
or rail network are ____?
Simple Graph
A graph that includes several
types of links between its nodes. Some
nodes can be connected to one link type
while others can be connected to more than
one that are running in parallel. A graph
depicting a road and a rail network with
different links between nodes serviced by
either or both modes is a ____?.
Multigraph
____ have nodes connected by only one link type, such as road or rail links. A ___ can contain more than one link type between the same two nodes (a combination of two ____ graphs).
Simple Graph, Multigraph, Simple
A ____ enables flows of people, freight or information, which are
occurring along its links.
Transportation Network
Graph theory must thus offer the possibility of representing
movements as linkages, which can be considered over several aspects:
Connection
Path
Chain
Length of a Link, Connection, or Path
Cycle
Circuit
Clique
Cluster
Ego Network
Nodal Region
Dual Graph
A set of two nodes as
every node is linked to the other. Considers
if a movement between two nodes is
possible, whatever its direction. Knowing
connections makes it possible to find if it is
possible to reach a node from another node
within a graph.
Connection
A sequence of links that are
traveled in the same direction. For a ____ to
exist between two nodes, it must be
possible to travel an uninterrupted
sequence of links. Finding all the possible
paths in a graph is a fundamental attribute
in measuring accessibility and traffic flows.
Path
A sequence of links having a connection in common with the other. Direction
does not matter.
Chain
Refers to the label associated with a
link, a connection or a path. This label can be distance, the amount of traffic, the capacity or
any relevant attribute of that link. The ? of a path is the number of links (or
connections) in this path.
Length of a Link, Connection, or Path
Refers to a chain where the initial and terminal node is the same and that does
not use the same link more than once is a ___.
Cycle