| Abstract
One of the mysteries of OR/MS teaching is no doubt the AoA vs AoN syndrome. It poses the following dilemma in connection with teaching the Critical path Method: should the popular and well established Activity on Arc (AoA) paradigm or the pedagogically and practically superior Activity on Node (AoN) paradigm be used? In this discussion we argue that it is time to eradicate this affliction and call upon OR/MS courseware developers to once and for all abandon the AoA paradigm in favour of AoN. A simple on line module is provided for experimentation with the Critical Path Method.
For fifteen years I faced the following dilemma in my undergraduate teaching: should I use the popular Activity on Arc (AoA) or the pedagogically superior Activity on Node (AoN) paradigm in my Critical Path Method (CPM) courseware?
My strategy for dealing with this issue can be described as follows: I explain to my students at the outset that there are two paradigms for the exposition and implementation of the CPM, namely AoA and AoN. I indicate that although personally I regard AoN to be much superior to AoA, I nevertheless use the latter because it is the paradigm deployed in all the introductory textbooks we use as references for the subject. I express my wish that next year I will be able to use the superior AoN paradigm.
I have been going through this 5-6 minutes annual ritual for fifteen years.
This year I changed this strategy. At the beginning of the first CPM lecture I told my students that there were two paradigms for the exposition of the CPM, namely AoA and AoN. I indicated that although AoA was deployed in all the introductory textbooks that we used as references for the subject, I would use the much superior AoN. I added that I had already initiated a campaign to convince the authors of introductory OR/MS textbooks, and OR/MS courseware developers in general, to convert to AoN.
This paper is an important element of this campaign. Its target audience are developers of CPM courseware who, for whatever reasons, still deploy the AoA paradigm. In particular, it is written with authors of introductory OR/MS textbooks - as well lecturers using such textbooks - in mind.
It is assumed that the reader is familiar with how introductory OR/MS textbooks (eg. Markland and Sweigart, 1987, Hillier and Lieberman, 1995, Taha, 1997, Winston, 2004) describe the CPM. For the reader's concenience, a summary of the basic terminology and mathematical idiom of CPM is provided in Appendix A and B.
To motivate the discussion consider the following textbook example:
(Winston, 2004, Example
6, p. 433)
Table 1 provides information about a small project. It consists of 6 activities associated with the production of a new product assembled from two standard products, called "product 1" and "product 2".
Table 1. Project Data
| Activity |
Immediate
Predecessors |
Duration
(days) |
|
| A = train workers |
--- |
6 |
| B = purchase raw materials |
--- |
9 |
| C = produce product 1 |
A,B |
8 |
| D = produce product 2 |
A,B |
7 |
| E = test product 2 |
D |
10 |
| F = assemble products 1 and 2 |
C,E |
12 |
|
The table consists of three columns corresponding to the three basic ingredients of a project:
First column: Activities (names and descriptions)
Second column: Precedence relations (immediate predecessors)
Third column: Durations (days)
Recall that the main task of the CPM is to determine:
The earliest feasible completion time of the project, T.
The list of critical activities.
By definition, an activity is said to be critical if any delay in its earliest possible completion time will cause a delay in the completion of the project as a whole, assuming that all other activities are completed as early as possible according to schedule.
The point to observe is that as far as the CPM is concerned a table such as Table 1 completely describes a project and therefore no additional details are required for the method to be applied. We shall call such tables project tables.
One simple way to identify the critical activities and to determine the value of T is to build the Gantt Chart of the project. We place the activities on the (horizontal) time axis as close as possible to the origin while satisfying the precedence constraints. Each activity is represented by a bar whose width corresponds to the duration of the activity.
Here is the Gantt Chart of the project described in Example 1. The critical activities are painted red whereas the non-critical activities are painted blue. The white gaps represent the maximum delays in the activities that will not cause delays in the completion of the project as a whole. The critical activities have no such gaps.
Gantt Chart for Example 1
Such a chart does an excellent job displaying the project activities in a manner that provides useful information about them individually and about the relationship between them. It falls short, however, of describing the precedence constraints. More seriously, the application of this straightforward graphical method is limited to very small project planning problems and is therefore not very useful for the solution of "real life" problems, as these usually involve many activities. Furthermore, it makes no explicit use of a fundamental project management concept and thus its pedagogical content is minimal. What is needed is a formal procedure that could be easily converted into a computer code and that is based on fundamental concepts and principles of project management and scheduling. The CPM provides a methodological framework for such a procedure (see Appendix A and B).
Table 2 depicts the results obtained for the problem featured in Example 1, where ET(j), LT(j), TF(j), and FF(j) denote the early time, late time, total float and free float of activity j, respectively.
Table 2
| j |
ET(j) |
LT(j) |
TF(j) |
FF(j) |
Critical |
|
| A |
0 |
3 |
3 |
3 |
No |
| B |
0 |
0 |
0 |
0 |
Yes |
| C |
9 |
18 |
9 |
9 |
No |
| D |
9 |
9 |
0 |
0 |
Yes |
| E |
16 |
16 |
0 |
0 |
Yes |
| F |
26 |
26 |
0 |
0 |
Yes |
|
You are invited to use the following simple module to experiment with the CPM. The module provides three pre-set problem instances. You can create problem instances of your own and/or modify the pre-set problems. For your convenience the precedence relations are specified by a boolean matrix. The selected entries in row j of the matrix represent the immediate predecessors of activity j. Thus, if you do not check any box in row j, then activity j will represent a source, and if no element is checked in column j, then activity j will represent terminal activity.
Instructions
- To create your own problem, specify the appropriate immediate predecessors (P(j)) and durations (d(j)) of the activities of interest.
- You do not have to utilize all the listed (A-L) activities.
- Activities whose durations are not specified will be ignored.
- You do not have to worry about arranging the activities in a lexicographic order consistent with the precedence relations. The module takes care of this technical detail internally.
- Make sure that the activities are not cyclic!
- If the Report box is checked when the Solve button is clicked, a printer-friendly report will be generated.
- You are welcome to specify the durations as decimal numbers. However, no special formatting arrangements are provided to handle decimal operations. The displayed results might therefore be exceedingly unattractive (see Problem 2).
- If a form-field is not wide enough to show its content in full, click on it and the content will be displayed in full in the larger field at the bottom of the table.
|
Module 1
In summary: the CPM is based on the concepts early start times and late start times from which floats can be computed and the critical activities can be identified. Dynamic programming is employed for the computation of the early and late start times of the activities. The basic data required by the CPM is encapsulated by a project table. Gantt charts are commonly deployed to generate graphical displays of the results.
For various reasons, both pedagogical and practical in nature, it is often desirable to describe the CPM not in the framework of a project table, as we did above, but rather in the framework of a project network. The question therefore arises: how can we describe a project table as a project network?
Given that, like graphs, networks consist of two fundamental objects, namely nodes and arcs, it should not come as a surprise that there are two basic ways to describe a project as a network, namely:
- Activity on node (AoN) network.
- Activity on arc (AoA) network.
This means that when we teach the CPM we have to decide which one of these two paradigms we should use. It turns out that this choice is not as simple and straightforward as it should be - hence the dilemma. More specifically, the crux of the dilemma is the conflict or tradeoff between
- The obvious superiority of AoN as a modelling paradigm.
- The obvious popularity of AoA among authors of introductory OR/MS textbooks.
This description of the dilemma raises the following obvious question: if AoN is indeed superior to AoA as a modelling paradigm, why does AoA dominate the scene as far as introductory OR/MS textbooks are concerned?
This is indeed an interesting question and we shall address it in due course. But first let us quickly examine the essential features of the two competing paradigms.
The construction of AoN networks is straightforward. All we have to do is
- Create a node for each activity.
- Connect nodes by arcs as dictated by the precedence relations.
In fact, this process is so simple and straightforward that it can be easily automated.
The AoN network for the project defined by Table 1 is given in Figure 1. (Note the definitive article: the AoN is uniquely determined by the project table and vice versa). All the familiar CPM formulas (see Appendix A) are applicable in this framework.
In summary then, within the AoN paradigm there is a crystal clear distinction between the role played by the nodes and the role played by the arcs in the project network:
- Nodes represent activities.
- Arcs represent precedence relations.
More details concerning this approach can be found in Fondahl (1961), Weist and Levy (1977), Shogan (1988), Seal (2001), Demeulemeester and Herroelen (2002), Gray and Larson (2002), Ragsdale (2003). In view of the nature of our discussion it should be pointed out that none of these references is a general introductory OR/MS textbook. We shall say more on this matter in Section 7. At this stage suffice it to say that a number of recent general introductory OR/MS textbook do adopt the AoN paradigm (eg. Ragsdale, 2004, Hillier and Lieberman, 2004).
With this in mind, let us examine AoN's arch rival.
This framework, also known as arrow-diagram, deploys arcs for two distinct purposes. That is, the arcs of the project network represent both the activities and the precedence relations between activities. This immediately raises three important questions:
- Is the mission possible?
- Is the network representation unique?
- What is the "physical" meaning of the nodes of the project network?
We shall not attempt to address these questions here. For the purposes of our discussion suffice it to say that to cope with the modelling issues raised by these questions we instruct our students to obey Traditional Modelling Rules (Kelley, 1961). For example, in the context of our discussion the rules used by Winston (2004) can be rephrased as follows:
|
Rule 1: There should be exactly one "start node".
Rule 2: There should be exactly one "finish node".
Rule 3: Nodes should be labelled in increasing order.
Rule 4: Each activity should be represented by exactly one arc.
Rule 5: Any two nodes can be connected by at most one arc. |
Then we advise our students:
- Bad news: Subject to these rules it is often impossible to convert a project table into an equivalent project network.
- Good news: This difficulty can be resolved if dummy activities are allowed.
For example, the AoA network depicted in Figure 2 represents the project described in Example 1. Observe that X is a dummy activity introduced in order to avoid violating Rule 5.

Figure 1. AoN representation of Example 1 |
|

Figure 2. AoA representation of Example 1 |
Once the project network has been constructed, we can identify the critical activities by computing the total floats of the activities and selecting those activities whose total floats are equal to zero.
In this framework an activity can be defined, or referred to, in two different ways: by its 'title', eg A, B and so on, or by the two nodes defining it. For example, in Figure 2 activity A is defined by node 1 and node 3, namely by arc(1,3). In this framework we let S(j) denote the set of nodes that are immediate successors of node j and P(j) the set of nodes that are immediate predecessors of node j. For example, in the case of Figure 2 we have S(1)={1,3}, S(2)={3}, S(3)={4,5}, S(4)={5} and S(6)={}. We also let d(i,j) denote the duration of the activity represented by arc(i,j) and assume that the nodes are represented by the labels {1,2,...,n}. Since we assume that the nodes are arranged in increasing order, this means then that node 1 is the (unique) start node and node n is the (unique) terminal node.
It is important to stress that the nodes of the network are not explicitly defined by the project table nor do they represent any 'real' constructs other than 'events' representing the completion of groups of activities. For example, in Figure 2 node 5 represents the event "activity C and activity E have been completed". It is not clear at all, however, what is the significance of this particular event. Why are we interested in this event, but not say in the event "activity C and activity D have been completed"? The point is that there is no explicit reference to these events in the project table representing the project. In any case, we refer to the nodes of the AoA network as events.
The CPM formalism based on AoA networks is described in Appendix B.
There is nothing fundamentally wrong with the AoA paradigm itself. This is not the issue. The issue is that the traditional implementation of the AoA paradigm - the one deployed in many introductory OR/MS textbooks and the one we outlined in Appendix B - is afflicted with a number of weaknesses, some more serious than others. So before we discuss some of these weaknesses let us first clarify the distinction we make here between the AoA paradigm itself and its traditional implementation in the OR/MS literature.
The basic feature of the AoA paradigm is the deployment of project networks whose arcs represent both the activities and the precedence relations between them. It is important to observe that this basic idea can be implemented in various ways and that the implementation universally adopted in the OR/MS literature is based on the Traditional Modelling Rules (Kelley, 1961) that we discussed above.
In view of this it is important to distinguish between weaknesses of the basic AoA paradigm itself and weaknesses of the Traditional Modelling Rules adopted in the OR/MS literature for the implementation of the AoA paradigm. Furthermore, it is also important to note that in our discussion the AoA paradigm is assessed in its role as a framework for teaching the CPM.
With this in mind let us now briefly examine four weaknesses afflicting the traditional implementation of AoA in the OR/MS literature.
-
Need to draw a network:
For some strange reason the OR/MS literature gives the impression that drawing a project network is an essential ingredient of the CPM. This is very unfortunate. As we showed above (Module 1), the CPM can be applied directly to the data provided by a project table.
Of course, drawing a project network can be a very useful thing to do in OR/MS courseware. But it is also very important to inform the users of such courseware that this is not an essential ingredient of the method itself.
It should be noted that since the same project can often be represented by more than one AoA network, the question arises: which AoA representation is best? This is a difficult question. If we simplify it and assume that the less dummy activities we have the better is the representation, then the question becomes: how do we build an AoA network with the minimum number of dummy activities?
This has been the subject of an extensive research effort. Unfortunately, this problem is an NP-hard problem (Demeulemeester and Herroelen, 2002). What this tells us is that in general the construction of good AoA networks might not be an easy task. In fact, just the construction of a good AoA network might be computationally more demanding than solving a project problem via the AoN paradigm.
Observe that the need to draw a network (or more specifically identify the nodes of the AoA network) is a weakness of the basic AoA paradigm itself. As we shall see below, the difficulties caused by dummy activities are due to the Traditional Rules.
-
Need to introduce an exogenous construct:
To apply the AoA paradigm it is necessary to introduce (out of nowhere) the notion "event" and this exogenous construct plays a central role in the exposition of the method under the AoA paradigm. Since this notion is not an essential ingredient of the CPM itself, its inclusion as a central ingredient of AoA should be regarded as a serious weakness of the AoA framework itself, not merely its implementation. We note in passing that within this framework textbooks normally compute the early and late times of the "events", rather than the early and late start times of the activities of the project.
-
Need to deal with dummy activities:
My extensive experience in this area indicates in no uncertain terms that many students experience great difficulties coping with dummy activities. Since these objects are not essential for understanding the CPM itself, it is not clear what is gained, if anything, by subjecting students to this modelling hurdle. It is not surprising therefore that in some textbooks (eg Markland and Sweigart, 1987) the discussion on dummy activities is very limited, amounting to no more than "... a dummy activity is used to ensure that the proper activity relationships are depicted by the network. Dummy activities have no duration or cost ...".
Unfortunately, it seems that many courseware developers underestimate the difficulties caused by the introduction of dummy activities. Indeed, as the next point indicates, dummy activities are unfriendly objects and should be treated as such by courseware developers, students, and the general public alike. It may even be argued that, pedagogically speaking, it is not a good idea to refer to these activities as dummy within the AoA paradigm.
For this reason it is important to note that the need for dummy activities is not dictated by the AoA paradigm itself, but rather by the Traditional Rules associated with it. As shown in Appendix D, it is easy to implement the AoA paradigm without deploying dummy activities simply by using a different set of modelling rules.
-
Wrong formula:
It has been known for a long time (eg. White et al, 1969, Elmaghraby and Kamburowski, 1990, Demeulemeester and Herroelen, 2002, Zhao and Tseng, 2003) that the common formula (22) used in many OR/MS textbooks to compute free floats is faulty in that under certain conditions it yields wrong values for the free floats of some activities. Yet, most general introductory OR/MS textbooks dealing with the CPM still use it and do not warn the readers about the bug afflicting it.
The following simple example illustrates the bug in the formula.
Consider the project specified in Table 3. Using two dummy activities (X and Y) we draw the project network depicted in Figure 3(a). The AoN network for this project is depicted in Figure 3(b).
Figure 3(a) |
|
|
Table 3
|
|
| Activity |
Immediate
Predecessors |
Duration
(days) |
|
| A |
--- |
8 |
| B |
--- |
6 |
| C |
--- |
9 |
| D |
A,B |
2 |
| E |
B,C |
1 |
|
|
Figure 3(b) |
Table 4 displays the values of ET(j), LT(j), TF(j) and FF(j) computed according to the traditional AoA based formulas:
Table 4
|
| j |
ET(j) |
LT(j) |
| 1 |
0 |
0 |
| 2 |
6 |
8 |
| 3 |
8 |
8 |
| 4 |
9 |
9 |
| 5 |
10 |
10 |
|
|
| a |
TF(a) |
FF(a) |
| A |
0 |
0 |
| B |
2 |
0 |
| C |
0 |
0 |
| D |
0 |
0 |
| E |
0 |
0 |
| X |
2 |
2 |
| Y |
3 |
3 |
|
|
Observe that the free floats of the two dummy activities X and Y are both strictly positive. It is also clear, by inspection, that the free float of activity B is equal to 2. But if we use (22) to compute the free float of activity B we obtain FF(B) = FF(1,2) = 0. This does not make sense - in fact for all practical purposes it is plainly wrong.
For the benefit of readers interested in this aspect of the AoA vs AoN dilemma, we provide in Appendix C an educationally oriented treatment of this bug.
In summary then, the traditional AoA paradigm that has been dominating OR/MS textbooks for decades is not very student friendly and the rationale for its deployment in OR/MS courseware should therefore be re-examined. Needless to say, this may take some time, but the sooner we start the re-evaluation process the better. The bug in the AoA free float should of course be fixed immediately and this would hopefully encourage courseware developers to re-consider their commitment to and support of the traditional implementation of AoA, and AoA itself.
The CPM is an important practical OR/MS tool and this is naturally reflected in its coverage by many introductory OR/MS textbooks (eg. Daellenbach et. al., 1983, Markland and Sweigart, 1987, Shogan, 1988, Hillier and Lieberman, 1995, Taha, 1997, Winston, 2004). However, for obvious reasons this coverage is limited in both scope and depth compared to the treatment given to the topic in textbooks dedicated to project planning and scheduling (eg. Weist and Levy, 1977, Elmaghraby, 1977, Parker, 1995, Gray and Larson, 2002).
Given this fact of life, it is important to provide student-friendly CPM courseware for introductory OR/MS courses. The choice between AoA and AoN is definitely an issue that the developers and users of such courseware should consider. Hence the AoA vs AoN dilemma is real and important.
The advantages of AoN over AoA are well known in the OR/MS folklore. For example, Shogan (1988) notes the following in justification for the use of the AoN format in his texbook:
|
Proponents of AON (including this author) argue that it is superior for the following reasons:
- Construction of an AON project network is easier. Construction of an AOA network requires more time and effort because of the insight and creativity required for proper use of dummy arcs to convey certain types of predecessor relationships.
- AON is more easily understood by first-time users, again because of the subtleties associated with the use of the dummy arcs required by AOA. (Keep this in mind if at some future date you find yourself the teacher rather than the student.)
- Once constructed, an AON project adapts easily to subsequent changes in the project that necessitate adding to or deleting from the list of activities or the predecessor lists. For example, in an AON network, the addition (or deletion) of a forgotten (or mistaken) predecessor relationship simply requires the addition (or removal) of an arc from the network. this is in sharp contrast to an AOA network, where even a single modification to an activity's predecessor list can require the addition to the network of a new node and several dummy arcs.
|
Similarly, in the Encyclopedia of Operations Research and Management Science, Rand (1996) notes the following :
|
"activity on node" or "precedence diagramming" systems are gaining ground on arrow diagrams and it is claimed that they possess a number of advantages; for example,
- they are easier to learn: (eg., dummies are not required);
- they are more compact;
- it is easier to make changes to the network; and
- they are unique (whereas there may be alternative ways to represent networks using the activity on arc mode of presentation, because of the presence of dummy activities)...
|
The feature summary of a project management book (Gray and Larson, 2002) states that:
Selective Coverage of the Tools, Techniques, and Concepts:
Gray and Larson have taken care to cover only those tools, techniques, and concepts that have practical relevance to today's project managers. All of the tools and techniques assume the activity-on-node (AON) format used by nearly all practitioners. The transition from the classroom to a working environment should be close to seamless. |
In a technical report on project management software by Leisham and Smith (2000) for the USA Air Force we find the following comparison:
Arrow Diagramming Method (ADM) -- The Arrow Diagramming Method (ADM) is infrequently used today and was the initial approach used for network diagramming and the sequencing of tasks. ADM is also known as "activity on arrow" (AOA) diagramming. ADM represents tasks as arrows between labeled nodes that denote the start and ending dates of the project tasks.
Precedence Diagramming Method (PDM) -- The Precedence Diagramming Method (PDM) is most widely used today for network diagramming and sequencing of tasks. PDM is also referred to as "activity on node" (AON) diagramming. PDM represents tasks as nodes or "collections" of information about each task connected with arrows that denote transitions from one task to another. |
Indeed, Microsoft Project - apparently the currently most popular project management software - deploys the AoN format, and so are other commercial project management software packages (see details in Leisham and Smith (2000) and the web site of Project Management Institute).
So one cannot help asking why on earth introductory OR/MS textbooks are still so strongly dominated by the AoA paradigm!?
It looks like this state of affairs is the result of two things, namely the conventions adopted in the early days of the development of the CPM and reluctance to change. Since the latter is a common, universal human trait, we shall not dwell on it. Regarding the early days, suffice it to say that there was a natural tendency then (early 1960s) to develop paradigms similar to those used at the time for the modelling and analysis of network flow problems in general and shortest path problems in particular. As we all know, in the context of these kinds of problems arcs usually represent "activities". So it is not at all surprising that at the very early days of the CPM it was very tempting to deploy the AoA paradigm.
Indeed, Kelley (1961) notes the following:
|
Each activity in the project is denoted by an arrow that depicts the activity's existence and the direction of time-flow (time flows from the tail to the head of an arrow). The arrows are then interconnected to show the sequence relations among the activities. The result is a directed graph with no directed circuits. The nodes of the graph correspond to the events of the projects. |
The interesting thing is that the founders of the CPM were well aware of the fact that from a purely graph theoretic point of view the choice of the AoA paradigm was not natural. For example, Kelley (1961) advises us the following:
|
Note that it is not usual to represent the elements (project activities here) of a particular ordered set by the edges of a directed graph. More commonly, one represents them by the nodes as with a lattice diagram. |
The Founders were also aware of the complications caused by the need to deal with dummy activities. In fact, one of the roles of the Traditional Modelling Rules was precisely to assist analysts manage the number of dummy variables required by the AoA network (Kelley, 1961).
Given this, it is rather surprising and somewhat disappointing that Kelley's (1961) exposition does not provide even one single argument in support of AoA over AoN, or at least an explanation why - given the complications caused by dummy activities - it is nevertheless worthwhile to use AoA networks rather than AoN networks.
The fact that over forty years later the traditional AoA paradigm still dominates introductory OR/MS textbooks should not be misinterpreted as a sign of satisfaction on the part of lecturers and students. Rather, as was already been pointed out above, it seems to reflect a reluctance to change.
So how do authors justify the use of AOA in their books?
This is an interesting question. Most authors do not bother to justify their choice. In fact, the author of this paper found only one instance where the choice of AOA is discussed and justified in some length. Here it is (Parker, 1995):
|
Now, from a given list of precedence relationships, there are two types of project networks that can be formed. One of these is trivial to construct the other is not. The first (and the easy one) is coincident with the adopted convention that we have employed throughout; a digraph or directed network captures the precedence requirements by identifying activities with vertices or nodes while arcs, by definition, depict technological precedence (note that in this chapter, we will blur the boundary between graphs and networks since the prevailing literature in project scheduling traditionally adopts the language of the latter). In the parlance of project scheduling, these networks are referred to as "activity-on-node" structures and are symbolized by AON.
The second alternative is more interesting. Referred to (expectedly) as AOA structures, the notion here is to depict activities by arcs with nodes playing only the natural role of defining initial and terminal points for the arcs.
Example 7.1 ... |
So at this stage we are advised that the AON format is much easier - to the point of being trivial - and in contrast the AOA format is more interesting. The argument proceed as follows (Parker, 1995):
|
The AON network format was depicted in Chapter 1 and is not repeated here. The reader should agree that its construction is easy to the point of being uninteresting. On the other hand, the AOA version is trickier. To see why, consider a (correct) AOA representation shown in .... Note that in this network we have introduced some arcs (the broken ones) that do not represent real activities but are needed in order to create a valid depiction of the precedence requirements. there are referred to as dummy activities; they depict precedence but consume no time. Obviously, AON networks don't require dummy activities at all while they will often be needed (their use is not unique accordingly) in the AOA case. It should also be clear that from a given AOA structure, the corresponding AON representation is formed from the line digraph of the AOA network. |
In view of this, we are not at all surprised to read later on (Parker, 1995) that " ... Throughout the remainder of this chapter, and as a matter of convenience, we will consider all project networks to exist in AOA format ...". The formula given for the free float (Parker, 1995) is afflicted by the common FF-bug discussed in this paper.
In short, in this particular instance the choice of AoA is based on the fact that the construction of AoA networks is more difficult - indeed trickier - hence should be more interesting to students - than the construction of AoN networks. Some readers (including this author) might disagree with this rationale, but at least students are advised that AoA is trickier than AoN and that the latter is easy, if not plainly trivial.
So perhaps it might be appropriate to employ a mixed strategy for the AoA/AoN dilemma: use AoN in class and encourage motivated students who seek tricky adventures to deal with AoA, including the FF-bug, on their own.
Last but not least, it should be noted that irrespective of the pardigm used, drawing visually appealing project networks - for that matter graphs in general - is not a simple task (Di Battista et al, 1998). This is one of the technical issues that project management software developers have to deal with
Throughout the discussion we alluded to the fact that AoA dominates the scene as far as introductory OR/MS textbooks are concerned. But how wide spread is the use of AoA in this environment?
The following list consists of all the introductory OR/MS textbooks at the various libraries on the campus of the University of Melbourne that are currently (August 10, 2004) accessible to the author of this paper.
| Author(s) |
Title |
Edition |
Publisher |
Year |
? |
| Anderson, Sweeney, Williams |
An Introduction to Management Science |
5th |
West |
1988 |
AoA |
| Anderson, Sweeney, Williams |
An Introduction to Management Science |
10th |
South Western |
2003 |
AoN |
| Cook, Russell |
Introduction to Management Science |
5th |
Prentice Hall |
1993 |
AoA |
| Daellenbach, George, McNickle |
Introduction to Operations Research |
2nd |
Allyn and Bacon |
1990 |
AoA |
| Edwards and Finlay |
Decision making with Computers: the spreadsheet and beyond |
1st |
Pitman |
1997 |
AoN |
| Hillier, Lieberman |
Introduction to Operations Research |
6th |
McGraw-Hill |
1995 |
AoA |
| Hillier, Lieberman |
Introduction to Operations Research |
8th |
McGraw-Hill |
2004 |
AoN |
| Lee, Moore, Taylor |
Management Science |
3rd |
Allyn and Bacon |
1983 |
AoA |
| Markland, Sweigart |
Quantitative Methods: Applications to Managerial Decision Making |
1st |
John Wiley |
1987 |
AoA |
| Murty |
Operations Research: deterministic optimization models |
1st |
Prentice Hall |
1995 |
AoA |
| Ragsdale |
Spreadsheet Modeling and Decision Analysis: a practical introduction to management science |
4th |
South-Western |
2004 |
AoN |
| Shogan |
Management Science |
1st |
Prentice Hall |
1988 |
AoN |
| Srinivasan, Sandblom |
Quantitative Analysis for Business Decisions |
1st |
McGraw-Hill |
1989 |
AoA |
| Taha |
Operations Research an introduction |
6th |
Prentice Hall |
1997 |
AoA |
| Turban, Meredith |
Fundamentals of Management Science |
6th |
IRWIN |
1994 |
AoA |
| Winston |
Operations Research: Applications and Algorithms |
4th |
Brooks/Coles |
2004 |
AoA |
| Wisiniewski |
Quantitative Methods for Decision Makers |
2nd |
Pitman |
1997 |
AoA |
List 1. Sample of introductory OR/MS textbooks
As can be seen, most of the books indeed deploy the AoA paradigm. In view of the mission of our discussion, it is encouraging to observe that the authors of two books switched from AoA to AoN!
Be it as it may, one bright light on the horizon is a new breed of OR/MS oriented CPM courseware, especially those providing user-friendly computational modules or even modelling environments (eg spreadsheets). Since it is much easier to develop user-friendly software for the AoN paradigm, it is not surprising that these coursewares (eg. Seal, 2001, Ragsdale, 2003) adopt AoN rather than the traditional and well established AoA . This point is eloquently explained by Edwards and Finaly (1997):
|
AoN has become more common in recent years, mainly because its ease of construction led to its use in preference to AoA in PC project management software. We shall therefore use the AoN format in this chapter. |
So hopefully the fact that the new wave of spreadsheet-based OR/MS textbooks (eg Edwards and Finaly, 1997, Ragsdale, 2004) is dominated by AoN will inspire authors of "conventional" OR/MS textbooks to switch to this format. Indeed, it may well be that for this reason the percentage of AoN-based books in the reader's libraries is much higher than the rather low percentage exhibited in List 1.
It is somewhat ironic though that we begin to experience this new trend more than forty years after the publication of the first paper on AoN whose title, by the way, is A noncomputer approach to the critical path method for the construction industry (Fondahl, 1961).
Lecturers who are actively involved in teaching the CPM and are still deploying the AoA paradigm should re-examine their choice and in any case should inform their students on the obvious advantages of AoN. Needless to say, they should immediately fix the common FF bug in their courseware. And those of us who prefer AoN on AoA should put pressure on CPM courseware developers to join the club.
CPM courseware developers should also be encouraged to make explicit the dynamic programming content of their courseware. Indeed, it is amazing that so many OR/MS textbooks do not advise their readers that the traditional CPM formulas for the early and late times (eg.(16)-(18)) are in fact typical dynamic programming functional equations, hence the core of the CPM as a whole is an application of dynamic programming. This is particularly odd in the case of textbooks covering both dynamic programming and CPM where cross references between the dynamic programming and CPM discussions seem to be highly desirable.
There are strong evidence that the AoN paradigm is much superior to AoA, yet the OR/MS literature (especially general introductory textbooks), is still dominated by AoA. The only rational explanation for this state of affairs is momentum and vested interest. These are serious considerations that should not be dismissed lightly.
However, it will be a mistake to let them dictate our choice in the long run. It is time to change and the sooner the better.
This educationally oriented discussion will hopefully set things in motion in that it will convince AoA aficionados in the OR/MS academic community that from a pedagogical point of view their favourite CPM paradigm is afflicted with a number of weaknesses. This in turn should go along way towards recognizing the obvious advantages of AoN on AoA.
As was indicated at the outset, this paper is an important element in the campaign that the author launched to encourage the development of AoA-free CPM courseware. He now takes the liberty of inviting you, dear reader, to become actively involved in this initiative!
Finally, what is obviously implied by the discussion as a whole, namely that there seems to be no OR/MS textbooks where the advantages of AoA over AoN are discussed or just merely alluded to, should be made explicit. If there are such advantages, then they should be spelled out clearly and not be hidden from the public. Indeed, in view of what emerges from this discussion, it is the responsibility of CPM courseware developers using the AoA paradigm to justify their choice.
I wish to thank the Editor, an Associate Editor and two referees for their constructive comments and suggestions.
Anderson, D.R., Sweeney, D.J. and T.A. Williams, (2003), An Introduction to Management Science: a quantitative approach to decision making, 10th Edition, South-Western, OH.
Bellman, R. (1957), Dynamic Programming, Princeton University Press, NJ.
Daellenbach, H.G., George, J.A. and D.C. McNickle, (1983), Introduction to Operations Research Techniques, 2nd Edition, Allyn and Bacon, Boston.
Demeulemeester, E.L. and W.S. Herroelen, (2002), Project Scheduling A research Handbook, p. 21, 47, Kluwer, Boston.
Di Battista, G., Eades, P., Tamassia R. and I. Tollis (1998), Graph drawing: algorithms for the visualization of graphs, Prentice Hall, Englewood Cliffs, NJ.
Edwards, J.S. and P.N. Finlay, (1997), Decision making with Computers: the spreadsheet and beyond, p. 226, Pitman, London.
Elmaghraby S.E. (1977), Activity Networks: Project Planning and Control by Network Models, Wiley, NY.
Elmaghraby S.E. (1995), "Activity Nets: A Guided Tour through Some Recent Developments," European Journal of Operational Research, Vol. 82, pp. 383-408.
Elmaghraby S.E. and J. Kamburowski, (1990), "On project representation and activity floats," Arabian Journal for Science and Engineering, Vol. 15, pp. 627-637.
Evans, J.R. and E. Minieka, (1992), Optimization Algorithms for Networks and Graphs, Marcel Dekker, NY.
Feature Summary: 
Fondahl, J.W. (1961), "A noncomputer approach to the critical path method for the construction industry," Department of Civil Engineering, Stanford University, Stanford, CA.
Gray C.L. and E.W. Larson, (2002), Project Management: The Managerial Process, 2nd Edition, McGraw-Hill, NY.
Hillier, F.S. and G.J. Lieberman, (1995), Introduction to Operations Research, 6th Edition, McGraw-Hill, NY.
Hillier, F.S. and G.J. Lieberman, (2004), Introduction to Operations Research, 8th Edition, McGraw-Hill, NY.
Kelley, J.E. (1961), "Critical path planning and scheduling: mathematical basis," Operations Research, Vol. 9, pp. 296-320.
Leishman, T.R. and L. Smith, (2000), "Software Project Management Technology Report," STSC, p. 32, USA Air Force.
Markland, R.E. and J.R. Sweigart, (1987), Quantitative Methods: Applications to Managerial Decision Making, p. 439, John Wiley, NY.
Microsoft Project: (last accessed on March 13, 2005).
Parker, R.G. (1995), Deterministic Scheduling Theory, pp. 204-211, Chapman & Hall, London.
Project Management Institute: (last accessed on March 13, 2005).
Ragsdale, C.T. (2003), "A New Approach to Implementing Project Networks in Spreadsheets," INFORMS Transactions on Education, Vol. 3, No 3, (last accessed on March 13, 2005).
Ragsdale, C.T. (2004), Spreadsheet Modeling and Decision Analysis, 4th Edition, South-Western, OH.
Rand, G. (1996), "Network planning", pp. 437-441 in Encyclopedia of Operations Research and Management Science, edited by Gass, S.I. and Harris, C.M., Kluwer, Boston, Mass.
Seal, K.C. (2001), "A Generalized PERT/CPM Implementation in A Spreadsheet," INFORMS Transactions on Education, Vol. 2, No. 1, (last accessed on March 13, 2005).
Shogan, A.W. (1988), Management Science, Prentice hall, Englewood Cliffs, pp. 475-6, NJ.
Taha, A.H. (1997), Operations Research, 6th Edition, Prentice Hall, NJ.
Thomas, W. (1969), "Four float measures for critical path scheduling," Journal of Industrial Engineering, Vol. 10, pp. 19-23.
Weist, J. and F. Levy, (1977), A management science guide to PERT/CPM, 2nd Edition, Prentice Hall, Englewood Cliffs, NJ.
White, D., Donaldson, W. and N. Lawrie, (1969), Operational Research Techniques, Vol. 1, p. 98, Business Books Limited, London.
Winston, W.L. (2004), Operations Research : Applications and Algorithms, 4th Edition, Example 6, p. 433, Brooks/Coles, CA.
Zhao, T. and C-L. Tseng, (2003), "A note on activity floats in activity-on-arrow networks," Journal of the Operational Research Society, Vol. 54, pp. 1296-1299.
|