Graphs/ Networks Flashcards
event where more than one activity starts
burst event
event where more than one activity ends
merge event
Dummy Activity
an activity that has zero duration
need for dummies:
- to prevent activities starting and finishing on the same node
- make it possible to draw the correct dependencies
earliest event times
- forwards pass
- largest value you can get
- an event cannot start until all events leading to it have finished i.e. its the longest path
latest event times
- backwards pass
- the smallest value you can get
critical activities
LET - EET - duration = 0
changing the duration will effect the overall minimum project completion time
minimum project completion time
duration of the longest path on the network
float
spare time associated with an activity
total float =
LET (i) - EET (j) - duration
float of a critical activity =
= 0
independent float =
EET (j) - LET (i) - duration
interfering float =
total float - independent float
Independent float
an activity can increase by x amount of time without effecting the minimum completion time
interfering float
a group of activities can increase by a set amount of time
float in cascade
dotted lines to show how an event can be moved
critical activities on a cascade chart
all in one row, other activities above on a different row depending on dependencies
Drawing cascade diagrams
- critical activities in order on a single row
- each activity on its own row with the correct float
For the adjacency matrix of a digraph:
Read in rows i.e. if there’s a weight in row A and column B Then the edge goes from A to B
Complete
every possible pair of vertices is connected by an edge
isomorphic
If two graphs look different but they are structurally the same (in terms of the connections between the vertices)
bipartite graph
vertices divided into two sets