0% found this document useful (0 votes)
67 views8 pages

Project Scheduling Using State-Based Probabilistic Decision Networks

This document summarizes a paper that presents a probabilistic scheduling method for construction projects using the STROBOSCOPE simulation system. The paper introduces an add-on to STROBOSCOPE that allows activity durations to be defined as probability distributions that can depend on the evolving state of the project. This overcomes limitations of other scheduling tools. The add-on includes new statements and variables to define activities, precedence relationships, and run probabilistic simulations and reports. An example highway construction project is presented to demonstrate the modeling capabilities.

Uploaded by

rahul rathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views8 pages

Project Scheduling Using State-Based Probabilistic Decision Networks

This document summarizes a paper that presents a probabilistic scheduling method for construction projects using the STROBOSCOPE simulation system. The paper introduces an add-on to STROBOSCOPE that allows activity durations to be defined as probability distributions that can depend on the evolving state of the project. This overcomes limitations of other scheduling tools. The add-on includes new statements and variables to define activities, precedence relationships, and run probabilistic simulations and reports. An example highway construction project is presented to demonstrate the modeling capabilities.

Uploaded by

rahul rathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Proceedings of the 1998 Winter Simulation Conference

D.J. Medeiros, E.F. Watson, J.S. Carson, and M.S. Manivannan, eds.

PROJECT SCHEDULING USING STATE-BASED PROBABILISTIC DECISION NETWORKS

Photios G. Ioannou Julio C. Martinez

Civil & Environmental Engineering Department Charles E. Via, Jr. Department of Civil Engineering
University of Michigan Virginia Tech
Ann Arbor, Michigan 48109-2125, U.S.A. Blacksburg, Virginia 24061-0105, U.S.A.

ABSTRACT 2 STROBOSCOPE AND THE CPM ADD-ON

This paper presents probabilistic CPM scheduling using STROBOSCOPE is an acronym for STate and ResOurce
an add-on program to the STROBOSCOPE simulation Based Simulation of COnstruction ProcEsses. It is a
system that allows dependence and correlation between simulation programming language designed specifically
activity durations as well as control over precedence and for modeling construction operations based on three-
the selection of paths. Activity durations and sequencing phase activity scanning and activity cycle diagrams. The
can be defined in terms of the dynamic information that STROBOSCOPE language is described in (Martinez
becomes available as a project evolves and includes the 1996). Example applications can be found in (Ioannou &
actual start date and duration of activities already started. Martinez 1996a, 1996b, 1996c) and (Martinez & Ioannou
An example highway project illustrates the modeling 1994, 1995).
power of this approach. STROBOSCOPE can be extended via add-ons written
in a high-level compiled language such as FORTRAN or
1 INTRODUCTION C++. STROBOSCOPE can also be controlled from other
applications via OLE automation. A STROBOSCOPE
It is widely recognized that construction planning and add-on is a 32-bit MS Windows dynamic-link library that
scheduling using CPM can be substantially enhanced and extends the STROBOSCOPE language with new
become more effective and more realistic by recognizing statements, functions, and variables. The code within the
ahead of time the uncertainty in activity durations and add-on can call back into the simulation engine using
their dependence on the dynamic state of the project as it STROBOSCOPE’s Application Programming Interface
evolves. Several tools have been developed for this (API) described in (Martinez 1996).
purpose. PERT was a first step by allowing probabilistic The CPM add-on described in this paper is loaded
activity durations. Monte-Carlo simulation can tackle the into STROBOSCOPE with the LOADADDON statement:
merge-event bias problem (Van Slyke 1963). GERT LOADADDON C:\…\CpmAddOn.dll;
(Pritsker 1977) can additionally model uncertainty in the Once loaded, its statements, functions and variables
precedence of activities. VERT (Moeller & Digman can be used as if they were a standard part of the
1981), MUD (Carr 1979) and DYNASTRAT (Morua language. The new statements are shown in Table 1 and
Padilla 1986) can model correlation between activity the new state variables are listed in Table 2. Of these, the
durations and to a limited extent recognize the state of second argument to CPMACTIVITY in Table 1 is of
the project in progress. particular importance because it defines an activity’s
None of the existing tools, however, have the duration. This argument can be any allowable expression
necessary flexibility and power to model uncertainty in and can include functions that sample from probability
the duration of activities as a true function of the state of distributions as well as variables that access the state of
the project, nor can they model the underlying process- project or the state of any concurrent process simulation.
level operations through concurrent simulation. The Thus, the expression used to define the activity duration
CPM add-on for STROBOSCOPE presented here can be as complex as necessary, calling any number of
overcomes these limitations and serves as an example of functions and variables. The parameters of functions that
how STROBOSCOPE can be used as a development sample from probability distributions can also include
vehicle for special-purpose simulators and more expressions or variables to allow easy modeling of
sophisticated project-level modeling tools. conditional and correlated distributions.

1287
Project Scheduling Using State-Based Probabilistic Decision Networks

Table 1: Statements Registered by the CPM Add-On Table 2: Variables defined by the CPM Add-On

CPMACTIVITY ActivityName [Duration] [Cost]; Variable Prototype Value Returned


Defines a CPM activity with the given name. Its cost CPMActivity.Duration The sampled activity duration
and duration are sampled from the given expressions. used in the current run.
PRECEDENCE PredecessorName SuccessorName; CPMActivity.EarlyStart The early/late start/finish for
Indicates that the successor cannot start until the CPMActivity.EarlyFinish CPMActivity in the current
predecessor is finished. CPMActivity.LateStart run.
DURATION ActivityName Duration; CPMActivity.LateFinish
(Re)defines the duration expression for CPMActivity. CPMActivity.Started TRUE if CPMActivity (has
CPMACTCOST ActivityName Cost; CPMActivity.GoingOn started)/(is going on)/(has
(Re)defines the cost expression for CPMActivity. CPMActivity.Finished finished) in the current run.
CPMREPLICATE Number of Replications; CPMActivity.FreeFloat The activity’s free/total float
Simulates the CPM network the number of times CPMActivity.TotalFloat in the current run.
indicated and produces a report as described in the CPMActivity.Critical TRUE if CPMActivity is
CPMREPORT statement. critical in the current run.
DOCPM;
Performs a single forward and backward CPM pass.

Balance

Balance

Balance
Point

Point

Point
CPMREPORT;
Prints the 90% Confidence Interval on project Cut Fill Cut Cut Fill Cut

duration and cost, and a report showing the average


Existing Grade Proposed CL
duration, cost, early and late dates, floats, and Elevation

criticality for each CPM Activity.


Proposed Double Proposed Box Culverts
Barrel Box Culvert (Normally dry)
3 EXAMPLE HIGHWAY PROJECT
PROFILE
(Start of Project)

(End of Project)
A highway with the profile and plan shown in Figure 1

Sta. 100+00

Sta. 115+00

Sta. 127+00

Sta. 138+00

Sta. 150+00

Sta. 158+00
Sta. 42+00

Sta. 70+00

Sta. 80+00

Sta. 92+00
will serve as an example for using the CPM add-on. This
project is 11,600 ft (2.2 mile) long and has been adapted
from (Brand et al 1964). Table 3 shows the names of the Small Box Culverts
70’ Double Barrel
ROW

activities, the three-point estimates for the (optimistic,


Limit

50’
Box Culvert 50’
70’
most-likely, and pessimistic) activity durations (a, M, b),
the mean duration based on the PERT approximation PLAN
(a+4*M+b)/6, the variance, and the standard deviation of
the activity duration given by the PERT approximation Figure 1: Plan and Profile for Highway Construction
(b-a)/6. The last column lists the direct predecessors of
each activity and defines the connectivity of the network. The precedence network for this project is shown in
The construction work for this highway is naturally Figure 2. Notice that activity names begin with the
divided into two sections based on the location of the corresponding activity numbers from Table 3 (for easy
balance points for earthmoving (cut and fill). As shown identification) and cannot include spaces.
in Figure 1, the western section extends from Station 42
to Station 100 and the eastern section extends from 3.1 PERT Network Analysis
Station 100 to Station 158. Within each section the
amount of cut equals the amount of fill. Assuming that We shall begin the analysis of this project by using the
the necessary resources are available, the majority of the PNET methodology to compute the cumulative
work in each section can be performed independently probability of project completion (Ang et al 1975).
and simultaneously while minimizing haul distances. The The basis of this approach are the following two
division of the work is also reflected in the definition of inequalities that provide a lower and upper bound for the
activities shown in Table 3. They include material and true cumulative probability of project completion:
equipment procurement, cut-and-fill earthmoving, the
construction of one double-barrel and two single-barrel
concrete box culverts, the placement of subbase, paving, ∏ P[T
I
I ≤ t ] ≤ P[T ≤ t ] ≤ min P[TI ≤ t ]
I
(1)

landscaping, and guardrail installation.

P.G. Ioannou & J.C. Martinez 1288


Project Scheduling Using State-Based Probabilistic Decision Networks

Table 3: Activity List and Duration Data in Days for Highway Construction Project

No. Activity Description a M b Mean Var SD Preceded by


2 Setup batch plant 0.5 2 3.5 2 0.25 0.5
3 Order & deliver paving mesh 2 5 8 5 1 1
4 Deliver rebar for double barrel culvert 2.5 5.5 11.5 6 2.25 1.5
5 Move in equipment 1.5 3 4.5 3 0.25 0.5
6 Deliver rebar for small box culvert 1 4 25 7 16 4
7 Build double barrel culvert 4 10 16 10 4 2 4
8 Clear & grub from Sta. 42 to Sta. 100 1 2.5 7 3 1 1 5
9 Clear & grub from Sta. 100 to Sta. 158 2.5 7 11.5 7 2.25 1.5 5
10 Build box culvert at Sta. 127 1 4 13 5 4 2 6
11 Build box culvert at Sta. 138 0.5 2 9.5 3 2.25 1.5 6
12 Cure double barrel culvert 3 9 15 9 4 2 7
13 Move dirt between Sta. 42 & Sta. 100 2.5 4 11.5 5 2.25 1.5 8, 12
14 Start moving dirt between Sta. 100 & Sta. 158 1.5 3 4.5 3 0.25 0.5 9
15 Cure box culvert at Sta. 127 1.5 6 28.5 9 20.3 4.5 10
16 Cure box culvert at Sta. 138 2 5 14 6 4 2 11
17 Order & stockpile paving material 0.5 2 3.5 2 0.25 0.5 2
18 Place subbase from Sta. 42 to Sta. 100 3.6 6.1 14 7 3 1.73 13
19 Finish moving dirt between Sta. 100 & Sta. 158 1 4 13 5 4 2 14, 15, 16
20 Pave from Sta. 42 to Sta. 100 4 10 16 10 4 2 3, 17, 18
21 Place subbase from Sta. 100 to Sta. 158 2 4.53 21.87 7 11 3.31 19
22 Cure pavement from Sta. 42 to Sta. 100 2.5 5.5 11.5 6 2.25 1.5 20
23 Pave from Sta.100 to Sta. 158 3 6.75 30 10 20.3 4.5 3, 17, 21
24 Cure pavement from Sta. 100 to Sta.158 2.5 5.5 11.5 6 2.25 1.5 23
25 Place shoulders from Sta. 42 to Sta. 100 1 2.5 7 3 1 1 22
26 Place shoulders from Sta. 100 to Sta.158 1 2.5 7 3 1 1 24
27 Place guardrail & landscape 2.5 4 11.5 5 2.25 1.5 25, 26

33.2% 33.2%
LEGEND
A10_ A15_
BuildBox CureBox Criticality
38.0% Culvert_ Culvert_ 38.2% 38.2%
Index
A06_ S127 S127 A19_ A21_ Path 1
Deliver FinMove Subbase_
RebarSB 4.8% 4.8% Dirt_S100 S100_ Activity
Culvert A11_ A16_ _S158 S158 Path 2 Name
BuildBox CureBox
Culvert_ Culvert_
S138 S138

0.2% 0.2% 38.2% 38.2% 38.2%


A09_ A14_ A02_ A17_ A23_ A24_ A26_
Cleargrub MoveDirt_ Setup OrdrStore Pave_ Cure_ Shoulders
0.2% S100_ S100_ Batch Paving S100_ S100_ _S100_ 100%
A05_ S158 S158 Plant Mtrl S158 S158 S158 A27_
Movein Guardrail
Equip _Land
ment A08_ A03_ A20_ A22_ A25_ scape
Cleargrub OrdrDelivr Pave_ Cure_ Shoulders
S42_ Paving S42_ S42_ _S42_
S100 Mesh S100 S100 S100
61.8% 61.8% 61.8%

A04_ A07_ A12_ A13_ A18_


Deliver Build Cure MoveDirt_ Subbase_
RebarDB DBox DBox S42_ S42_
Culvert Culvert Culvert S100 S100
61.8% 61.8% 61.8% 61.8% 61.8%

Figure 2: Precedence Network for Highway Construction Project

P.G. Ioannou & J.C. Martinez 1289


Project Scheduling Using State-Based Probabilistic Decision Networks

Here the random variable T represents the duration of A useful shortcut at this point is to eliminate from
the project and TI represents the duration of path I. further consideration all paths that are clearly too short to
For the standard PERT problem where a network has assume the role of critical path, such as 6, 7, 8, and 9.
a single dominant path, the above upper and lower The fact that paths 1-5 are contenders, however, does
bounds coincide (i.e., they give the exact same values). not mean that they are independent. It is easy to show
When no single dominant path exists, however, any one that the correlation coefficient between the durations of
of several competing paths (with overlapping probability two paths I and J that share activities is given by:
density functions) may determine the duration of the
project. In this case, it is not clear ahead of time as to ∑
k∈( I ∩ J )
2
k

= (3)
which of these paths will actually be the longest, and IJ
I J
thus prove to be critical. This phenomenon is known as
merge-event bias and the true probability for completion The numerator in this expression is the sum of the
of the project is somewhere between the lower and upper variances of the activities k that belong to both paths I
bounds given by Eq. (1). Whether it is closer to the upper and J. The denominator is the product of the standard
or the lower bound depends on the degree of correlation deviations of the durations of paths I and J from Table 4.
between the durations of the competing paths. If path This expression is first used to compute the correlation
durations are independent then the true probability equals coefficient between path 1 and every other path:
the lower bound. As positive correlation increases, the ρ12 = 0.05001 ρ13 = 0.05671
true probability moves closer to the upper bound. ρ14 = 0.06825 ρ15 = 0.73755
Positive correlation between path durations is most Paths with correlation coefficients greater than 0.5 are
often due to the fact that several paths share the same represented by path 1 and can be eliminated. In this case
activities. When shared activities are long or short, all we can eliminate path 5 but not paths 2, 3, and 4.
paths to which they belong tend to be long or short. The pairwise calculation of correlation coefficients is
The basic idea in PNET is to eliminate from the lower now repeated by substituting path 2 (the longest
bound in Eq. (1) those paths that share enough activities remaining path) in the role of path 1:
to be highly correlated with (and thus represented by)
ρ23 = 0.79432 ρ24 = 0.68632
other (longer) paths in the network.
This procedure is best illustrated with an example. We Since both correlation coefficients exceed 0.5 we can
begin by constructing a list of all paths in the network eliminate paths 3 and 4 as represented by path 2.
and arranging them in descending order of their mean Thus, only paths 1 and 2 are long enough to be critical
duration. In this case, the network for the highway and at the same time sufficiently independent to be
project consists of 9 paths ordered as shown in Table 4: included in the calculation of the lower bound. The two
paths are shown with heavier precedence links in the
Table 4: Paths Ordered by their Expected Duration network of Figure 2 for easy identification.
In conclusion, the probability of project completion
according to PNET can be approximated by:
Path I Activities h in path I Mean SD
1 4,7,12,13,18,20,22,25,27 61 5.00 P[T ≤ t ] ≈ P[T1 ≤ t ] ⋅ P[T2 ≤ t ] (4)
2 6,10,15,19,21,23,24,26,27 57 9.00
A graph of this approximation appears in Figure 3.
3 6,11,16,19,21,23,24,26,27 52 7.93
The effect of merge-event bias is also shown in this
4 5,9,14,19,21,23,24,26,27 49 6.59 figure as the difference between the PNET curve and that
5 5,8,13,18,20,22,25,27 42 4.00 given by standard PERT with a dominant longest path:
6 3,20,22,25,27 29 3.24
7 3,23,24,26,27 29 5.17 P[T ≤ t ] ≈ P[T1 ≤ t ] (5)
8 2,17,20,22,25,27 28 3.16 Clearly, Eq. (5) is the same as the upper bound in
9 2,17,23,24,26,27 28 5.12 Eq. (1) and can lead to significant overstatement of the
true probability of completing the work by a given
The standard deviation of path duration, SD, is the deadline. In fact, the lower and upper bounds defined by
square root of the variance computed by assuming Eq. (1) when considering all paths 1-5 define an
independence between the duration of activities h that envelope for the true probability of project completion
belong to each path I: given by:
2
=∑ 2 (2) 5
I
h∈I
h
∏ P[T
I =1
I ≤ t ] ≤ P[T ≤ t ] ≤ P[T1 ≤ t ] (6)

P.G. Ioannou & J.C. Martinez 1290


Project Scheduling Using State-Based Probabilistic Decision Networks

number of replications, receives the simulation results,


Probability of Project Completion
1.00
and plots them as a statistical bar chart in a separate
Visio drawing.
0.90 While ProbSched provides all the necessary facilities
0.80 for basic simulation modeling of probabilistic networks,
it does not currently allow for more advanced techniques
0.70
that require access to source-code level programming. In
0.60 cases that need greater control, such as some of the
Probability

0.50 examples presented below, it is necessary to write the


source code for a simulation model using the
0.40
STROBOSCOPE IDE. For example, the basic simulation
0.30 P[T2 < t]
input file for the highway construction project consists of
0.20
P[T1 < t] (PERT), HiB statements such as the following:
P[T1 < t] P[T2 < t] (PNET)
0.10 CPM Add-On VARIABLE nReplications 1000;
P[T1 < t]...P[T5 < t], LoB SEED 9111964; STREAMS 27; / If needed
0.00
LOADADDON CpmAddOn.dll;
50 55 60 65 70 75
CPMACTIVITY A02_SetupBatchPlant
Time t (Days)
sPert[0.5,2,3.5,2];
Figure 3: Probability of Project Completion CPMACTIVITY A03_DeliverPavingMesh
sPert[2,5,8,3]; \ etc.
As shown in Figure 3 this envelope is quite wide and PRECEDENCE A02_SetupBatchPlant
does not provide an accurate estimate for the probability A17_ProcurePavingMtrl;
of project completion. By eliminating three of the five PRECEDENCE A03_DeliverPavingMesh
terms in the lower bound of Eq. (5), the PNET estimate A23_Pave_S100_S158; \ etc.
given by Eq. (4) is not only within this envelope but is CPMREPLICATE nReplications;
also almost identical to the STROBOSCOPE simulation
results, a fact that illustrates PNET’s accuracy. This source-code consists almost entirely of
statements defined by the CPM add-on. The only
3.2 Basic Simulation of Highway Network standard STROBOSCOPE statements are VARIABLE,
SEED, STREAMS, and LOADADDON. When this
At the simplest level a probabilistic CPM network can model is processed by the STROBOSCOPE simulation
be analyzed using ProbSched, a graphical pre- and post- engine on a 400 MHz Pentium II under Windows NT 4,
processor for the CPM add-on that eliminates the need to it produces the output shown in Figure 4.
write any simulation source-code manually. ProbSched As shown at the top of this report, STROBOSCOPE
has been implemented as an add-on to Visio (a has performed 1,000 replications of this project. In each
programmable and extensible drawing program for replication it sampled a duration for each activity (based
Windows 95/NT) that facilitates the creation of on the corresponding probabilistic expression) and used
intelligent schematic drawings by using preprogrammed these to perform the standard CPM calculations. Thus, in
drag-and-drop graphics. ProbSched includes a custom each replication it performed a forward pass to compute
library of predefined graphical shapes that can be the Early Start Date (ESD) and Early Finish Date (EFD)
dragged and dropped onto the drawing page where they and then a backward pass to compute the Late Finish
can be sized, positioned, and connected to form an Date (LFD) and the Late Start Date (LFD). Based on
activity network as shown in Figure 2. Double-clicking these, it determined each activity’s Total Float (TF) and
any of the activity nodes activates a custom dialog box Free Float (FF) and identified the critical path. This
for the specification of the appropriate distributions and process was repeated 1,000 times, and the average of the
data for sampling the duration and cost of the results is reported in Figure 4. For example, the column
corresponding activity. Right-clicking anywhere on the “Time” shows the average duration of each activity
drawing page activates a menu for specifying global based on 1,000 samples. As expected, these values are
parameters, such as the seed and the number of very close to the expected activity durations shown in
replications. The same menu also allows starting the Table 3. The column “%Crit” shows each activity’s
simulation. This activates STROBOSCOPE, generates Criticality Index (i.e., the fraction of the number of times
the necessary source code and passes it to the simulation out of a 1,000 the activity was critical).
engine through OLE automation, runs the specified More detailed statistics can be obtained by appending
the REPORT statement at the end of the source-code file.

P.G. Ioannou & J.C. Martinez 1291


Project Scheduling Using State-Based Probabilistic Decision Networks

Number of replications performed : 1000


Average Project Duration : 63.61
Std. Dev. of Project Duration : 5.66
90% Confidence Interval for the Expected Project Duration: [63.315 - 63.905]
Activity Time ESD LSD EFD LFD FF TF %Crit
A02_SetupBatchPlant 2.00 0 33.56 2.00 35.56 0 33.56 0.0%
A03_OrderDeliverPavingMesh 5.02 0 32.58 5.02 37.60 26.90 32.58 0.0%
A04_DeliverRebarDBCulvert 5.97 0 2.83 5.97 8.80 0 2.83 61.8%
A05_MoveinEquipment 3.00 0 14.09 3.00 17.09 0 14.09 0.2%
A06_DeliverRebarSBCulvert 7.17 0 5.73 7.17 12.90 0 5.73 38.0%
A07_BuildDBoxCulvert 9.90 5.97 8.80 15.87 18.70 0 2.83 61.8%
A08_CleargrubS42_S100 3.01 3.00 24.76 6.02 27.77 18.93 21.76 0.0%
A09_CleargrubS100_S158 7.01 3.00 17.67 10.02 24.68 0 14.67 0.2%
A10_BuildBoxCulvert_S127 5.05 7.17 13.36 12.21 18.41 0 6.20 33.2%
A11_BuildBoxCulvert_S138 2.95 7.17 18.67 10.11 21.61 0 11.50 4.8%
A12_CureDBoxCulvert 9.07 15.87 18.70 24.94 27.77 0 2.83 61.8%
A13_MoveDirt_S42_S100 4.94 24.94 27.77 29.88 32.71 0 2.83 61.8%
A14_MoveDirt_S100_S158 2.98 10.02 24.68 13.00 27.66 9.04 14.67 0.2%
A15_CureBoxCulvert_S127 9.25 12.21 18.41 21.47 27.66 0.57 6.20 33.2%
A16_CureBoxCulvert_S138 6.05 10.11 21.61 16.16 27.66 5.88 11.50 4.8%
A17_ProcurePavingMtrl 2.04 2.00 35.56 4.04 37.60 27.89 33.56 0.0%
A18_Subbase_S42_S100 7.02 29.88 32.71 36.90 39.73 0 2.83 61.8%
A19_FinMoveDirt_S100_S158 5.00 22.04 27.66 27.04 32.67 0 5.62 38.2%
A20_Pave_S42_S100 10.00 36.90 39.73 46.90 49.73 0 2.83 61.8%
A21_Subbase_S100_S158 7.08 27.04 32.67 34.12 39.75 0 5.62 38.2%
A22_Cure_S42_S100 5.97 46.90 49.73 52.87 55.70 0 2.83 61.8%
A23_Pave_S100_S158 9.92 34.12 39.75 44.04 49.66 0 5.62 38.2%
A24_Cure_S100_S158 5.98 44.04 49.66 50.02 55.64 0 5.62 38.2%
A25_Shoulders_S42_S100 2.96 52.87 55.70 55.83 58.66 2.83 2.83 61.8%
A26_Shoulders_S100_S158 3.01 50.02 55.64 53.03 58.66 5.62 5.62 38.2%
A27_Guardrail_Landscape 4.95 58.66 58.66 63.61 63.61 0 0 100.0%
Execution Time = 2.894 seconds

Figure 4: Simulation Output for Highway Construction Project

Table 5: Path Criticality Indices A04_DeliverRebarDBCulvert


0.00 5.97
2.83 8.80

A07_BuildDBoxCulvert
5.97 15.87
8.80 18.70

I Activities h in path I Mean SD % Crit. 15.87


A12_CureDBoxCulvert
24.94
18.70 27.77

1 4,7,12,13,18,20,22,25,27 61 5.00 61.8 A13_MoveDirt_S42_S100


24.94 29.88
27.77 32.71
2 6,10,15,19,21,23,24,26,27 57 9.00 33.2 A06_DeliverRebarSBCulvert
0.00 7.17
A18_Subbase_S42_S100
29.88 36.90

3 6,11,16,19,21,23,24,26,27 52 7.93 4.8 5.73 12.90

A10_BuildBoxCulvert_S127
32.71 39.73

A20_Pave_S42_S100
7.17 12.21 36.90 46.90

4 5,9,14,19,21,23,24,26,27 49 6.59 0.2 13.36 18.41

A15_CureBoxCulvert_S127
39.73 49.73

A22_Cure_S42_S100
12.21 21.47 46.90 52.87
18.41 27.66 49.73 55.70

A19_FinMoveDirt_S100_S158 A25_Shoulders_S42_S100
22.04 27.04 52.87 55.83

This produces the standard STROBOSCOPE report that 27.66 32.67

A21_Subbase_S100_S158
55.70 58.66

A27_Guardrail_Landscape
27.04 34.12 58.66 63.61

includes the minimum, maximum, average, and standard A16_CureBoxCulvert_S138


32.67 39.75

A23_Pave_S100_S158
58.66 63.61

10.11 16.16 34.12 44.04


deviation for each variable shown in Figure 4. 21.61 27.66 39.75 49.66

A11_BuildBoxCulvert_S138 A24_Cure_S100_S158
When ProbSched is used to initiate the simulation 7.17
18.67
10.11
21.61
44.04
49.66
50.02
55.64

A05_MoveinEquipment A26_Shoulders_S100_S158
process, STROBOSCOPE returns the results shown in 0.00
14.09
3.00
17.09
50.02
55.64
53.03
58.66

Figure 4 back to the Visio add-on, which in turn uses 3.00


17.67
A09_CleargrubS100_S158
10.02
24.68

them to create automatically the statistical bar chart 3.00


A08_CleargrubS42_S100
6.02
24.76 27.77

shown in Figure 5. 10.02


A14_MoveDirt_S100_S158
13.00
24.68 27.66
The Criticality Indices listed in Figure 4 also appear 0.00
A02_SetupBatchPlant
2.00

next to each activity in Figure 2. An examination of this 33.56

A17_ProcurePavingMtrl
35.56

2.00 4.04
network indicates that there is no dominant path and that 35.56

A03_DeliverPavingMesh
37.60

each of paths 1 through 4 served as the critical path in at 0.00


32.58
5.02
37.60

least some replications as shown in Table 5. Activity description Project Statistics (1000 repl.) Statistical Bar
Mean SD
The fact that there is no single dominant critical path Early Start
Late Start
Early time frame

Free Float
Late time frame
Early Finish
Late Finish Duration: 63.61
Cost: 0.00
5.66
0.00
Chart for
Highway
Total Float 0% Criticality Color Coding 100% Construction
explains why no activity (except 27) has TF = 0. Activity Hammock Color
STROBOSCOPE ProbSched Project

25, for example, belongs to path 1 and was critical in 618


of the 1,000 replications (TF = 0). In the remaining 382 Figure 5: Statistical Bar Chart

P.G. Ioannou & J.C. Martinez 1292


Project Scheduling Using State-Based Probabilistic Decision Networks

runs it was non-critical and had TF > 0. Thus, the 3.4 Correlated Activity Durations
reported TF=2.83 is the average of 618 zeros and 382
non-zero values. This shows that in general the TF has a Another typical problem is that of modeling correlation
mixed probability distribution with a probability mass at between activity durations caused by common factors
TF = 0 and probability density for TF > 0. such as the weather, site conditions, the use of the same
equipment and crews, etc. Correlated activity durations
3.3 Dynamic Scheduling Decisions can also be modeled easily with the CPM add-on. For
example, in the case of two activities X and Y that are
A simple illustration of a typical problem that is very normally distributed with correlation coefficient ρ (rho),
difficult to solve analytically, but can be modeled quite we can first sample X and then Y as follows:
easily with the CPM add-on, is that of precedence links
DURATION X Normal[mX,sX];
that could point in either direction. It is not unusual in a
DURATION Y Normal[mY+(X.Duration-mX)*
highway project, for example, for the contractor to have
rho*sY/sX,sY*Sqrt[1-rho^2]];
only one paving machine. In this case, the two paving
activities (20 and 23) cannot overlap and must be Using the highway project as an example, it is
performed serially, one after the other. The problem is interesting to investigate the effect of correlation
that we do not know beforehand which can be started between two activities that belong to parallel paths
first and which must follow. Merging the two paving versus that caused by two correlated activities that follow
activities into one does not solve the problem because it each other serially. Table 7 shows the effect of perfect
is not necessary to finish both subbase activities (in the positive correlation between the two subbase activities
east and west sections) in order to start paving, nor is it 18 (path 1) and 21 (path 2), and between subbase activity
necessary to finish all paving before curing and shoulder 18 (or 21) and the following paving activity 20 (or 23).
work can begin.
This is an example of a dynamic decision that must be Table 7: Effect of Correlation on Project Duration
made while the project is going on. A simple way to
model this using the CPM add-on is by redefining the ρ18, 21 = 0 1 0 1
durations of the two paving activities (X, Y) to add the
ρ18, 20 = ρ21, 23 = 0 0 1 1
extra time one of them must wait until the other activity
(the one that has already started) finishes: Replications 1000 1000 1000 1000
Average Proj. Dur. 63.43 63.27 64.1 63.07
VARIABLE XWaitsForY ‘Y.Started?
Std. Dev. Proj. Dur. 5.75 5.91 6.71 7.2
Max[Y.EarlyFinish-SimTime,0]:0’;
90% CI Lo Bound [63.13 [62.96 [63.75 [62.70
VARIABLE YWaitsForX ‘X.Started?
90% CI Hi Bound 63.73] 63.57] 64.45] 63.45]
Max[X.EarlyFinish-SimTime,0]:0’;
DURATION X XWaitsForY+Pert[aX,MX,bX];
DURATION Y YWaitsForX+Pert[aY,MY,bY]; The introduction of positive correlation between the
two subbase activities makes paths 1 and 2 to tend to
Inserting the above code right before the statement vary together and this reduces the average project
CPMREPLICATE produces the results shown in Table 6 duration from 63.43 to 63.27 and raises the standard
under the heading DL (dynamic links). Table 6 also deviation a little from 5.75 to 5.91. In contrast, positive
shows the results for static precedence links as well as correlation between a subbase activity and the paving
for the base case of two pavers to allow comparison. activity that follows increases the variance for both paths
1 and 2 and this increases the average project duration
Table 6: Effect of Correlation on Project Duration from 63.43 to 64.10 and the standard deviation from 5.75
to 6.71. Having both types of correlation increases the
variance for both paths 1 and 2 but also makes them
Two One Paver
move together (in lock-step) even more. This reduces the
Pavers DL 23->20 20->23
average duration from 63.43 to 63.07 and increases the
Replications 1000 1000 1000 1000 standard deviation from 5.75 to 7.20.
Average Proj. Dur. 63.61 67.11 68.96 71.09
Std. Dev. Proj. Dur. 5.66 6.39 7.92 6.55 4 CONCLUSION
90% CI Lo Bound [63.31 [66.78 [68.54 [70.75
90% CI Hi Bound 63.90] 67.44] 69.37] 71.43] The CPM add-on and its source code in C++ are
included with STROBOSCOPE and are available from

P.G. Ioannou & J.C. Martinez 1293


Project Scheduling Using State-Based Probabilistic Decision Networks

http://grader.engin.umich.edu and http://strobos.ce.vt.edu. Complex Construction Processes. Proceedings of the


The CPM add-on illustrates STROBOSCOPE’s powerful 1995 Winter Simulation Conference, Society for
API and the ease of extending the language. It is also a Computer Simulation, San Diego, CA, 1024-1031.
solid starting point for more sophisticated project-level Moeller, G.L. and L.A. Digman. 1981. Operations
analysis tools. Moreover, the CPM add-on is especially Planning With VERT, Operations Research, (29)4:
very useful for teaching and research as a probabilistic 676-697.
scheduling tool. In fact, the CPM add-on was the primary Morua-Padilla, E. 1986. Resource Strategies for
tool for verifying a heuristic scheduling approach in a Dynamic Construction Project Management. Ph.D.
recently completed Ph.D. dissertation (Wang 1996). Dissertation, Department of Civil and Environmental
Engineering, University of Michigan, Ann Arbor, MI.
ACKNOWLEDGMENTS Pritsker A.A.B. 1977. Modeling and Analysis using Q-
GERT Networks. Halsted Press, John Wiley & Sons,
The authors wish to thank the National Science New York, New York.
Foundation (Grants CMS-9415105, CMS-9733267) for Van Slyke, R. M. 1963. Monte-Carlo Methods and the
supporting portions of the work presented here. Any PERT Problem. Operations Research (11)5:839-860.
opinions, findings, and conclusions or recommendations Wang, W. C. 1996. Model for Evaluating Networks
expressed in this paper are those of the authors and do Under Correlated Uncertainty – NETCOR. Ph.D.
not necessarily reflect the views of NSF. Dissertation, Department of Civil Engineering,
University of California, Berkeley, CA.
REFERENCES
AUTHOR BIOGRAPHIES
Ang, A.H., J. Abdelnoor, and A.A. Chaker. 1975.
Analysis of Activity Networks under Uncertainty. PHOTIOS G. IOANNOU is Associate Professor in the
ASCE Journal of the Engineering Mechanics Division, Dept. of Civil and Environmental Engineering at the
(101)EM4:373-386. Univ. of Michigan. He has received a Civil Engineer’s
Brand, J.D., W.L. Meyer, and L.R. Shaffer. 1964. The degree from the National Technical University, Athens,
Resource Scheduling Problem in Construction. Civil Greece, in 1979; and a SMCE and Ph.D. in Civil
Engineering Studies, Construction Research Series Engineering from MIT in 1981 and 1984. From 1989-
No. 5. Univ. of Illinois, Urbana, Illinois. 1995 he has served as Chairman of the Computing in
Carr, R.I. 1979. Simulation of Construction Project Construction Technical Committee of the ASCE. He co-
Duration. Journal of the Construction Division, developed the UM-CYCLONE construction process
ASCE, (105)CO2:117-128. simulation system with R.I. Carr, supervised the design
Ioannou, P.G. and J.C. Martinez. 1996a. Comparison of and development of COOPS by L.Y. Liu, and chaired
Construction Alternatives Using Matched Simulation J.C. Martinez’s Ph.D. dissertation on STROBOSCOPE.
Experiments. Journal of Construction Engineering His research interests are primarily focused on the areas
and Management, ASCE, (122)3:231-241. of decision support systems and construction process
Ioannou, P.G. and J.C. Martinez. 1996b. Simulation of modeling.
Complex Construction Processes. Proceedings, 1996
Winter Simulation Conference. Society for Computer JULIO C. MARTINEZ is an Assistant Professor in the
Simulation, San Diego, CA, 1321-1328. Via Department of Civil Engineering at Virginia Tech.
Ioannou, P.G. and J.C. Martinez. 1996c. Scaleable He received his Ph.D. in Civil Engineering at the
Simulation Models for Construction Operations. Proc. University of Michigan in 1996; an MSE in Construction
1996 Winter Simulation Conference. Society for Engineering and Management from the University of
Computer Simulation, San Diego, CA, 1329-1336. Michigan in 1993; an MS in Civil Engineering from the
Martinez, J.C. 1996. STROBOSCOPE: State and University of Nebraska in 1987; and a Civil Engineer's
Resource Based Simulation of Construction Processes. degree from Universidad Catolica Madre y Maestra
Ph.D. Dissertation, Department of Civil and Environ. (Santiago, Dominican Republic) in 1986. He designed
Engineering, University of Michigan, Ann Arbor, MI. and implemented the STROBOSCOPE simulation
Martinez, J.C. and P.G. Ioannou. 1994. General Purpose language as part of his Ph.D. dissertation research. His
Simulation with Stroboscope. Proceedings, 1994 research interests include discrete event simulation,
Winter Simulation Conference, Society for Computer scheduling of complex and risky projects, and
Simulation, San Diego, CA, 1159-1166. construction management information systems.
Martinez, J.C. and P.G. Ioannou. 1995. Advantages of
the Activity Scanning Approach in the Modeling of

P.G. Ioannou & J.C. Martinez 1294

You might also like