Terminology Flashcards

1
Q

A tree

A

A connected graph with no cycles e.g. Probability tree

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

A spanning tree

A

A subgraph that includes all the vertices of the graph and is also a tree

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

A complete graph Kn

A

Has n vertices where all the vertices are connected by an edge to each of the other vertices

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

A bipartite graph

A

Two sets of vertices (X and Y) where edges only join vertices in X to Y, not within their set

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

A planar graph

A

A graph which can be drawn in a plane so that no two edges meet each other, except at a vertex to which they are both incident

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

Isomorphic

A

If two graphs have the same number of vertices and the degrees of the corresponding vertices are the same

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

Network

A

A graph with weighted edges

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

Triangle inequality

A

If weight BC is less than or equal to weight AB + AC for all sets of three vertices (ABC) then it satisfies this

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

Path

A

A finite sequence of edges such that the end vertex of one edge is the start vertex of the next. No vertex appears more than once

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

Cycle

A

A closed path, the end vertex of the last edge is the start vertex of the first edge

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

Hamiltonian cycle

A

A cycle that passes through every vertex of the graph once and only once, and returns to its start vertex

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

Eulerian cycle

A

A cycle that includes every edge of a graph exactly once

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

Edge set

A

Set of all edges

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

Vertex set

A

Set of all vertices

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

Graph

A

A collection of nodes (or vertices) which are connected by arcs (or edges)

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

Subgraph

A

A subset of the vertices together with a subset of the edges

17
Q

Two connected vertices

A

Two vertices with a path inbetween them

18
Q

Connected graph

A

All of the vertices are connected

19
Q

Loop

A

An edge with the same vertex at each end

20
Q

Simple graph

A

Does not contain any ‘parallel’ arcs nor any loops

21
Q

Degree (or valency or order) of a vertex

A

The number of edges connected to it

22
Q

Directed edges

A

The edges of a graph have a direction associated with them

23
Q

Digraph

A

When the edges of a graph have a direction associated with them

24
Q

Kr,s

A

Bipartite graph where every vertex in x is joined to every vertex in y and vice versa

25
Q

Matching

A

A one to one pairing of some or all of the vertices in set X with vertices in set Y

26
Q

Linear programming

A

A method of maximising or minimising a variable subject to constraints

27
Q

Critical path

A

Critical activities from source node to sink node

28
Q

Critical activity

A

It’s duration cannot be increased without increasing the duration of the whole project

29
Q

Decision variables

A

The axis labelled on the graph

30
Q

Slack

A

How much delay between finishing one activity and starting another

31
Q

Constraints

A

Inequalities shown on a graph

32
Q

Gantt chart

A

Earliest possible start, latest possible finish

33
Q

Feasible region

A

Area which satisfies the constraints