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:
earliest event times
latest event times
- 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
- 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
connected
if every vertex can be reached from every other vertex by going along edges
route
a walk, trail or path