Network Location Problems Flashcards

1
Q

Eccentricity eG(v)

A

The maximum distance of a vertex from v. That is, e(v) is the distance from v to a vertex furthest from V.

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

Radius rad(G)

A

Minimum eccentricity amoung vertices of G

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

Diameter diam(G)

A

Maximum eccentricity

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

Central vertex

A

Vertex whose eccentricity is equal to the radius

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

Peripheral vertex

A

Vertex whose eccentricity is equal to the diameter

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

Theorem 6.1

A

For every connected, unweighted graph G satisfying the triangle inequality it holds that rad(G)<=diam(G) <=2rad(G)

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

Theorem 6.3

A

Let T be an unweighted tree of order p>=3 and let T’ be the tree formed by pruning away all the leaves of T. Then C(T) = C(T’)

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

Algorithm 6.1 (Centre of unweighted tree)

A
All leaves of 1st layer.
If no more leaves left - - done
If more leaves, repeat
Left with 1 or 2 vertices
c(G) =
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Classical median M(G)

A

The subgraph of G induced by all vertices v in V(G) which achieve a minimum value for the sum total of the distance from themselves to all other vertices.

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

General Centre

A

A vertex location in the graph at which a facility may be placed to supply some service to any point on an edge/ arc of the graph if the objective is to minimise the maximal potential distance that a user of the facility will have to travel in order to make use of the facility

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

General centre

A

Not done😅

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

F-point

A

The point on the arc (u, v) /edge (uv) at a distance fw(u,v) from the vertex u and at a distance (1-f)w(u,v) from the vertex v, for any f from 0 to 1

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

Vertex to edge distance d~(i, uv)

A

Distance from a vertex i to an f-point on the edge uv

(d(i, u) +d(i, v) +w(uv)) /2

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

Vertex-to-arc distance d~(i, (u, v))

A

d~(i, (u, v)) =d(i, u) +w(u, v)

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

Absolute centre

A

Arbitrary point location on any edge/ arc of the graph at which a facility may be placed to supply some service to any vertex of the graph so that the maximum distance from the supply point to a demand vertex is minimised

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

Absolute median

A

Find