Location Problems Flashcards

To learn the theory of the location problem section

1
Q

Location of supply

A

Is the supply on a vertex only or on any point along an edge or arc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Location of demand

A

Is the demand on a vertex only or any point along an edge or arc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Objective

A

Do we want to minimize the distance from supply to all points of demand or minimize the maximum distance from supply to the farthest demand?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Classical

A

Vertex supply to vertex demand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Eccentricity

A

The eccentricity of a vertex is the maximum distance from a vertex v to the farthest vertex from v
[ e(v) ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Radius

A

The minimum eccentricity of the graph G

[ rad(G) ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Central vertex

A

The vertex/vertices with eccentricity equal to the radius

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Diameter

A

The maximum eccentricity of the graph G

[ diam(G) ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Peripheral vertex

A

The vertex/vertices with eccentricity equal to the diameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Classical Centre

A

Subgraph of all the central vertices denoted as C(G)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Periphery

A

Subgraph of all the peripheral vertices of G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Classical Median

A

Subgraph denoted as M(G) of a weighted connected graph G induced by all the vertices of G which achieve a minimum value for the sum total of the distances from themselves to all other vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

General

A

Vertex supply to any point demand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

f-point

A

The point on the edge uv at a distance f x w(u) from u and a distance (1-f) x w(v) for v for any real number of f from 0 to 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

0-point

A

u where f = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Internal f-point

A

Where f is greater than 0 and smaller than 1

17
Q

1-point

A

v where f = 1

18
Q

Vertex to edge distance

A

The distance from a vertex u to the critical f*-point of uv where f is the maximal distance

19
Q

Vertex to arc distance

A

The distance from vertex i to the maximal distance for an arc which is always f = 1

20
Q

D(G)

A

The matrix of distance between the vertices and edges of the graph G

21
Q

General Centre

A

The subgraph of G induced by the vertex/vertices achieving a minimum value of row maxima in D(G)
[ minimum maximum of row ]

22
Q

General Median

A

The subgraph of G induced by the vertex/vertices achieving a minimum value of row sum in D(G)
[ minimum sum of row ]

23
Q

Absolute

A

Any point supply to vertex point demand

24
Q

Point (edge) to vertex distance

A

There are two possible routes for the shortest path from an f-point of uv to i. Hence:

d = min[ f w(uv) + d(u,i), (1-f) w(uv) + d(v,i) ]

In the case where there exists a critical value of f, f* such that f w(uv) + d(u,i) = (1-f) w(uv) + d(v,i) then to calculate f* we solve the aforementioned equation to get:

f* = [ w(uv) + d(v,i) - d(u,i) ] / [ 2w(uv) ]

25
Q

General Absolute

A

Any point supply to any point demand

26
Q

Point (edge) to edge distance: e ≠ v

A

For e ≠ v the shortest path from an f-point (supply) to the farthest point of e (demand) is via u or v therefore:

d(f(uv), e) = min{ f w(uv) + d(u,e), (1-f) w(uv) + d(v,e)

27
Q

Point (edge) to edge distance: e = v

A

For e = v the shortest path from an f-point to the farthest g-point described by the following equation:

d(f(uv), uv) = max{ A, B }

where A and B are:

A = min{ f w(uv), [ w(uv) + d(v,u) ] / 2 }
B = min( (1-f) w(uv),  [ w(uv) + d(u,v) ] / 2 }
28
Q

Drawing of general absolute

A

Use these equations:

Right: A’ = [ w(uv) + d(v,u) ] / 2 }
Left: B’ = [ w(uv) + d(u,v) ] / 2 }