题目
| Activity | Immediately preceding activities |
|---|---|
| A | – |
| B | – |
| C | – |
| D | A |
| E | A |
| F | A, B, C |
| G | C |
| H | G |
| I | D, E, F, H |
| J | I |
| K | I |
| L | I |
| M | L |
(a) Draw the activity network for the project described in the precedence table above, using activity on arc and the minimum number of dummies.
(b) State which activity is guaranteed to be critical, giving a reason for your answer.
It is given that each activity in the table takes two hours to complete.
(c) State the minimum completion time and write down the critical path for the project.
题目中文翻译
| 活动 | 紧前活动 |
|---|---|
| A | – |
| B | – |
| C | – |
| D | A |
| E | A |
| F | A, B, C |
| G | C |
| H | G |
| I | D, E, F, H |
| J | I |
| K | I |
| L | I |
| M | L |
(a) 使用弧表示活动和最少数量的虚活动,画出上面优先级表中描述的项目的活动网络。
(b) 写出保证是关键活动的活动,并给出理由。
已知表中每项活动需要两小时完成。
(c) 写出最小完成时间并写出项目的关键路径。
解答
(a)
解法一
思路
展开
先从起点画出没有紧前活动的 。为了让 同时等待 ,需要用两个虚活动把三条先后关系汇合;而 必须在 开始前汇合。最后, 都要通向唯一终点,因此还需要一个虚活动连接 的终点与共同终点。按这种结构共使用四个虚活动,达到官方答案中的最少数量。
官方评分资料也接受若干等价画法,例如交换 或交换 的位置;这些只改变图的布局,不改变先后关系。
答题过程
展开
Draw , and from the unique start event. Use dummy activities to merge the ends of , and before begins.
Activities and begin after , while begins after and begins after . The ends of , , and are then merged before begins.
After , activities , and begin. Activity follows , and the ends of , and are joined at one finish event.
The completed activity-on-arc network, using the minimum of four dummy activities, is:
(b)
解法一
思路
展开
判断“保证关键”不能只看某一条最长路线,而要寻找所有从起点到终点的路径都必经的活动。网络在 前汇合、在 后分支,所以任何完整路径都必须经过 。
答题过程
展开
Activity is guaranteed to be critical because every path from the source event to the sink event contains .
Therefore the required activity is
(c)
解法一
思路
展开
每项活动都用 2 小时,因此只需找包含活动数最多的起点到终点路径。经过 到达 的路线最长;在 后,经过 的分支最长,所以关键路径是 。
答题过程
展开
The longest path through the network is
It contains six activities, each of duration hours. Hence the minimum completion time is
The critical path is therefore