I have the precedence table
Activity | depends on
A | -
B | -
C | -
D | A,B
E | B,C
F | A,C
And I want to write it as an activity on arc network
So far I have:
1--D--4
/|
A ^
/ |
0-B-2
\ |
C v
\|
3--E--5
Where the events are numbered, and the vertical arcs represent dummy activities, directed by the arrows.
I can't see how I can now attach activity F to this network. I can't attach F directly or indirectly to any of the existing events. Is this possible? And in general is there an algorithmic approach to forming the activity on arc network from the precedence table?
