10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling 10.3.026 A Dynamic Programming Algorithm FORTRAN Coded For Gross Production Scheduling

10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling 10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling

User Manual: 10.3.026_A_Dynamic_Programming_Algorithm_FORTRAN_coded_for_Gross_Production_Scheduling

Open the PDF directly: View PDF PDF.
Page Count: 51

------
- - -
---~---
44
. 0 A
N1amic
Programming Algorithm
FORTRAN-
'00
W
>-..
1620
GENERAL
PROGRAM
LIBRARY
CoWd, for
Gross
Production Scheduling 10.
-:
26
'.
4~
+ + + + + + + + + +
+'
:
~~+++++++++++
.
;+++++++++++++
'
+++**********
.
+**·********el~
* * * * * * + * * * *
II,
+ + + * + * * * * * *
*~ft
+ * * + + * * + + * * *
Jft:l_
+ * * + * * * + + * +
*b+~
~\
o
A DYNAMIC PROGRAMMING ALGORITHM
FORTRAN
CODED
FOR GROSS PRODUCTION SCHEDULING
John
W.
Burgeson
IBM
Corporation
340
South
Broadway
Akron,
Ohio
Modifications
or
revisions
to
this
program,
as
they
occur,
will be announced
in
the
appropriate
Catalog of
Programs
for
IBM
Data
Processing
Systems.
When
such
an announce-
ment
occurs,
users
should
order
a complete new
program
from
the
Program
Information
Department.
.
0-""
()
DECK KEY
1. Sample
Problem
0,
1,
2
(Refer
to
Page
17
for
Input
data
listings)
2.
Object Deck
3. Source Deck
------~------------~)
~1
Title:
Author:
Purpose:
Hardware:
Procedure:
Execution
Time:
Source
Language:
Accuracy:
Limitations:
Checkout
~tus:
Comments:
()
PROGRAM
ABSTRACT
A
Dynamic
Programming
Algorithm
FORTRAN
Coded,
for
Gros
s
Production
Scheduling.
John
W.
Burgeson
IBM
340
South
Broadway
Akron
a,
Ohio
To
solve
non-linear
production
scheduling
problems
concerning
"Nil
products,
each
product
with
up
to
"M"
possible
production
levels,
each
level
having
an
associated
profit
(or
cost)
figure.
40K,
1620
I
Card
I/o,
hardware
divide
Dynamic
programming
algorithm,
described
in
the
body
of
the
write
up.
Heavily
dependent
on
the
size
and
data
of
the
problem.
No
general
rule
is
po
s
sible
to
give.
A
typical
problem
in
vol
ving
9
products,
7
levels
for
each
took
4
minutes.
FORTRAN
with
FORMAT
Usual
a-digit
FORTRAN
Accuracy
N
less
than
or
equal
to
199.
M
less
than
or
equal
to
40.
Checked
out
completely
for
N
up
to
9,
M
up
to
40,
Logically
for
N
up
to
199.
This
program.
and
its
documentation
were
written
by
an
IBM
employee.
It
was
developed
for
a
specific
purpose
and
submitted
for
general
distribution
to
interested
parties
in
the
hope
that
it
might
prove
helpful
to
other
members
of
the
data
processing
community.
The
program
and
its
documentation
are
essentially
in
the
author's
original
form.
IBM
serves
as
the
distribution
agency
in
supplying
this
program.
Questions
concerning
the
use
of
the
program
should
be
directed
to
the
author's
attention.
o
~'-\
TABLE
OF
CONTENTS
Section
Title
Page
Number
Introduction
-
The
Problem
II
The
Solution
III
Description
of
the
Algorithm
IV
Problem
Restrictions
a
v
Running
Times
and
Economics
10
VI
Operation
Notes,
Data
Description
12
VII
Key
to
Abbreviations,
Symbols
13
VIII
Miscellaneous,
Key
to
Decks
14
IX
Typewriter
Log
of
Sample
Problem
1
15
x
Typewriter
Log
of
Sample
Problem
2 16
XI
Three
Sample
Problems
17
XII
Listing
of
the
FORTRAN
Source
Deck
31
XIII
Flow
Chart
36
XIV
Listing
of
the
Object
deck
37
xv
Partial
Distribution
List
44
ABSTRACT
This
program
has
been
proven
successful
in
solving
production
scheduling
problems
involving
N
products,
each
product
with
up
to
M
possible
production
levels,
each
level
having
associated
with
it
a
profit
(or
cost)
figure.
There
is
no
mathematical
relationship
assumed
or
necessary
in
any
case
between
production
levels
and
profit
(or
cost)
figures.
Said
problem
being
subject
to
one
constraint-that
the
total
of
all
production
units
be
less
than
or
equal
to
a
pre-set
"budget."
-i-
()
II
o
A DYNAMIC PROGRAMMING ALGORITHM«
FORTRAN
CODED,
FOR
GROSS PRODUCTION SCHEDULING
J.
W.
Burgeson
IBM
Akron,
Ohio
INTRODUCTION -
THE
PROBLEM
This
program
is
one
which
ha s
been
profitably
employed
in
situations
where
linear
programming
techniques
would
have
applied
except
for
the
non-linearity
of
the
problem.
As
described
in
this
report,
the
program
is
shown
in
the
process
of
determining
an
optimum
productions
schedule
of
N
products
I
each
product
with
M
or
less
feasible
production
levels,
subject
to
a
constraint
that
the
totality
of
all
units
produced
be
less
than
some
"budget."
Associated
with
each
production
level
for
each
product
is
some
profit
(or
cost)
figure,
there
being
no
particular
relationship
in
any
case
between
production
level
and
this
figure.
THE
SOLUTION
Source
Language:
Machinery:
Restrictions:
Execution
Time:
IBM
FORTRAN
with
FORMAT
Card
40K 1620
with
hardware
divide
N
less
than
or
equal
to
199
M
less
than
or
equal
to
40
See
Section
V I
page
10.
III
Description
of
the
Algorithm
While
giving
a
mathematical
description
of
the
algorithm,
it
is
convenient
to
describe
it
also
by
example.
The form
of
this
example
is
as
follows:
(Sample
Problem
0)
Consider
the
manufacture
of
three
products,
1,
2,
and
3.
We
are
given
data
on
these
products
concerning
the
possible
production
levels
for
each
and
for
each
level
an
associated
profit.
In
table
form:
- 1 -
o
~
Table
1
Prod.
1 Pro_d.
2_
..ft0~1
3
Xl
VI (Xl) X2 V2
(X2)
X3
V3
(X3)
0
0.0
10
-1.0
0
0.0
10
1.0
20
0.5
5 0
..
3
20
2.0
30
0.8
10
0.9
30
2.5
40
1.4
15
1.7
50
1.8
20
1.8
Where
~
(j =
1,
2,
3)
is
the
feasible
levels
vectcr
of_
production
for
product
j,
Vj
is
the
as
s
ociated
profit
vector.
Xj
1
then
is
the
i
th
level
of
production
of
product
j,
Vjiis
the
associated
profit.
If
we
have
no
"budget,
/I
we
can
solve
the
above
by
inspection
for
an
optimum
solution.
Produce
30
of
1,
50
of
2,
20
of
3.
No
problem.
Suppose,
now,
we
do
have
a
"budget"
and
that
it
is
less
than
1bo
units.
What
we
are
looking
for
is
an
optimum
combination
of
level
selection
from
the
table.
In
such
a
simple
problem,
we
can
still
solve
the
pro-
blem
by
inspection,
however,
not
particularly
fast
ncr
easily.
The
solution
table
for
all
budgets
from 100
to
10
(in
steps
of
10)
is:
Table
2
Budget
Level
of
1
Level
of
2
Level
of
3
t2!!!
. 100 30 50 20
100
90
30
40 20
90
80 20 40 20 80
70
30
20 20 70
60 20 20 20 60
50 20 20 10 50
-40 20 20 0 40
30 10 20 0
30
20 0 20 0 20
10 0 10 0 10
-2-
The
solution
proceeds
as
follqws:
There
are
3
products
(N=8).
We
are
given
Xji
and
V
ji
for
all
produots
and
Budgets
of
100,
~O,
80
••••
,
10~
We
first
set
up
what
is
called
Tableau
*3.
(831
..
) 0
(S32
..
) 5
(S33
..
) 10
(8
34
..
) 15
(8
35
11:)
20
X
31
-0-
X32
-5
,
Table
3.
X33
10
X
34
15
X35
20
P3
XB3
Where
the
8
3k
are
the
amounts
of
unassigned
budget
we
have
left
after
the
assignment
of
production
levels
to
Products
1
and
2.
Since
we
have
no
knowledge
at
this
time
how
much
this
will
be,
we
must
evaluate
all
possibilities.
There
are
5
of
these,
the
possibility
that
0
will
be
left
(S31)'
5
left
(S32)'
10
left
(S33)'
15
left
(S34)'
20 or more
left
(Sas).
Define
now
the
elements
of
the
tableau
as
Y
jik
(The
element
in
the
th
til
th
k
row
and
the
1
column
of
the
j
tableau)
A.
B.
c.
fF)
Y
jik
does
not
exist
for i
greater
than
k,
for
if
we
have,
say,
only
5
left
of
our
budget
after
aSSigning
~oducts
1
and
2,
we
cannot
consider
the
possibility
of
producing
10
of
product
3.
Define
P n + 1
(any
argument)
= 0
for
an
N-Product
problem
Y
jik
..
V
ji
+ Pj+ 1 (Sjk -Xji)
-3-
()
That
is,
in
calculating
any
Y
jik
I
we
obtain
first
of
all
tke
corresponding
V
ji
from
the
input
data.
This
V
ji
corresponds
to
some
>e.ii.
\Ve
nem
subtract
from
the
Sjk
of
tp.e
row
we
are
WQl;'king
on,
this
Xji'
obtaining
an
argument
Sj+
i.m
with
~hiCh
to
find
a Pj+
lin
tha
tub,ie
of
P's
of
the
precedina
tableau.
In
numbers,
if
we
have
40 (=SJk)
to
assign,
we
assign
10
(=X
ji
)
we
have
left
ao.
Opposite
30 (=8j+
I,
-cd
in
the
precedina
tableau
obtain
a P
to
use
in
computation.
D.
Pjk
..
max
(Y1ik)
(i
=
1,
2,
...
,k)
E. XBjk
I:
the
Xji
where
this
maximum
is
found.
With
the
above
formulae,
Tableau
*3
is
generated
(trivial
case)
8S;
Table
4
X
31
X32
X33
X
34
~
Pa
XBa
Sal
= 0
.0
.0
0
Sa2
= 5
.0
.3
.3
5
S33 = 10
.0 .3
.9
.9
10
8
34
= 15
.0
.3
.9
1.7
1.7
15
835
= 20
eO
.3
.9
1.7
'
1.8 1.8
20
Now,
saving
the
P3
and
XB3
vectors
only,
Tableau
*2::
is
generated.
Table
5
X21 X22
~3
X24 X25 P2
XB2
821 = 10
-1.0
-1.0
10
S22 =
20
-0.1
0.5 0.5
20
823 = 30
0.8
1.4
0.8
1.4
20
8
24
= 40
0.8
2.3
1.7 1.4
2.3
20
(Table 5
continues
on
the
following
page.)
-4-
C /
?
0
Table 5 (Continued)
X
Z1
X22 X23 X24
~s
P2
XB
2
825 = 50
0.8
2.3
2.6
2.3
L8
2.6
30
826
=
60
0.8
2.3
2.6
3.2
2.7
3.2
40
827 =
70
0.8
2.3
2.6
3.2
3.6 3.6
50
As
an
aid
to
following
the
mathematics,
the
calculations
necessary
are
included
as
follows:
Y211
to:
V21 + P
3l
=
-1.0
+
.0
=
-1.0
Y212 =
V21
+ P33 =
-1.0
+
.9
=
-0.1
Y222 = V22 + P31 =
0.5
+
.0
=
0.5
Y
2l3
= V
2l
+ P
3S
=
-1.0
+
1.8
=
0.8
Y223=V22+
P33
=0.5+
0.9=1.4
Y233=V23+
P
3l
=0.8+
.0=0.8
Y214
-V
21 + P3S =
-1.0
+
1.8
=
0.8
Y224=V
22 + P3S
=0.5+
1.8=2.3
Y23
4::
V
23+
P33
=0.8+
.9=1.7
Y
244
= V
24
+ P
31
=
1.4
+
.0
=
1.4
Y2lS
=
V21
+ P3S =
-1.0
+
1.8
=
0.8
Y22S =
V22
+ P3S =
0.5
+
1.8
=
2.3
Y23S =
V23
+ P
3S
=
0.8
+
1.8
=
2.6
Y24S = V24 + P33 =
1.4
+
0.9
=
2.3
Y255
=V25
+ P31 =
1.8
+
.0
=
1.8
-5-
0 o
Y216 = V21 + P
3S
=
-1.0
+
1.8
=
0.8
Y226 = V
22
+ P
3S
=
0.5
+
1.8
=
Z.3
Y236=V23+
P35
=0.O+
1.8=2.6
Y246=V24+
P35
=1.4+
1.8=3.Z
Y2S6 = V25 + P33 =
1.8
+
0.9
=
2.7
Y217
=V
21 + P
3S
=
-1.0+
1.8=0.8
Y227 = V22 + P35 =
0.5
+
1.8
=
2.3
Y237=V23+
P
3S
=0.8+
1.8=2.6
Y247 = V24 + P
3S
=
1.4
+
1.8
=
3.2
Y257 = V
2S
+ P
3S
=
1.8
+
1.8
=
3.6
P21 =
max
(-1.0)
=
-1.0
P22 =
max
(-0.1,
0.5)
=
0.5
P23 =
max
(0.8,
1.4,
0.8)
::
1.4
P 24 = max
(0.
8,
2.3,
1.7,
1.4)
=
2.3
XB
21 = 10
XB22
= 20
XB23
:: 20
XB24
= 20
P
2S
=
max
(0.8,
2.3, 2.6, 2.3,
1.8)
::
2.6
XB25
= 30
P26 =
max
(0.8,
2.3,
2.6,
3.2,
2.7)
=
3.2
XB
26
:: 40
P27 = max
(0.8,
2.3,
2.6,
3.2,
3.6)
::
3.6
XB27
= 50
Finally,
saving
the
P2
and
XB2
vectors
only.
Tableau
i1
1s
generated.
Notice
that
the
8
vector
is
growing
steadily.
Table 6
Xll
X22
X23 X24 PI
XB1
811 ::
10
-1.0
-1.0
0
812
= 20
0.5
0.0 0.5
0
813 :; 30
1.4
1.5
LO
1.5
10
(Table
6
continues
on
the
following
page.)
-6-
Table
6
continued
Xl!
X22 X23 X24
!1
XBl
S14 = 40
2.3
2.4
2.5
1.5
2.5
20
S15 = 50
2.6
3.3
3.4
2.9
3.4
20
S16
==
60
3.2
3.6
4
..
3
3.9
4.3
20
817
==
70
3.6
4'.2
4.6
4.8
4.8
30
S18 =
80
3.6
4.6
5.2
5.1
5.2
20
819 = 90
3.6
4,6
5.6
5.7
5.7
30
S110 = 100
3.6
4.6
5.6
6.1
6.1
30
At
this
point
we
are
completed
with
Phase
1
of
the
problem.
The P
vectors
are
forgotten
(although
PI
does
show
the
actual
profits
for
each
possible
"budget"
from 10
to
100.)
The
XB
data
has
been
put
out
on
intermediate
cards
(or
tape).
Phase
Z
of
the
problem
reads
this
XB
data
back
into
the
machine
to
determine
the
actual
schedule
....
Collecting
the
data
fa
Phase
2:
Opposite
the
"budget"
in
the
Slk
vector
read
XBlkl
the
optimum number
of
Product
1
to
be
scheduled.
Budget = Budget -
XBlk
Opposite
"budget"
in
the
SZk
vector
read
XB
2k,
the
optimum number
of
Product 2
to
be
scheduled.
Budget = Budget -
XB2k
Opposite
"budget"
in
the
S3k
vector
read
XB3k'
the
optimum number
of
Product 3
to
be
scheduled.
End
of
Phase
2.
-7-
o o
IV. Problem
Restrictions
1.
As
can
be
~een
from
the
description
in
Part
III,
the
Sj
vector
grows
with
arithmetic
rapidity.
It
goes
in
,eac!}
Tableau
from
some
lower
pound (
S0
j>
to
some
upper
bound (
3B
j)
in
steps
2.
of
Aj
where
Aj
is
defined
as
the
incremental
step
of
production
level
for
product
j
Two
bounds
can
immediately
be
put
on
this
S j
vector.
There
is
no
gain
in
allowing
SB
j
to
exceed
the
budget
(BUD).
Similarly,
if
Qj
is
defined
as
the
lowest
feasible
production
level
of
product
j,
then
certainly
S0
j
need
never
be
consi-
dered
below:
SUMQ = Qj + Qj+ 1 +
•••
+
Qn.
Therefore:
F.
SB
j
is
less
than
or
equal
to
BUD
for
all
j
G.and
S0
j
is
greater
than
or
equal
to
SUM (Ql)
(l
=
N,
N-1)
•••
,j.
While
these
formulae
help
limit
the
Sj
vector,
they
are
not
suffiCient
for
most
):Ir&c;tical
sized
problems.
Consequently,
within
the
program a
careful
watch
is
kept
on
this
vector
..
It
1s
never
allowed
to
exceed
100
entries,
regardless
of
formulae F
and
G.
Whenever
it
threatens
to
do
so,
a
cal-
culation
is
made
which
locates
the
~
of
the
Sj
vector
at
a
"most
likely
position"
for
use
in
Phase
2,
the
reverse
search.
Within
the
program,
this
is
accomplished
by
bringing
in
the
input
datum
A2j
(average
of
next
three
month's
demand)
for
each
product
and
keeping
a sum
(SUMA2)
of
this
data.
-8-
o
~
o
When
the
Sj
ve~or
gets
out
of
bounds
(more
than
100
entries),
the
statements:
121 K =
S0
MIN/A + (SUMA2/BUD) *
(SB-S0-100.
*A)
/A
S0=K
S0
l:I
S(2f*A
SB:II
sQ1
~
99.*A
are
used
as
a
(heuristic)
method
of
keeping
the
Sj
vector
centered
around a
"most
likely"
region.
You
can
see
the
results
of
this
action
in
Section
IX.
To
an
extent,
this
procedure
threat~ns
to
disturb
optimality
of
the
solUtion,
Since
if
we
miss
the
solution
point
by more
than
50.
*~
we
will
underschedule
some
product(s)
and
overschedule
others.
Experimentally,
however,
using
"live"
data,
it
does
not
appear
that
we
have
any
problem
at
this
pOint.
A
second,
somewhat
more
severe
restriction
has
been
built
into
the
program.
The
algorithm,
as
presented
in
Section
III,
calculates
all
Y
jik
of
the
tri-angular
array.·
As
programmed,
not
all
of
these
are
computed.
As
the
program
proceeds,
row
by
row,
each
time
it
finds
a maximum
row
entry,
it
stores
this
entry
in
P
jk
and
the
corresponding
X
ji
in
XB
jk
When
starting
the
next
row,
it
does
not
start
with
column
1,
but
with
that
column where
the
maximum
was
found
in
the
last
row.
Because
of
this,
admittedly
arbitrary,
rule,
the
machine
solution
to
our
sample
problem 0
(Section
X)
varies
from Table 2
insofar
as
the
budget
of
80
is
concerned.
-9-
o
~
Once
again,
experimentally,
it
appears
that
th
is
testrlcUon
does
not
affect
the
final
solution
to
any
s1gnificant
degree.
A
third
restriction
of
sorts
has
been
used
in
th~s
model
im-
pl1citly
all
along.
This
restriction
concems
possible
values
of
the
parameter
AjValues
of
~
used
with
this
algorithm
must
be commensurate
with
one
another.
They may
all
be
the
same;
if
they
differ I
the
larger
Aj
must
be
integer
multiples
of
all
smaller
~.
Typical
values
of Aj might
be:
2,
4,
8,
16,
32,
64,
128,
or
25,
50,
100,
200,
400,
••••
In
entering
data
into
Phase
1,
the
products
must
be
sorted
in
order
of
increasing
Aj
V. Running Times
and
Economics
The
question
is
naturally
raised
""Vhy
the
(arbitrary)
restrictions
on
Sj?"
The
answer
to
this
question
lies
in
the
fact
that
this
is
not
a
speedy
algorithm.
The
running
times
for
the
three
problems
described
in
Section
X were
observed
to
be:
(exclusive
of
typing)
Prob 0
phase
1
0.6
min.
phase
2
0.3
min/pass
Prob 1
phase
1
2.8
min.
phase
2
0.8
min/pass
Prob 2
phase
1
36.0
min.
phase
2
0.8
min/pass
Extending
these
times
analytically
to
a computer
with
tape
I/O
in
the
705/7070
class,
(and on
the
basis
of
observations
made on
"live"
problems on
this
size
machine)
it
is
observed
that
fairly
long
machine
-10-
runs
(3-10
hours)
are
required
if
the
number
of
products
exceeds
1000.
IJmiting
Sj
to
100
entries
instead
of
200,
S:1y
I
halves
the
running
time
of
such
a
problem.
Using
restriction
2
in
Part
IV
again
halves
the
running
time,
and
see~s
to
be
economically
sound.
This
program
approach
te(!Ufres
that
profit
(or
cost)
figures
be
cal-
culated
for
each
product
for
each
feasible
production
level.
This
is,
of
course,
no
trivial
job.
Meaningful
figures
must
be
found for
such
items
as
back
ordet
costs,
set-up
costs,
and
inventory
carrying
costs.
The
cost
picture.·fer
any
product
is
a
complex
function
of
these
three
items
considered
along
with
such
factors
as:
demand
pattern
forecast
quantity
on
hand
quantity
in
production
facility
sharing
with
other
products
and
others.
Obtaining
meaningful
figures
of
this
nature
is
probably
the
hardest
Part
of
an
O.
R.
man's
job
if
he
is
to
use
this
or
any
other
s1mllar
algorithm
for
his
scheduling.
Nonetheless,
the
job
can
be,
and
has
been,
done
successfully.
It
appears·
that,
on
the
basis
of
many
tests
with
different
cost·
,function
generators,
that
as
long
as
all
products
are
computed
on
the
same
baSiS,
the
final
schedules
do
not
show
much
deviation.
Schedules
obtained
with
this
program
have
been
cos
ted
out
against
actual
schedules
"made
by
hand.
/I
In
all
cases
tested
the
savings
were
very
considerable.
-11-
c o
VI.
Operation
Notes«
Data
Description
Input
to
the
progralll
cons
ists
of:
1.
2.
3.
One problelll
header
card
containing
according
to
the
Format
U4,FIO.0,FI0.0,30H),
NUMBR
b"ing
the
No.
of
products
being
scheduled
,
BUD
"budget",restriction
on
total
units
to
be
scheduled
DBUD
Reduce
BUD
by
DBUD
for
alternate
solutions
_ 30H up
to
30
alphanumeric
problem
identification
One
product
header
card
per
product
containing
according
t-o
the
FDrmat (20
HIS,
IS,F8.0,F8.0
,F8.0),
20H up
to
20
alphanumeric
product
identification
IREeD Product
identifier
(stock
number?)
M
No.
of
production
levels
to
be
considered
A
increment
size
between
production
levels
Q minimum
production
A2
average
demand
next
3 months
From 1
to
4
product
profit
(cost)
cards,
each
containing.
up
to
10
numbers.
For
12.
M
£10,
one
card
will
be
required,
for
c
1l~£20,
two
cards,
etc.
Format (lOF?
.0).
Output from
the
program
is
in
two
parts,
complete
with
typed
instructions.
The
output
from
phase
1
is
reverse-sorted
on
cc
78-80
and
used
as
input
to
phase
2.
Output from
phase
2
is
on
cards
and,
with
proper
sense
switch
settings,
on
the
typewriter
as
well.
Output
is
identified
by
column
headings
and
header
mes
sages.
-12-
o
o
Sense
switch
settings:
i on
to
type
final
answers
on
typev..Titer
2
on
to
obtain
alternate
solutions,
phase
2.
3
on
to
obtain
all
messages
from
the
program,off
to
bypass
many of
them
4
unused.
Section
IX
is
a
typewriter
log
(sample problem
2)
taken
with
1 off;
2
on
for
three
passes
of
phase
2,
then
off; 3
on.
VII. Key
to
Abbreviations« Symbols
1s
an
index,
running
from 1
to
n
n
is
the
number
of
products
Mj
is
the
number
of
production
levels,
j
th
product
Qj
is
the
minimum
production
level
Aj
is
the
increment
between
levels
CAPACj
is
the
maximum
level
(=OJ
+ A*(Mj-1)
V
ji
~i
BUD
Sjk
are
the
profits
(costs)
associated
with
the
levels
i =
1,2,
•••
, m
fa
each
product
are
the
possible
levels
themselves.
x
=0
j1
j
X
j2
= Qj + Aj
~
3 =
OJ
+
Aj
+
Aj
etc.
is
the
"budget"
for
the
total
SUM
(Xjl)
are
the
possible
amounts
of
unassigned
BUD
left
after
aSSigning
products
1,
2,
•••
,j-1.
-13-
o
y
jik
P
jk
XB
jk
SB
NR
o
are
the
profits(costs)
associated
with
particular
S
and
X
are
the
max
(Y
)
for
i::
1,2,
••••
k
jik
are
the
X
where
the
maximum
is
found
ji
is
the
lowest
S
for
any
j
jk
is
the
highest
S for
any
j
jk
is
the
number
of
S
rows
for
any
j
jk
jk
ji
VIII
Miscellaneous«
Key
to
Decks
A.
B.
c.
",
The
program
is
written
to
accept
and
use
profit
data.
It
is
sometimes
more
convenient
to
use
cost
data
0
This
may
be
done
in
two
ways:
1.
Keep
the
program
as
is,
add
to
each
cost
datum
before
input
a
fictitious
profit,
for
example,
'Y.
k =
cost
+
$10.
OO*X··
J1 J1
2.
Change
the
program
to
scan
for
a
minimum
Y
jik
instead
of
a
maximum.
The
profit
datum
associated
with
the
highest
production
level
of
a
product
should
be
the
highest
magnitude
of
that
profit
series.
Conversely
for
cost
data.
They
need
not
be
in
strict
ascending
magnitude,
although
frequently
they
are.
Key
to
Decks:
Deck
1:
Fortran
Source,
Numbered
DP-OO 1
through
DP-216
in
cols.
75-80.
Deck
~:
Object
Deck.
Listing
pages
37-43.
No
card
numbers
Deck
3:
Sample
Data,
numbered
DP-5
0 1
through
DP-569
in
cols.
75-80.
-14-
D,YNAM
I C
PROG
MODEL
1;1'-~j,?
-
f~
()
NO.
3
BUDGET
110.
DBUD
10.
SAMPLE
PROB
0
NAME
IRECD
M
INCRE
MIN
QTY
.-.
NO
3 1940
DESOTO
3 5
5.
s0
= .
SB
= 20.
NR
==
5
NO
2 1937
CADILLAC
2 5 10. 10.
r'"
s0
==
10.
S8
= 70.
NR
==
7
NO
1
19lt8
JAGUAR
4 10.
S0
=
10.
S8
==
100.
NR
=
10
c---
C
PHASE
1
COMPLETED
3
ITEMS
SCHEDULED
-
SORT
QUTPUT
IN
RVERSE
SEQUENCE
ON
CC
78-80
.,
THEN
HIT
START
TO
BEG
I N
PHASE
2
3
BEGIN
PHASE
2,
8UDGET
= 110.
':)
RERUN
INTERMED.
CDS.
FOR
ALT.
SOLN.
BEGIN
PHASE
2,
8UDGET
==
100.
'-"
RERUN
INTERMED.
CDS.
FOR
ALT.
SOLN.
BEGIN
PHASE
2,
BUDGET
= 90.
~
RERUN
INTERMED.
CDS.
FOR
ALT.
SOLN.
BEGIN
PHASE
2,
BUDGET
==
80.
RERUN
INTERMED.
CDS.
FOR
ALT.
SOLN.
BEGIN
PHASE
2,
BUDGET
= 70.
RERUN
INTERMED.
CDS.
FOR
ALT.
SOLN.
BEGIN
PHASE
2,
BUDGET
==
60.
RERUN
INTERMED.
CDS.
FOR
ALT.
SOLN.
BEGIN
PHASE
2,
BUDGET
50.
_~:~
OF
JO~
IS
CAPAC
AVG
OEM
20. 10.
50. 10.
30. 10.
0
DYNM11
C
PROG
tvlODEL
:II
-f1pC"''';~1-
I
..
~
-
f~lf"'"
1.
NO.
9
DBUD
BUDGET
3000. 200.
PROS.
NO.1
FOR
D.P.
NAME
IRECD
M
INCRE
PROD
WIDGIT
1 5 25.
SO
= 25.
SB
= 125.
NR
=
PROD
2
FRAMIS
2 3 25.
so
= 25.
SB
==
175.
NR
=
PRao
a
QuaTl
BIT
3 7
50.
SO
==
SB
...
500.
NR
=
SO
==
50.
SB
==
500.
NR
...
PROD
4
GREEB
STALL
4
10
50.
SO
..
50.
SB
= 950.
NR
...
PROD
5
GRANCH
5
11
50.
SO
= 100.
SB
= 1550.
NR
...
SO
= 150.
SB
= 1550.
NR
=
PROD
6
GRUNK
PITS
6 9 100.
SO
= 200.
SB
...
2500.
NR
...
SO
= 300.
SB
= 2500.
NR
...
PROD
7
ANBER
STEM
7 ' '6' too.
SO
= 200.
SB
...
3000.
NR
=
SO
= 400.
SB
...
3000.
NR
=
PRaD
8
RONTER
GUY
8 6 200.
SO
= 400.
SB
= 3000.
NR
...
SO
= 600.
SB
= 3000.
NR
=
PROD
9
BINT
DUP
9 4 400.
so = 400.
SB
= 3200.
NR
=
SO
==
800.
SB
= 3200.
NR
.=
PHASE
1
COMPLETED
9
ITEMS
SCHEDULED
MIN
QTY
CAPAC
25. 125.
5 50.
7 300.
11
10
450.
19
100.
"600.
30
29
100. 900.
24
?3
-
._.
·loo(f.- -
15
14
200. 1290.
14
1.3
12-00.
8
7
saRT
aUTPUT
IN
RVERSE
SEQUENCE
aN
CC
78-80
THEN
HIT
START
TO
BEGIN
PHASE
2
BEGIN
PHASE
2,
BUDGET
= 3000.
RERUN
INTERMED.
CDS.
FOR
ALT.
SOLN.
BEGIN
PHASE
2,
BUDGET
==
2800.
RERUN
INTERMED.
CDS.
FaR
ALT.
SOLN.
BEGIN
PHASE
2,
BUDGET
= 2600.
BEGIN
PHASE
2,
BUDGET
==
2400.
BEGIN
PHASE
2,
BUDGET
= 2200.
BEGIU
PHASE
2,
BUDGET
= 2000.
BEGIN
PHASE
2,
BUDGET
= 1800.
BEGIN
PHASE
2,
BUDGET
= 1600.
END
OF
JOB
16 0
AVG
OEM
14.
8.
14.
35.
35.
90.
90.
120.
'155.
.0
DYNAMIC
PROG
MODEL
x
+-,ff,..,.;l:""
''1 -
I\.ol.l~
2 0
NO.
8
BUDGET
8000.
DBUD
100.
PROBLEM
2
FOR
D.
P.
NAME
fRECD
M
INCRE
MI
N
QTY
BOLTS
U/4
UN
NO
3 1
40
50.
so
= 100.
SB
= 2050.
NR
=
40
SCREWS
NO
18
LONG
2
40
50.
SO
= 100.
SB
= 4000.
NR
=
79
LOCOMOTIVE,
STEAM
3
40
50.
SO
= 150.
SB
= 5100.
NR
=
100
SO
= 200.
SB
= 5150. .
NR
= 100
LOCOMOTIVE,
DEISEL
4
40
50.
SO
= 250.
SB
= 5200.
NR
=
100
EYEGLASS
FRAME,
BRN
5
10
50.
SO
= 300.
SB
= 5250.
NR
=
100
LAMBSKIN
TURBAN
6
10
50.
SO
=
350.
SB
= 5300.
NR
= 100
1620
COMPUTER
7
20
100.
SO
=
500.
SB
= 750Q.
NR
=
71
SO
= 600.
SB
= 7500.
NR
=
70
SO
= 700.
SB
= 7500.
NR
=
69
HAIRPIN,
NO
6
BLACK
8
40
200.
SO
= 600.
SB
= 8000.
NR
=
3B
SO
=
BOO.
SB
= 8000.
NR
=
37
PHASE
1
COMPLETED
B
ITEMS
SCHEDULED
SORT
OUTPUT
IN
RVERSE
SEQUENCE
ON
CC
7B-80
THEN
HIT
START
TO
BEGIN
PHASE
2
BEGIN
PHASE
2,
BUDGET
=
BEGIN
PHASE
2,
BUDGET
=
BEGIN
PHASE
2,
BUDGET
=
BEGIN
PHASE
2,
BUDGET
=
BEGIN
PHASE
2,
BUDGET
=
-.
BEGIN
PHASE
2,
BUDGET
=
BEGIN
PHASE
2,
BUDGET
=
BEGIN
PHASE
2,
BUDGET
=
END
OF
JOB
STOP
BOOO.
7900.
7800.
7700.
7600.
7500.
7400.
7300.
100.
50.
50.
300.
CAPAC
AVG
OEM
2050. 100.
1950. 200.
2000.
1950. 100.
500. 600.
450. 200.
2200. 350.
7800. 360.
17
c
-------_._--_.
__
._---
-
-.---.------.-.-
..
,,--,---.-,-
..
-~-.
...........
"_"
...
~~w
....
_."
••
".,
.....
~
______
~,
.....
_
........
__
~.,
......
,
........................
"'
•••
.L_
.........
___
:r'Meu.+
,j
..
+...
10?
3
110.
10.
SAMPLE
PROS
0
DP
501
NO
3
1940
DESOTO
3 5
5.
O.
10.
DP
502
..
___
.M_
.
.3
.9
1.7
1.8
DP
503
NO
2
1937
CADILLAC
2-
··5"--10.
·-10;--·
---rC5;··
DP
51)4
-1.
.5 .8
1.4
1.8
DP
505
NO
1
1948
JAGUAR
1 4
10.
o.
10.
DP
506
~
0
1.
2.
2.5
DP
507
~
O ...
ir·~··~
.~.--
c..
BEGIN
PHASE
2,
BUDGET
=
110.
017
I>
18
.l
19
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
020···
~
~
21
Qc)
NO
1
1948
JAGUAR
1 5
10.
30. 30.
022
"
NO
2
1937
CADILLAC
2 6
10.
10.
50.
50.
023
NO
3
1940
DESOTO
3 6
5.
20.
20.
024
I
25
...
TOTAL
100.
026
-
27
--
28
I
29
'"
30
31
BEGIN
PHASE
2,
BUDGET
=
100.
032
33
34
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
035
36
NO
1
1948
JAGUAR
1 4
10.
30.
30.
037
11.10
2
1937
CADILLAC
2 5
10.
10.
50. 50.
038
NO
3
1940
DESOTO
3 5
5.
20. 20.
039
40
TOTAL
100.
041
42
43
44
45
46
0
BEGIN
PHASE
2,
BUDGET
=
90.
047
48
49
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
050
51
NO
1
1948
JAGUAR
1 4
10.
30.
30.
052
NO
2
1937
CADILLAC
2 4
10.
10.
50.
40.
053
NO
3
19"40
DESOTO
3 5
5.
20.
20.
054
55
TOTAL
90.
056
57
58
59
60
61
BEGIN
PHASE
2,
BUDGET
=
80.
062
63
64
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
065
66
NO
1
1948
JAGUAR
1 4
10.
30.
30.
067
NO
2
1937
CADILLAC
2 3
10.
10.
50.
30.
068
NO
3
1940
DESOTO
3 5
5.
20.
20.
069
70
TOTAL
80.
071
72
73
74
.....
75
~
76
BEGIN
PHASE
2,
BUDGET
=
70.
077
78
79
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
080
81
NO
1
1948
JAGUAR
1 4
10.
.
30
30.
082
NO
2
1937
CADILLAC
2 2
10.
10.
50.
20.
083
0
NO
3
1940
DESOTO
3 5
5.
20.
20.
084
85
TOTAL
70.
086
87
88
89
90
91
---_
..
"'----- -
T.I_~.t1\
"\
(',
..-.
J_
I.' f.I,
L:
BEGIN
PHASE
2,
BUDGET
=
60.
092
93
94
PROD. NO.
LEVEL
INCRE
MIN
Cly
CAPAC
SCHEDULE
095
96
CI
NO
1
1948
JAGUAR
1 3
10.
30.
20.
097
NO
2
1937
CADILLAC 2 2
10.
10.
50.
20.
098
NO
3
1940
DESOTO
3 5
5.
20.
2 o.
099
100
TOTAL
60.
101
102
103
104
105
106
BEGIN
PHASE
2,
BUDGET
=
50.
107
108
109
PROD. NO.
LEVEL
INCRE
MIN
OTY
CAPAC
SCHEDULE
110
111
NO
1
1948
JAGUAR
1 3
10.
30.
20.
112
NO
2
1937
CADILLAC 2 2
10.
10.
50.
20.
113
NO
3
1940
DESOTO
3 3
5.
20.
10.
114
115
TOTAL
50.
116
117
N
118
119
c:::
120
121
BEGIN
PHASE
2,
BUDGET
=
40.
122
123
124
PROD. NO.
LEVEL
INCRE
MIN
OTY
CAPAC
SCHEDULE
125
126
NO
1
1948
JAGUAR
1 3
10.
30.
20.
127
NO
2
1937
CADILLAC 2 2
10. 10.
50.
2 O.
128
NO
3
1940
DESOTO
'3
1
5.
20.
129
130
TOTAL
40.
131
132
133
134
135
136
OJ
BEGIN
PHASE
2,
BUDGET
=
30.
137
138
139
PROD. NO.
LEVEL
INCRE
MIN
OTY
CAPAC
SCHEDULE
140
141
~O
1
1948
JAGUAR
1 2
10.
.
,0.
10.
142
NO
2
1937
CADILLAC 2 2
10. 10.
50.
20.
143
NO
3
1940
DESOTO
3 1
5.
2(1.
144
145
TOTAL
30.
146
147
148
149
150
151
BEGIN
PHASE
2,
BUDGET
=
20.
152
153
154
PROD. NO.
LEVEL
INCRE
MIN
OTY
CAPAC
SCHEDULE
155
156
NO
1
1948
JAGUAR
1 1
10.
30.
157
NO
?
1937
CADILLAC 2 2
10. 10.
50.
20.
158
NO
3
1940
DESOTO
3 1
5.
20.
159
160
TOTAL
2 o.
161
N
162
....
163
164
165
166
BEGIN
PHASE
2,
BUDGET
=
10.
167
168
169
PROD.
NO.
LEVEL
INCRE
MIN
OTY
CAPAC
SCHEDULE
170
171
NO
1
1948
JAGUAR
1
10.
.
30
172
0
NO
2
1937
CADILLAC 2
10.
10.
50.
10.
173
NO
3
1940
DESOTO
3
5.
20.
174
175
TOTAL
10.
176
r.l
S4"f/~
,"0"
I('ta(
0 .
--1
I
..
p
......
So.Yt\t'e
1'
....
"",..
.1..
.1_
U
I~
U
C.I
9
3000.
200.
PROBe
NO. 1
FOR
D.P.
DP
508
PROD
1
WI
DGIT 1 5
25. 25.
14.
DP
509
35.
36.
37.
39.
39.5
DP
510
0
PROD
2 FRAMfs -
---2
-3
.
·-2~-~
·---6
.-----
--~--
8-;-----
'" -
.-
-.~--
...
_--
---
-----DP--5Ti----
--"-,,-,,,.---.--
.62
.75
.88
DP
512
PROD
a
QUOTL
BIT 3 7
50.
o.
_.
14.
OP
51:3
5.
5.2 5.3
5.6
5.8
5.81
5.9
DP
514
PROD
4
GREEB
STALL 4 10
50.
o.
:35.
DP
515
21. 22.
23.
25.1
25.6
27.2
29.1
30.
31.2
35.7
DP
516
PROD
5
GRANCH
5
!i-
56. -1'00;---
35.
(jp
511-
1.
2.
3.
5.
7.
9.
9.
9.
10.1
10.4
DP
518
11.01
DP
519
PROD
6
GRUNK
PITS
6 9
100. 100.
90.
DP
520
8.17
8.34
8.8
8.99
9.12 9.76
10.21
12.43
15.
DP
521
PROD
7
ANBER
STEM
7 6
200.
o.
90.
DP
522
11.
13.1
15.17
19.22
26.4
25.8
DP
523
PROD
8
RONTER
GUY
8 6
200. 200.
120.
DP
524
-18.
18.
18.3
18.33
19.04
29.99
DP
525
PROD
9 BINT
DUP
9 4
400.
o.
155.
DP
526
28.1
28.
27.
28.5
DP
527
~
OC4~f""~
BEGIN
PHASE
2,
BUDGET
=
3000.
233
234
i ;
235
'"
PROD.
NO.
LEVEL
INCRE
MIN
QTY
CAPAC
SCHEDULE
236
237
PROD
9 BINT
DUP
9 1
400.
1200.
238
PROD
8
RONTER
GUY
8 6
200.
200.
1200.
1200.
239
PROD
7
ANBER
STEM
7 5
200.
1000.
800.
240
PROD
6
GRUNK
PITS
6 1
100.
100.
900.
100.
241
PROD
5
GRANCH
5 6
50.
100.
600.
350.
242
PROD
4
GREEB
STALL
4
10
50.
450.
450.
243
PROD
0 QUOTl BIT 3 1
50.
300.
244-
PROD
2
FRA~lI
S 2 1
25.
50.
245
PROD
1 WIDGIT 1 4
25. 25.
125.
100.
246
247
TOTAL
3000.
248
249
250
0
251
252
253
BEGIN
PHASE
2,
BUDGET
=
2800.
254
255
256
PROD.
NO.
LEVEL
INCRE
MIN
QTY
CAPAC
SCHEDULE
257
258
PROD
9 BINT
DUP
9 1
400.
1200.
259
PROD
8
RONTER
GUY
8 6
200.
200.
1200.
1200.
260
PROD
7
ANBER
STEM
7 4
200.
1000.
600.
261
PROD
6
GRUNK
PITS
6 1
100. 100.
9(,)0.
100.
262
PROD
5
GRANCH
5 6
50.
100.
600.
350.
263
PROD
4
GREEB
STALL 4
10
50.
450. 450.
264
PROD
()
QUOTl BIT 3 1
50.
30t').
265
PROD
2 FRAMIS 2 1
25.
50.
266
PROD
1 WIDGIT 1 4
25. 25.
125. 100.
267
268
TOTAL
2800.
269
270
271
272
~-
273
274
BFGIN
PHASE
2,
BUDGET
=
2600.
275
276
277
PROD.
NO.
LEVEL
INCRE
MIN
QTY
CAPAC
SCHEDULE
278
279
PROD
9 BINT
DUP
9 1
400.
1200.
280
PROD
8
RONTER
GUY
8 2
200.
200.
1200.
400.
281
PROD
7
ANBER
STEM
7 5
200.
1000.
800.
282
PROD
6
GRUNK
PITS
6 1
100.
100.
900.
100.
283
PROD
5
GRANCH
5 11
50.
100.
600.
600.
284
PROD
4-
GREER
STALL
4
10
50.
450.
450.
285
PROD
0 QuOTl BIT 3 2
50.
300.
50.
286
PROD
2 FRAMIS 2 4
25.
50.
50.
287
0
PROD
1 WIDGIT 1 6
25. 25.
125.
125.
288
289
TOTAL
2575.
290
291
292
293
294
295
BEGIN
PHASE
2,
BUDGET
=
2400.
296
297
298
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
299
300
PROD
9
BINT
DUP
9 1
4nO.
1200.
301
C
PROD
8
RONTER
GUY
8 2
200.
200.
1200.
400.
302
PROD
7
ANBER
STfM
7 5
200.
1000.
800.
303
PROD
6
GRUNK
PITS
6 1
100. 100.
900.
100.
304
PROD
5
GRANCH
5 9
50.
100.
600.
500.
305
PROD
4
GREEB
STALL
4
10
50.
450.
450.
306
PROD
a
QUOTL
BIT 3 1
50.
300.
307
PROD
2
FRAMIS
2 2
25.
50.
25.
308
PROD
1
WIDGIT
1 5
25. 25.
125.
125.
309
310
TOTAL
240n.
311
312
313
314
315
316
BFGIN
PHASE
2,
RUDGET
=
2200.
317
318
319
PROD.
NO.
LEVEL
INCRE
MIN
QTY
CAPAC
SCHEDULE
320
i\:
321
.....
,
PROD
9
BINT
DUP
9 1
400.
1200.
322
PROD
8
RaNTER
GUY
8 2
2nO.
200.
1200.
400.
323
PROD
7
ANBER
STEM
7 5 2()O.
10no.
800.
324
PROD
6
GRUNK
PITS
6 1
100.
10
o.
900.
100.
325
PROD
<;
GRANCH
5 6
50.
100.
600.
3') C,.
326
PROD
4
GREER
STALL
4
10
50.
450.
450.
327
PROD
0
QUOTL
BIT 3 1
50.
300.
328
PROD
2
FRAMIS
2 1
25.
50.
329
PROD
1
WIDGIT
1 4
25.
25.
125.
100.
330
331
TOTAL
2200.
332
3:B
334
335
336
0
337
BFGIN
PHASE
2,
BUDGET
=
2000.
331:3
339
34n
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
-'41
34:'
PROD
9
BINT
DUP
9 1 4n(').
1201")
343
PROD
8
RONTER
GUY
8 2
2no. 200.
1200.
40n.
344
PROD
7
ANBER
STEM
7 4
2no.
10nn.
600.
34')
PROD
6
GRUNK
PITS 6 1
1no.
10
O.
90n.
lOC.
346
PROD
5
GRANCH
5 6
50.
1
(")
O. 6()1'1.
35(".
347
PROD
4
GREEB
STALL
4
10
50.
4,1).
450.
348
PROD
0
QUOTL
BIT 1
50.
300.
349
PROD
2
FRAMIS
7 1
75.
')0.
350
PROD
1
WIDGIT
1 4
25.
25.
I?
5.
Ion.
'351
?52
TOTAL
2000.
~i5
3
354
355
.3S6
357
358
BEGIN
PHASE
2,
BUDGET
1800.
359
360
361
/~
PROD.
NO.
LEVEL
INCRF
~1l
N
QTY
CAPAC
SCHEDULE
362
~
363
PROD
9
BINT
DUP
9 1
4()0.
1200.
364
PROD
8
RONTER
GUY
8 2
200. 200.
1200.
4CO.
36:'
PROD
7
ANBER
STEM
7 3
200.
1')01).
400.
366
PROD
6
GRUNK
PITS
6 1
InO.
100.
9n('l.
IN).
367
DROD
5
GRANCH
5 6
50.
10
o.
600.
35C.
368
PROD
4
GREfB
STAll 4
10
50.
4~O.
4:'C.
369
PROD
0
QUOTL
BIT
:3
1
50.
300.
370
PROD
2
FRAMIS
2 1
25.
50.
37:
PROD
1
WIDGIT
1 4
25.
25.
125.
10C.
372
":73
0
TOTAL
1800.
374
375
376
377
378
(;)
379
BEGIN PHASE
2,
BUDGET
1600.
380
381
382
PROD.
NO.
LEVEL INCRE
MIN
QTY
CAPAC
SCHEDULE
383
384
PROD
9 BINT
DUP
9 1
400.
1200.
385
PROD
8
RONTER
GUY
8 2
200. 200.
1200.
400.
386
PROD
7
ANBER
STEM
7 2
200.
1000.
200.
387
PROD
6
GRUNK
PITS
6 1
100.
100.
900.
100.
388
PROD
5
GRANCH
5 6
50.
100.
600.
350.
389
PROD
4
GREEB
STALL 4
10
50.
450.
450.
390
PROD
0 aUOTL
BIT
3 1
50.
300.
391
PROD
2 FRAMIS 2 1
25.
50.
392
PROD
1 WIDGIT 1 4
25. 25.
125.
100.
393
394
TOTAL
1600.
395
0
J
4&.
Wf
l4l
fWJ~1
"'"
2.
~'14-\-.
8
8000.
100.
PROBLEM
2
FOR
D.
P.
DP
528
BOLTS
U/4
UN
NO
3
40
50.
100.
100.
DP
529
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
DP
5301
11.
12. 13.
14.
15.
.6
17. 18.
19.
20.
DP
5311
21. 22.
23.
24.
25.
26.
27.
28.
29.
30.
DP
5321
31. 32.
33.
34.
35.
37.
38.
39.
40. 41.
DP
5331
!=.CREWS
NO
18
LONG
2
40
50.
200.
DP
534
211.5
21.
21.5
22.
22.5
23.
23.5
24.
24.5
25.
DP
5352
25.5
26.
26.5
27.
27.5
28.
28.5
29.
29.5
30.
DP
5362
,11.5
31.
31.5
32.
32.5
33.
33.4
34.
34.5
35.
DP
5372
35.5
36.
36.5
37.
37.5
8.
38.
38.5
'39.
40.
DP
5382
LOCOMOTIVE t
STEAt-1
3
40
50.
50.
300.
DP
539
30.
30.1
30.2
30.3
30.4
30.5
30.6
30.7
30.8
30.9
DP
5403
31.
32.
32.1
32.3
32.3 32.4
32.5
32.6 32.7
32.8
DP
5413
33.
33.1
33.2 33.3
33.4
33.4
33.5
33.7
33.8
33.9
DP
5423
34.
35. 36.
37.
3701
37.2
37.4
37.6
37.66
37.77
DP
5433
LOCOMOTIVE t
DEISEL
4
40
50.
100.
DP
544
20.
20.1
22.
22.22
22.23
22.25
22.56
22.75
22.78
DP
5454
22.88 22.89
22.9
22.91
22.92
22.95
22.99
23.
23.
23.5
DP
5464
""
24.
24.
24.4
24.5
24.8 24.9
25.
25.11
25.22
25.33
DP
5474
....,
25.44
25.55
25.66 25.77 25.88 25.99
26.1
26.2
26.3
26.9
DP
5484
EYEGLASS
FRA~E,
RRN
')
10
50. 50.
600.
DP
549
15.1
15.3 15.6
15.8
16.
16.2
16.2 16.3
.88
16.55
DP
5505
LAMBSKIN
TURBAN
6
10
50.
2
00.
DP
551
30.12
30.44
30.45
30.456
30.458
30.88
31.
32.556
33.
34.235
DP
5526
1620
COMPUTER
7
20
100.
300.
350.
DP
553
11.56
11.57
11.66
11.77
11.88
11.89
11.9
11.91
11.92
11.93
DP
5547
11.94
11.98
12.
12.
15.
17.
17.5
18.
18.4
18.5
DP
5557
HAIRPIN.
NO
6
BLACK
8
40
2(')0.
360.
DP
556
1.
1.1
1.12
1.123 1.123
1.22
1.235
1.55
1.6
1.88
DP
5578
2.
2.5
2.55
2.56
2.58
2.9
3.
3.2
3.25
3.66
DP
5588
0
3.9
4.
4.22 4.33
4.43
4.53
4.64
4.76
4.87
4.87
DP
5598
5.
5.21
5.31 5.42
5.53 5.64
5.85
5.94
6.
7.258
DP-5608
o
....
tel4~
BEGIN
PHASE
2,
BUDGET
8000.
42
43
CI
44
PROD.
NO.
LEVEL
INCRE
MIN
CTY
CAPAC
SCHEDULE
045
46
HAIRPIN,
NO
6
ALACK
8 3
200.
7800.
400.
047
1620
COMPUTER
7 21
100.
300.
2200.
2200.
048
LAMBSKIN
TURBAN
6 11
50.
450.
450.
049
EYEGLASS
FRAME,
BRN
5
10
50.
50.
500. 500.
050
LOCOMOTIVE,
DEISEL 4
40
50.
1950.
1950.
051
LOCOMOTIVE,
STEAM
3 1
50.
50.
2000.
50.
052
SCREWS
NO
18
LONG
2
34
50.
1950. 1650.
053
BOLTS
U/4
UN
NO
3 1 15
50.
100.
2050.
800.
054
55
TOTAL
8000.
056
57
58
59
60
61
BEGIN
PHASE
2,
BUDGET
=
7900.
62
63
64
PROD.
NO.
LEVEL
INCRE
MIN
QTY
CAPAC
SCHEDULE
065
""
66
00
HAIRPIN,
NO
6
BLACK
8 3
2no.
7800.
400.
067
1620
CO~PUTER
7
20
Ina.
300.
2200.
2200.
068
LAMASKIN
TURBAN
6
10
50.
450. 450.
069
~YEGLASS
FRAME,
BRN
5
10
50. 50.
500.
500.
070
LOCOMOTIVE,
DEISEL 4
37
50.
1950.
1800.
071
LOCOMOTIVE,
STEAM
3 1
50. 50.
2000.
50.
072
SCREWS
NO
18
LONG
2 35
50.
1950. 1700.
073
BOLTS
U/4
UN
NO
3 1
15
50.
100.
2050.
800.
074
75
TOTAL
7900.
076
77
78
79
80
81
0
BfGIN
PHASE
2,
BUDGET
7800.
82
83
84
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
085
86
HAIRPIN,
NO
6
BLACK
8 2
200.
7800.
200.
087
1620
COMPUTER
7 21
100.
300.
2200.
2200.
088
LAMBSKIN
TURBAN
6 11
50.
450.
450.
089
EYEGLASS
FRAME,
ARN
5
10
50. 50.
500. 500.
090
LOCOMOTIVE,
DEISEL 4
40
50.
1950.
1950.
091
LOCOMOTIVE,
STEAM
3 1
50. 50.
20Q()
50.
092
SCRFWS
NO
18
LONG
2
"14
50.
1950.
1650.
093
80LTS
lJ/4
UN
NO
3 1 15
50.
100.
2050.
800.
094
9~
TOTAL
7800.
096
97
98
99
100
101
BEGIN
PHASE
2,
BUDGET
7100.
102
103
N
104
<:c
PROD.
NO.
LEVEL
INCRE
MIN
()Ty
CAPAC
SCHEDULE
105
106
HAIRPIN.
NO
6
BLACK
B 2
2no.
7800.
200.
107
1620
COMPUTER
7
20
1(')0.
300.
22()O.
2200.
108
LAMBSKIN
TURBAN
6
10
50.
450.
450.
109
EYEGLASS
FRAME,
BRN
5
10
50. 50.
500.
500.
110
LOCOMOTIVE,
DEISEL 4
37
50.
1950. 1800.
111
LOCOMOTIVE,
STEAM
3 1
50.
50.
2000.
50.
112
SCREWS
NO
18
LONG
2 35
50.
1950.
1700.
113
BOL
TS
lJ/4
UN
NO
3 1
15
50.
100.
2050.
800.
114
115
TOTAL
7700.
116
0
117
118
119
120
121
___________________________________________________
4"·
-----
-------_
..
_------
BEGIN
PHASE
2,
BUDGET
=
7600.
122
123
0
124
PROD.
NO.
LEVEL
INCRE
MIN
QTY
CAPAC
SCHEDULE
125
126
HAIRPIN,
NO
6
BLACK
8 1
200,
7800.
127
1620
COMPUTER
7
21
100.
300.
2200. 2200.
128
LAMBSKIN
TURBAN
6
11
50.
450.
450.
129
EYEGLASS
FRAME,
BRN
5
10
50.
50.
500.
500.
130
LOCOMOTIVE, DEISEL 4
40
50.
1950.
1950.
131
L.OCOMoTI
VE,
STEAM
3 1
50.
50.
2000.
50.
132
SCREWS
NO
18
LONG
2
34
50.
1950.
1650.
133
BOLTS
U/4
UN
NO
3 1
15
50.
100.
2050.
800~
134
135
TOTAL
7600.
136
137
138
139
140
141
BEGIN
PHASE
2,
BUDGET
=
7500.
142
143
C.
144
PROne
NO.
LEVEL.
INCRE
MIN
aTY
CAPAC
SCHEDULE
145
146
HAIRPIN,
NO
6
BLACK
8 1
200.
7800.
147
1620
COMPUTER
7
20
100.
300.
2200.
2200.
148
LAMBSKIN
TURBAN
6
10
50.
450.
450.
149
EYEGLASS
FRAME,
RRN
5
10
50.
50.
500. 500.
150
LOCOMOTIVE, DEISEL 4
37
50.
1950.
1800.
151
LOCOMOTIVE,
STEAM
3 1
50.
50.
2000.
50.
152
SCREWS
NO
18
LONG
2 35
50.
1950.
1700.
153
BOLTS
U/4
UN
NO
3 1 15
50.
100.
2050.
8(,)0.
154
155
TOTAL
7500.
156
157
158
159
160
161
~
V
BEGIN
PHASE
2,
BUDGET
=
7400.
162
163
164
PROD.
NO.
LEVEL
INCRE
MIN
aTY
CAPAC
SCHEDULE
165
166
HAIRPIN,
NO
6
BLACK
8 1
200.
7800.
167
16?0
COMPUTER
7
20
100.
300.
2200.
2200.
168
LAMBSKIN
TURBAN
6
10
50.
450.
450.
169
EYEGLASS
FRAME.
8RN
5
10
50.
50.
500.
500.
170
LOCOMOTIvE, DEISEL 4 35
50.
1950.
1700.
171
LOCOMOTIVE.
STEAM
3 1
50. 50.
2000.
50.
172
SCREWS
NO
18
LONG
2 35
50.
1950. 1700.
173
BOLTS
U/4
UN
NO
3 1 15
50.
100.
2050.
800.
174
175
TOTAL
7400.
176
177
178
179
180
181
BFGIN
PHASE
2,
BUDGET
=
7300.
182
183
184
~
PROD.
NO.
LEVEL
INCRE
MIN
QTY
CAPAC
SCHEDULE
185
186
HAIRPIN,
NO
6
BLACK
8 1
200.
7800.
187
1620
COMPUTER
7
20
100.
300.
2200.
2200.
188
LAMBSKIN
tURBAN
6
10
50.
450. 450.
189
EYEGLASS
FRAME,
ARN
5
10
50. 50.
500.
500.
~90
LOCOMOTIvE, DEISEL 4
33
50.
1950.
1600.
191
LOCOMOTIvE,
STEAM
3 1
50. 50.
2000.
50·
192
SCREWS
NO
18
LONG
2 35
50.
1950.
1700.
193
BOLTS
U/4
UN
NO
3 1 15
50.
100.
2050.
800.
194
195
TOTAL
7300.
196
0
c
o
C NON-LINEAR
PROGRAMMING.
A
MODEL
DESIGNED
FOR
PRODUCTION
SCHEDULING
C
JOHN
W.
BURGESON,
APPLIED SCIENCE REP. I R M
AKRON
C
CHANGE
LEVEL
3/5/62
C THIS
PROG
CAN
HANDLE
A
MAX
OF
199
PRODUCTS.
C
THE
LIMIT
IS
CAUSED
BY
THE
3 DIGIT
SEQUENCE
C
NUMBER
PUT
IN
CC
78-80
BY
THE
FORTRAN
PUNCH
SUBROUTINE.
C
THE
PROG
HAS
2 PHASES.
OUTPUT
FROM
1
IS
5
CARDS
PER
PRODUCT. THIS
C
INTERMEDIATE
DECK
MUST
BE
SORTED
IN
REVERSE
ORDER
FOR
INPUT
TO
C
PHASE
2.
PHASE
2
MAY
BE
RUN
MANY
TIMES
WITH
THIS DECK,
EACH
PASS
C
DEVELOPING
A
NEW
SCHEDULE
WITH
A (REDUCED)
NEW
BUDGET.
DIMENSION
S(40),
V(40),
PRECP(100),
CURRP(lOO)
1102
FORMAT
(1111H
)
110,
FORMAT
(11111H
PHASE
1 COMPLETEDI4,16H
ITEMS
SCHEDULED)
1104
FORMAT
(/11H
END
OF
JOB/)
1118
FORMAT
(1118HDYNAMIC
PROG
MODELII124H
NO.
BUDGET
DBUD)
2222
FORMAT(/15X,49HPROD.
NO.
LEVEL
INCRE
MIN
OTY
CAPAC
SCHEDULE/)
7776
FORMAT
(I4,F10.0,F1n.O,30H
)
7777
FORMAT
(20H
I5,I5,F8.0,F8.0,F8.0,F8.0,I6)
7778
FORMAT
(1/42HSORT
OUTPUT
IN
RVERSE
SEQUENCE
ON
CC
78-80)
7779
FORMAT
(/23HBEGIN
PHASE
2,
BUDGET
=F10.0/)
7780
FORMAT
(31HTHEN HIT
START
TO
BEGIN
PHASE
2)
7781
FORMAT
(/35HRERUN INTERMED. CDS.
FOR
ALT. SOLN.)
7782
FORMAT
1/15X,48HNAME
IRECD
M
INCRE
MIN
QTY
CAPAC
AVG
DEM)
778,
FORMAT
14HSO
=FIO.0,6H
SB
=F10.0,6H
NR
=14)
7784
FORMAT
1/42X,5HTOTALF15.0)
77
FORMAT
IF7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0,F7.0)
NUMB
()
TYPE
1118
READ
7776,NUMBR,BUD,DBUD
C
NUMBR
IS
THE
TOTAL
NUMBER
OF
PRODUCTS
TO
BE
PROCESSED
C
BUD
IS
THE
BUDGET
EXPRESSED
IN
TOTAL
NO.
OF
UNITS
C
DBUD
IS
AN
AMOUNT
(OPTIONAL)
BY
WHICH
BUD
MAY
BE
REDUCED
IN
C
PHASE
2
TO
OBTAIN
ALTERNATE
SOLUTIONS
WITH
REDUCED
BUDGETS.
TYPE
7776,NUMBR,BUD,DBUD
PLACE
=
BUD
C;U~~Q=O
SUMA2=O.
()LDSO=O.
OLDSB=O.
TYPE
1102
PRECP
( 11
=0.
()LDA=O.
NROLD=l
C
SENS
E
SWITCH
3
ON
PERMITS THIS ADDITIONAL
TYPED
INFO
IFISENSE
SWITCH
3)
79,80
79
TYPE
7782
80
READ
7777,
IRECD,M,A,Q,A2
C
IRECD
IS
PROD
IDENTIFIER
ISTOCK
NO)
NOT
USED
BY
PROG
C M
IS
NO
OF
PROD
LEVELS
CONSIDFRED.
MUST
BE
BETWEEN
1
AND
40
C A
IS
INCREMENT
SIZF
FROM
LEVEL
TO
LFVEL,
MUST
Bf
25,50,100,ETC
C Q
IS
MINIMUM
QUANTITY
TO
BE
MADE.
MUST
gE MULTIPLE
OF
A
C
A2
IS
AVERAGE
DEMAND
OVER
NEXT
3
MONTHS
IF(M-40)
85,85,999
85
EM=M-l
C
NOW
CALCULATE
CAP~C
FOR
THIS
PRODUCT
CAPAC
= Q +
A*E~
C
CAPAC
IS
THE
MAX
PROD
LEVEL
C
THUS
IF X
IS
A
PROD
LEVEL
WE
CAN
SAY
-
( X =
Q,
Q+A.
Q+2.*A,
•••
,
C~PAC
DO
81
I=1,~tlO
r 2= 1+1 .
1"3=1+2
14=1+1
15=1+4
16=1+5
17=1+6
18=1+7
19=1+8
10=1+9
81
READ
77,VII),V(
I2),VII3)
,VII4),V(
I5),VII6),VII7),VI
18),V(I9)
.V(
10)
C
VII)
IS
THE
PROFIT ASSOCIATED
WITH
PROD
LEVEL
I
C
SENSE
SWITCH
3
ON
PERMITS THIS ADDITIONAL
TYPED
INFO
IF(SEN~E
SWITCH
3)
82,83
82
TYPE
7777,
IRECD.M,A,Q,(APAC,A2
83
NUMB=NU'"'1B+1
SUMQ=SUMQ+Q
SUMA2=SUMA2+A2
SUMC=OLDSB+CAPAC
SO~~IN=OLDSO
IFIOLDSO-5UMQ)
114,115,115
114
SOMIN=SUMQ
115
5BMAX=SUMC
IFISUMC-BUD)
118,118,117
117
SBMAX
=8UD
118
K=SOMIN/A
SO=K
K=SBMAX/A+.9999
SB=K
SO=SO*A
SB=SB*A
DP-OOI
DP
002
DP
003
DP
004
DP
005
DP
006
DP
007
DP
008
DP
009
DP
010
DP
011
DP
012
DP
013
DP
014
DP
015
DP
016
DP
017
DP
018
DP
019
DP
020
DP
021
DP
022
DP
023
DP
024
DP
025
DP
026
DP
027
DP
028
DP
029
DP
030
DP
031
DP
032
DP
033
DP
034
DP
035
DP
036
DP
037
DP
038
DP
039
DP
040
DP
041
DP
042
DP
043
DP
044
DP
045
DP
046
DP
047
DP
048
DP
049
DP
050
DP
051
DP
052
DP
053
DP
054
DP-055
DP
056
DP
057
DP
0,8
DP
059
DP
060
DP
061
DP
062
DP
063
DP
064
DP
065
DP
066
DP
067
DP
068
DP
069
DP
070
DP
071
DP
072
DP
073
DP
074
DP
075
DP
076
DP
077
DP
078
DP
079
DP
080
DP
081
DP
082
DP
083
DP
084
DP
085
DP
086
DP
087
DP
088
DP
089
DP
090
NR=
(SB-SO) I A+1.
IFINR-1001
135,135,127
127 K=SOMIN/A+ISUMA2/BUD)*ISB-SO-I00.*A)/A
SO=K
SO=SO*A
SB=SO+99.*A
~R=100
135
DO
136 J =
1,40
136
SIJ)
=
SO
137
QQ=Q
IFISENSE
SWITCH
31
138,139
C
SENSE
SWITCH
3
ON
PERMITS
THIS
ADDITIONAL
TYPED
INFO
138
TYPE
7783,SO,SB,NR
139
IGAG=1
SS=SO
INDEX=l
150
P=-1000000.
X=QQ
IDEXl=IGAG
XB=QQ
CALC
OF
Y.
S
WIll
CONTAIN
FOR
EACH
X
THE
HIGHEST
S
FOUND
171
ARG=SS-X
IFIARG-OlDSBI
185t180~180
180 Y=VIIDEX1) + PRECPINROlD)
GO
TO
300
185 T4=ARG-OlDSO
IFIT4)
320,190,190
~
190
IDEX2
=
IARG~OlDSOI/OlDA
+
1.5
~
Y=VIIDEX1)+PRECPIIDEX2)
300
IFIY-P)
320,310,310
310
P=Y
XB=X
00
= X
IGAG=IDEX1
320
X=X+A
JDEX1=IDEX1+1
IFIX-SS)
335,335,340
335 IF IX-CAPAC)
171,171,340
340 IFIP+IOOOOOO.)
341,600,341
600
SO=SO+A
IF INR-IOOI
601,602,601
601 NR=NR-l
GO
TO
137
602
SB=SR+A
341
370
372
378
400
GO
TO
137
CURRPIINDEX)=P
1DEXB=IXB-QI/A
+1.5
SIIDEXBI=SS
SS=SS+A
INDEX
=
INDEX
+ 1
1FISS-SBI150,150,370
DO
372 JK=I,NR
PRECPIJK)=CURRPIJK)
OlDSB=SB
OlDSO=SO
OlDA=A
NROlD=NR
DO
378
1=1,41,10
12=1+1
13=
1
+2
14=1+3
15=1+4
16=1+5
17=1+6
T8=1+7
19=1+8
10=1+9
PU
N C H 7 7 , S I 1 ) , S I
12
) , S I I 3 I
,S
I 1 4 ) , S I I 5 ) , S I I 6 1
,S
I I 7 1 , S I I 8 1 , S ( I
9)
,S
I I 0 )
PUNCH
7777,
IRECD,M,A,Q,CAPAC,SO,NUMB
IF(NUMB-NU~BR)
80,400,999
TYPE
1103,NUMB
TYPE
7778
TYPE
7780
PAUSE
9
TYPE
7779,PlACE
PUNCH
7779,
PLACE
IF(SENSE
SWITCH
11
3333,3334
TYPE
2222
PUNCH
2222
BE~IN
INPUT
TO
PHASE
2
10
READ
7777,
IRECD,M,A,Q,CAPAC,SQ,NUMB
1=41
DO
11
K=l,40tlO
1=1-10
12=1+1
13=1+2
14=1+3
15=1+4
16=1+5
17= I
+6
DP
091
DP
092
DP
093
DP
094
DP
09!)
DP
096
DP
097
DP
098
DP
099
DP
100
DP
101
DP
102
DP
103
DP
104
DP
105
DP
106
DP
107
DP
108
DP
109
DP
110
DP
111
DP
112
DP
113
DP
114
DP
115
DP
116
DP
117
DP
118
DP
119
DP
120
DP
121
DP
122
DP
123
DP
124
DP
125
DP
126
DP
127
DP
128
DP
129
DP
130
DP
131
DP
132
DP
133
DP
134
DP
135
DP
136
DP
137
DP
138
DP
139
DP
140
DP
141
DP
142
DP
143
DP
144
DP
145
DP
146
DP
147
DP
148
DP
149
DP
150
DP
151
DP
152
DP
153
DP
154
DP
155
DP
156
DP
157
DP
158
DP
159
DP
160
DP
161
DP
162
DP
163
DP
164
DP
165
DP
166
DP
167
DP
168
DP
169
DP-170
DP
171
DP
172
DP
173
DP
174
DP
175
DP
176
DP
177
DP
178
DP
179
DP
180
o
It'
'#'
P , M
II
M" dl
'/
c
C
,~
,I
o
I
'b
It
t,
'1'm
n,!,irj'j"';'k'hWL
.".,");
t"fM"i'idId!!!:M(jN!jiI"!lJW&itle!f~'i!M!'"fIY"liW¥W'ItW""IIWIWWiIII!iI""""'''_IW!
.....
=
___________________
_
18=1+7
DP
181
19=1+8
DP
182
10=1+9
DP
183
11
READ
77.S(IltS(I2hS(I3).S(I4).SII5ltSII6),SII1,.SII8)9S1I9)tSII0)
DP
184
X =
O.
DP
185
17 IF(PLACE)
41,41,18
DP
186
18
DO
20 I = I.M
DP
187
IFIPLACE-S(I))
22.22,20
DP
188
20
CONTINUE
DP
189
X=CAPAC
DP
190
GO
TO
23
DP
191
22
EM
=
I-I
DP
192
X = Q +
A*EM
DP
193
23
PLACE
=
PLACE
-X
DP
194
41
PUNCH
7777,
IRECD,I,~,Q,CAPAC,X
DP
195
C X
WILL
BE
TH[
OPTIMUM
NO.
OF
UNITS
TO
PRODUCE
DP
196
IFISENSF
SWITCH
1)
42,43
DP
197
C
SENSE
SWITCH
1
ON
TO
TYPE
ANSWERS
AS
WELL
AS
PUNCH
THEM
DP
198
42
TYPE
7777,
IRECD,I,A,Q,CAPAC,X
DP
199
43 IF(NUMB-l)
999,48,10
DP
200
C
END
OF
JOB
PROCEDURE
DP
201
48
TOTAL
=
BUD
-
PLACE
DP
202
PUNCH
7784,
TOTAL
DP
203
IF(SEN~E
SWITCH
1)
49,51
DP
204
49
TYPE
1784,
TOTAL
DP
205
51
BUD
=
BUD
-
DBUD
DP
206
PLACE
=
RUD
DP
207
C
SENSE
SWITCH
2
ON
TO
REDUCE
BUD
BY
DBUD
AND
OBTAIN
ALT.
SOLN.
DP
208
PUNCH
1102
DP
209
IFISENSE
SWITCH
2)
55,6999
DP
210
55 IF(SENSE
SWITCH
3)
52,9
DP
211
52
TYPE
1781
DP
212
GO
TO
9
DP
213
6999
TYPE
1104
DP
214
999
~TOP
DP
215
END
DP
216
COMPUTER
TECHNOLOr.~Y
aLi
IN
I
Flow
Chart
of
the
Algorithm
S(:r:)=Scj
:t
=1,
'10
~
Q~
==G.
IJ37
.r---------~)I
z6ltG
=,
SS-:=S~
%NDEX
=1
p=
-00
"~
)(;G.Gl.
%DExr:IGA6~kr-
__________________
__
X8=QCil
OUT
37
rJ
:¥fiT'
~/itl';'
of
fl..
o~j
.c.i
~~clc
4}0000000500360008C0050036001600050036002400050036003200050016100000000026199991
26099961999926199951
0000260999219999261998110oo0260998019999261«19011Oooo2'""T7:...---+----
9481999926199151
0000260986419999261977910000260
964419999261942310000260906.,;8.;.1~9
...
9;-99.;....-~
__
---t~_
261849110000
2607560
1999926160511000026036I212875330966~OOOOO'33cr04~OOO~'
6004600336007004600348009004600360014004600372016004600384017003600000005004900
3200500000002639999199992620500010003
320000000003
300500000004900312000'0000000000
---'-._-
4100000000003600210005004900210000000000
36000000050036000800050036003000050036003800050049061ztfoboMoOo
-0
36001000050036001800050036002600050049083000160007900166260007400163250046000166
11001630000111000790000112001650°.001.4700056.
0.120.03.6.0015900500.
4.5000.4.40016049000000]
1234567891234567890234567890J34567890JK4567890JKL56789OJKLM67890JKLMN7890JKLMNO
890JKLMNOP90JKLMNOPQLZOOOOOL2600577004072600455004071200455000022600515000004400
-
460P348800515330C5150000049005660320051500000490056600000490000260056500517260
5
33P3051700517120056500002
260051500000260051
7000'00150b87900boU60oaa9'oOST52400-
-
606P30600051746006980130026038980051726038960051526005170006026005150005826000
- 6
79P3600
3898260005
8 0
3896J40051
7000RR4
70074601200240388500$154601
f820fZ00220OSI-
------
-
752P37000604601182014004600842012002100889005174400818005151500879000021400517
82
8P30P4
701182013003300051
00000330050800000J5
000500000021
00058000002501r0990005
901P38330005800000440094600060J60392500N7249009580J60392500N71430109800050J600
975P39700008430112i00051Z5000980005SJSoOO580000Z310005100~005i·:i.0i-0~rnFiO~OmHi-~=t~::.::·
-1048P3800000J20009700001460120201200J2000600000149009820260005800057JI000600000
-1
121P314603928014003200051000004401170bo099320005800000460ii820i40015000990~0~0~0~0~~------
-1
194P342000000J600060000RR32000510000049011700000026n12850123726012970123712012
-126
7P3970000226000600000026000580000042000000260
13480
1305260136001305f201360000
----'..,.----
-1341P3226000000006026000000005842000000000026014250137726014370137712.0143700002
-1414P3260
1
3'7700000260
13
75000002301
3 i
5060584
7014820
i
20
03
f0005
1 038
784901
18201 1
000-----
~
-1487P39300005430162200084J201377000014701566014001601377000RRJ20006000001460168
00
-1560P320
1400320008500000260005B0009221000600i:3
7746016
700
i400490Il460ffoo093000M
-1633P3526000580009121
000600
13
714
7011460140044.0172~01~
7n~03~2~
00~~HllQ~I~~878
__
_
-1706P332000600000049039880160392500N7349039760000003330026018610006026018590005
-1779P38260182701755260183901755J201839Q0002260006000000260005800000490192200041
-1862P3260
19090
186126019
21
01861J201921
00002260
i
861000cf(iz6oTa59000004902016000002
-1935P36012000195949021960R01960150119500002250009203888310007500080260201402480
-2008P349000000240
18590388547021960
1200J60392500N774903976bJI
000606066147021206-1---
-2081P3400J600060000R9J201861000014602156014002200060018614701146014004402176018
-2154P361160392500N7549039760160392500N76490395202800091000$8290b09ioI8592600058---
-2230P390410005800~0047022800120031000510387849011700000033000990000046023160110
-2
304P332
00099000004302(l60000512
50009
80M
581500
ossoooi'lz
3 i
00051000522
500057000982
---
-2377P350005800091.J2000600000132000510000049020600000022074710732847076200130049
-2451P373160
160733C
R050049030400000031
03327033302603341031523303:3
370000011024070·---
-2526P30111167J00000000000044025980005944025840005833000580000042320005800000424
-2599P3402624000603300060000004232000600000042COOO002602667026432602643000002100---
-2673P36002643460269201400420000002602723026992602699000002200060026994902680000
-2748P326027710274726027470000023000600274732000960oboo26066600009942000000260'';'2'';'8---
-2821
P3
75
000602602851
02815260006000000490290000
00041
00
00000000260?~~~Q.?_~_!~260287
CJ
o
o
-2894P~50000014028750000046029920120028n0099000602900096028152600060000954901110
-2968P~110032000600000049nl17n016039250nN78J6000600R999490398800000160733aN140Q1
-~041P360625807813260756306295J605367000K245072080797149046920310779407796J20732
-3114P380000147030960120034000000010239077590010049071840250775600098J2031750000
-~187P~lJ5077550000P4907980000014906092000J6000630008Z31000550005716000540000049
-3262P38900000015034470000143033280005126033160326844011820000749020400001604013
-3338P3M116L990900060260120003376M9L9910R033780160120003410260137703269490137801
-3411P3501195000022600098000582600058038852100058000981604013000J516L99290006049
-3484P3L993000000260120003554160051703615440354200058320361300000M900518R0355603
-3557p~2n00550000033036130000026000600005815011950000242J000000008000000J6036690
-~630P30000260365703621220366900000490369400000260369303669260366900000260120003
-3703P38464403750036693303669000001601755038654901756016012000379826005170006026
-~778P35150005831000510385616013770051711036690000J470384801300M901378R037500490
-3851P~40120J000000001ZR9999999R9Z00000000RRZOOOOOOZOO00020356570ZM5595956590040
-~927P3ZJ40392500N71460397601200310005103878490401200n00310005103867340000000102
-4000P339039110010015011950000241000000000049011460260408701207J605364000K049071
-4073P38401607207000004304656053644307292053671607514072924307292063654304656053
-4146P365450465606365260419007207J1041900000514000000404446041720120047072920130
-4220P349046560000026032690423115034470000249032820260429907207J1042990000226073
-4293P32800000220747107328470763201300490800007328J10720700002210720707328J10429
-4366P3900002J207328000024706296013004504452063652604426042992600000077973107794
-4440P3779649043600J10625800002260449406258260449904299?600000000004904360000001
-4513P3604725N72492607207045114904620000001604725J874726072070454716046980470049
-4587P34632000001604725L874926072070459516046980471215063650000Z3204722000002607
-4660P347104723160S2580779543063320536749047120340000000102370779700100470718400
-4733P340049046920000016074710047216046980733226Q72Q7047474904880000001607471N01
-4806P38716046980741226072070479549048800000016074710028716046980742426072070484
-4879P331506365000(0320747000000260472307471160625807795490747200000260499104939
-4952P3J605365000004904992015053650000042000000430762005363310008907738450520006
-5025P3365J60775600000J6067K9ZZZ21160705800088J407326000R0460510001300J606725000
-5098P3Z045063560000049030960000QM701J820040015073170000916047950511849047960150
-5171P373170000216049390006049049400210625807328210625807328260629506258J6072190
-5245P300J260317504991260528304991260009800000J4073260OOR0460538801300J606465000
-5319P35J407328000044605356011002606465073283306464K020044030280009549058440J606
-5392P346500009440245600097470552801200220009807330JIO009800002460302801400J6072
-5465P31900009220721900098J6054930000224073280009846057840130049030280J6077520M5
-5538P310J6077560000QJ407328000J4460562401100J60721900013220721907328J6077560000
-5611P3622077560732822077560733021077560009843056680775449056920440302807756J607
-5684P37560009R440571607756J6077520M52025077540775515077550000716062820576049062
-5757P3520J2062580C006J605493000062205493073302405493073284603028011001605958059
-583np360J20317500002J60622700000260587903175440589200OOOJ606227000KOJ1072190000
-5903P31470594001300220317507219220646507219J2064650000149060320J607756000031606
-5976P328206032J10733000001460624001100J40646500000470608001100J4064650000047061
-6049P31201100JI0721900001460316401100J6077560nOP016062820595249062520J106258000
-6122P302260614706258430620400000240625806295460620401300260619006147J6000000000
-6196P349061120J?0625800002160775600000160628206284160595806032K60779507756J2062
-6269P35800002490595201606258077952607442062582507971050494307540053661505367000
-6344P3490718400000J40779700003470641201200450309606725J6067260000049070640J4077
~6417P397000M547064560170015067270000049065600J407797nnOJ04706512012004307064067
-6490P~2615067270000049C65600J407797000K0470661701200430659206726J60672900022J40
-6563P37326000R04607064011004903096032067240000049070640470664801300J40779700009
-6636P3470309601100450685606727J4077970nOP0460693601100430670806725J200098000014
-6709P390706403200n8900000210009807756450676406725210009807330430680000089160009
-6782P38000RR460681201400460313201400260683004991260000000098J204991000024907124
-6856P3430694806727250775607797J407328000014607064012002507755077973207755000004
-6929P39070640J60672700001450699206724310009300094250n09607797490706404507016067
-7002P325J10009800001140705800096460706401300J1070580000125000890779731077940779
-7075P36J207328000114605100011n045067160672432
0
009300000440714806724320009600000
-7148P~260716604991260000000096430720805366J107?07000052607330000003207327000003
-7221P320732900000430520005366440732407330J6053640000243024240536543041000797116
-7295P375140717216(5367K020042051680MROOOOOOJI072310QO014607356014001607954P0707
-7368P325079550723125079530723025079510722949074600340000000102J1074420000415077
-7441P3950000Z160744207795390779700100160749007797J60000000000140749007971460717
-7514P3201200JI07490000024907484015053660000016062581000043076000746734000000010
-7587P~2390777700100260781107791490469201607330N999R3400000001023907721001001607
-7660P3471000004407184073304307700053634907316012072070000549050040M559595659004
-7733P36790Z000000oooozro00700nOM5595956590046770ZM5595956590046780Z000000000000
-7806P300000000000
- - -
-7880P300000000000
- - - - -
-7954P300000000000
- - -
-100000012064650000149060920330732700000210732807328490
-8027P3433600000000000
-8300P349L70600404404136041360413604264010004076Z49L7040040440413604136041360426
-8373P34J800N7M8M1C2M500P100M3N6N4N7N3M503M5M4R040004264J600M903M5N4020002M3M8M5
~
-8446P3M404N3M5M404076Z49L7020n40440413604264J100M5N5M400N6M600N1N6M204136040764
~
-8519P39L700004044041360413604264J8M408N5M1N4M9M300N7N9N6M700N4N6M4M5N3041360413
-8592P360413604264K400N5N60~OOOOOOOOM204M4M7M503000000COOOOQM4M204M40407649L6980
-8665P30404404]3604264JSOOOooooonon
- - - - - -
4264M9N7N9N6M40300N5N6030
-8739P3N3M505M5N30000M9N5M3N9M50000N4M9N500N8030800000OM3M1N7M1M3000002M3M8M5M40
-8812P34N3M50413604076Z49L696004044R0400010nOOl00004264LOOOOOOOOOO
- - - - - - -
-8886P30000000000-
- - - - 4076Z49L69400404404264KOOOOOOOOOOOOO
-8959P30000000000-
- - - - - - - -
R0500R05000n800008000080000800R060004076Z49L6
-9032P392004044041360413604264M202N6N90300N60403N70403OOM9N50QN905M5N902M50002M5
-9105P3N804M5N5M3M500N6N500M3M300P7P8KOP8P00407649L6900040440413604264K3M2M5M7M9
-9178P3N500N7M8M]02M500P2K300M204M4M7M50300L3010000413604076Z49L68800404404264L1
-9251P303M8M5N500M8M903000203M1N9030003N600M2M5~7M9N50ON7M8M102M500P20407649L686
-9325P3040440413604264L5N9M5N904N500M9N503M5N9N4M5M40300M3M4020300M6N6N900M1N303
-9,98P3030002N6N3N50304076Z49L6840040440413604264J50000000000-
- - - - - - - - -
-9472P304264M8N5M1N4M500M9N9M5M3M400000000N40000M9N5M3N9M50000N4M9N500N803080000
-9545P300M3M1N7M1M30000M105M700M4M5N40407649L682004044042640402POOOL301000042640
-9618P36000002M200L30100004264060000N5N900L3R040004076Z49L680Q040440413604264M20
aaucmz::.aitiiO!w
."
..
-----.-.-
..
-.-
...
-
.....
-
...•.
-
..
-.--.,-----"--.-~-,'."."",.,
.•
",,,
•.
,._
.•
-9692P300000000000
- - - - -
-9766P3'o6oo'ooo60426405(hN603MfN3015000407-6t49L6
780040440070000700007000070006166
.
-9839P3007000070000700007000070004076lJ701238L6769J701306L6779K70497204971K70479
-9912P36L7016K7045:2L6976J704992L6759J70499i(~749J704940L6739K704796L6976J704992
-9985P3L6759J704992L6749J704940L6739J701238L6749J701306L6729J701238L6709J701306L
J0058P36719J701238L6709J701306L6699J701238L61Q9J701306L6689J701238L6709J701306L6
J0131P3679K70497204971K704796L7076J701238L6709J701306L9079J701238L6709J701306L66
J0204P369J70
1238L6649J70
1306L665946L6630003CH549L6620lK
704912
04971
K
704
796L6856K
70
J0277P34512L6956J704992L6619J704992L6609J704992L6599J704992L6589J704940L6579J701
J0350P3238L6609Jl02700L656914000600000046L65460120046L65300110049L6540lJ701238L6
J0423P3609J702700L6649J70322200060J701306L6529J701238L6599J701378L6529J700518L65
J0496P389J701306L651916L649980001J701238L6499J702644L6649J701306L6489J701238L649
J0569P39J702644L6469J701306L6479J701238L6499J702644L6449J701306L6459J701238L6499
J0642P3J702~44L6429J701306L6439J701238L6499J1b~644L64b9J701306L6419J701238L64g9J
J0715P3702644L6389J701306L6399J701238L6499J702644L6369J701306L6379J701238L6499J7
J0788P302644L6349J701306L6359J701238L6499J702644L6329J701306L6339K704512L679616J
J0862P3893L948922J0892L6499J704992L649916J0929L948922J0928L6489J704992L648916J09
J0935P365L948922J0964L6479J704992L647916JI001L948922JlOOOL6459J704992L645916JI03
JI008P37L948922JI036L6439J704992L643916JI073L948922JI072L6419J704992L641916JI109
'JI081P3L948922JI108L6399J704992L639916J1145L948922J1144L6379J704992L637916Jl181L
Jl154P3948922Jl180L6359J704992L635916J1217L948922J1216L6339J704940L633911L649900
J1228P31024L6499L660947J0522011Z046L63100030049L6300ZK704796L6956J704992L6619J70
J1301P34992L6609J704992L6599J704992L6589J704992L6519J704940L6579J701238L6779J702
J1374P3644L6649J701306L6779J701238L6719J700518L6589J701306L6719J701238L6699J7005
J1447P318L6579J701306L6699J701238L6679J700518L6519J701306L6299J701238L6689J70130
J1520P36L6289J701238L6689J700408L671943J15740005149L62600000044L62600005849L6270
J1593P3lJ701238L6719J701306L6289J701238L6299J701306L6259J701238L6299J700408L6749
J1666P343J16900005149L62400000044L62300005849L6240ZJ701238L6749J701306L6259J7012
J1739P338L6289J701862L6599J70349400060J701306L6229J701238L6229J70322200060J70130
J1812P36L6219J701238L6259J701862L6599J700518L6209J70349400060J701306L6229J701238
J1885P3L6229J70322200060J701306L6199J701238L6219J701378L6599J701306L6219J701238L
J1958P36199J701378L6599J701306L6199J701238L6199J700408L6219J701862L6599J700518L6
J2031P3169J70349400060J701306L6189J701238L6189J702700L615914000600000046L6140012
J2106P346L61300110049L6140lJ701238L6289J701862L6599J701306L6559J7Q1238L6699J7018
J2179P362L6749J701306L6129J701238L6199J700408L6219J701306L6119J701238L6109J70137
J2252P38L6599J700408L6119J701378L6129J701862L6599J700408L6559J70349400060K702546
J2326P32545J701306L6229J701238L6229J70322200060J701306L6219J701238L6219J701378L6
J2399P3599J701306L6219J701238L6089J701378L6599J700518L6219J701306L6199J701238L61
J2472P359J701306L618916L606980001J701238L621916J2545L988922J2544L6069J701306L606
J2545P3911L60690009114L60690004047J2498011l0J701238L6589J701306L604946L603000300
J2618P349L6020ZK704796L6836J704992L6219J704992L6199J704940L6189J701238L6649J7013
J2692P36L6019J7012~8L6219J701306L60n9J701238L6649J701306L5999J701238L5969K702546
J2766P32545J7013061
5979J701238L6049J701306L5959J701238L6019J701306L5949J701238L6
J2840P349J701306L5939J701238L6009J700408L5959J701306L5919J701238L5919J700408L667
J2913P3943J29380005149L58900000044L58900005849L5900Z16J2993L948922J2992L5949J701
J2986P3238L594916J3029L908922J3028L6659J700518L6659J701306L588949L5870ZJ701238L5
J3059P3919J700408L6689J701306L5869J701238L586943J31220005149L58400000044L5840000
J3132P35849L5850lJ701238L5919J700408L6689J701862L6669J700518L5829J70349400060J70
J3205P31306L583916~3249L94B922J3248L5949J701238L594916J3285L908922J3284L5839J700
J3278P3518L5839J701306L5889J701238L5889J700408L597943J33460005149L58100000044L58
J3351P3100005849L5850lJ701238L5889J701306L5979J701238L5959J701306L5939J701238L59
J3424P359J701306L6049J701238L5949J701306L6019J701238L5959J700518L6599J701306L595
J3497P39J701238L5949J702644L6649J701306L5949J701238L5959J700408L600943J358200051
J3570P349L58000000044L57900005849L5800lJ701238L5959J700408L651943J36500005149L59
J3643P3200000044L57900005849L5920lJ701238L5979J700518L596943J37180005149L5770000
J3718P344L57800005849L5780lJ701238L6219J700518L6599J7n1306L6219J701238L6189J7027
J3793P3L615914000600000046L57500120046L57600110049L576OlJ70123AL6189J702700L6649
J3866P3J7013Q6L618949L6050ZJ701238L6199J700518L6599J701306L619949L6050ZJ701238L5
J3939P397916J3977L808922J3976L5999J701306L5999J701238L5939J700408L6589J701862L65
J4012P399J700518L5829J70349400060J701306L5749J701238L600916J4097L988922J4096L574
J4085P39J701306L5749J701238L6009J700518L6599J701306L6009J701238L5999J702644L6649
J4158P3J701306L5999J701238L6009J700408L619943.J42180005149L59800000044L5730000584
J4231P39L5980Z16L57198000116J4285L808922J4284L5719J701238L571916J4321L908922J432
J4305P3L5719J701306L571911L57190000124L5719L618947J4250011l0J701238L6199J701306L
J4378P36679J701238L6219J701306L6689J701238L6599.J701306L6669J701238L6189J701306L6
J4451P365916L649980001J701238L6499J702644L6649J701306L6489J701238L6499J702644L64
J4524P369J701306L6479J701238L6499J702644L6449J701306L6459J701238L6499J702644L642
J4597P39J701306L6439J701238L6499J702644L6409J701306L6419J701238L6499J702644L6389
J4670P3J701306l6399J701238L6499J702644L6369J701306L6379J701238L6499J702644L6349J
J4743P3701306L6359J701238L6499J702644L6329J701306L6339K704748L679616J4837l988922
~
J4816P3J4836L6499J704992L649916J4873L988922J4872L6489J704992L648916J4909L988922J
~
J4889P34908l6479J704992L647916J4945L988922J4944L6459J704992L645916J4981L988922J4
J4962P3980L6439J704992L643916J5017L988922J5016L6419J704992L641916J5053L988922J50
J5035P352L6399J704992l639916J5089L988922J5088L6379J704992L637916J5125L988922J512
J5108P34L6359J704992L635916J5161L988922J5160L6339J704940L633911L64990001014L6499
J5181P30004047J446tOl1l0K704748L6956J704992L6619J704992L6609J704992l6599J704992L
J5254P36589J704992L6519J704992L6219J704940L6779J701238L6779J702700L6759140006000
J5330P346L56900120046L65300110049L6620ZK704796L7056J704940L6779K70497204971K7047
J5403P396L6936K70497204971K704796L6896M801238L6559K704796L6916J704940L6729K70474
J5476P38L6916J704940L672946L56700010049L5660ZK70497204971K704796L6996K7049720497
J5549P31K704748L6996K704512L6956J704992L6619J704992L6609J704992L6599J704992L6589
J5622P3J704992L6519J704992L.6219J704940L6779J701238L5649J701306L649916L622980001J
J5695P3701238L6499J702700L5629J701306L6499J701238L6499J702644L6649J701306L6489J7
J5769P31238L6499J702644L6469J701306L6479J701238L6499J702644L6449J701306L6459J701
J5842P3238L6499J702644L6429J701306L6439J701238L6499J702644L6409J701306L6419J7012
J5915P338L6499J702644L6389J701306L6399J701238L6499J702644L6369J701306L6379J70123
J5988P38L6499J702644L6349J701306L6359J701238L6499J702644L6329J701306L6339K704512
J6061P3L679616J610~L988922J6100L6499J704992L649916J6137L988922J6136L6489J704992L
J6134P3648916J6173L988922J6172L6419J704992L647916J6209L988922J6208L6459J704992L6
J6207P345916J6245L988922J6244L6439J704992L643916J6281L988922J6280L6419J704992L64
o
r"#'ftM
'fv;'tt!t'mifi
t
tit
"we'!'
Ih
I'Wil'w""j
Mi
r@r
rl';;,;HiiW;
-bHW"dB"t5t
'''HHilfer'.
WW"!t9!eijHiI,witJ!!j(IWIMi,,e''YfdWli
wg
c
0
·,',
y
J6280P31916J6317L988922J6316L6399J704992L639916J6353L988922J6352L6379J704992L637
J6
353P
3916J6
389L
98892
2J6388L6359J704992L635-n6J6425L
9sA92
2J6424L6339J704940L63i9
J6426P311L62290001014L62290004047J5694011Z0J701238L6709J701306L5959J701238L67294
J6499P33J65220005149L56000000044L55900005849L5600Z16L649980001J101238L612916J660
J6572P~lL988922J6600L6499J700408L649943J66260005149L55100000044L55800005849L5570
J6645P3Z11L64990000124L6499L660947J6554011Z0J101238L6519J701306L595949L5560ZJ701
J6718P3238L6499J702700L6649J70322200060J701306L6529J701238L6599J701318L6529J7005
J6791P318L6589J701306L5959J701238L6729J700408L5959J701306L6729K704748L6956J70499
J6864P32L6619J704992L6499J704992L6599J704992L6589JJ04992L6519J704940L595946L5550
J6939P310049L5540ZK704796L6956J704992L6619J704992L6499J704992L6599J704992L6589J7
J7013P~4992L6519J704940L5959J70123aL6779J702700L664914000600000046L55300120046L5
J7086P36500110049L6530ZJ101238L6749J700408L6729J701306L5529K704748L6816J704940L5
J7159P352946L55100010049L5500ZK704796L6816J704940L5529J701238L6149J700408L6739J7
J7233P31306L6749J701238L6749J701306L6729K70497204971K704748L707646L54900020049L5
J7306P3480Z46L54700030049L5680ZK70491204971K704796L687649L5680ZK70497204971K7047
J7~79P396L70363400'OOOOI02L90390100100M800000001~2M9J741000102000Z00000000000000
L3470P3M9J7330052M9J7362999M9J7310055M9J7206051M9J71820490000000000M9J7102048M9J
L5543P37034043M9J6950042M9J6810023M9J6714022M9J6646020M9J6542018M9J6846041M9J648
L5616P360170000000(
10M9J60540110000n00041M9J5562010M9J5538334M9J5514333M9J544600
L5689P39M9J5362400M9J47903780000000000M9J4250372M9J42383700000000000M9J3886602M9
L5762P3J3842601M9J3738600M9J3930341M9J3670340M9J3602335M9J3366310J50000000100000
L584np3M9J3142190M9J3462~200000000000M9J32983000000000OOOM9J2958180M9J3050185000
L5920P3M9J2854J71000000000
-
J0000000070000000000M9J2746150000
L6000P3cnOnOOooooO
M9J2674139M9J26261380000000000M9J25821370000000000M9J
~
L6073P32498136R90000000700000000~OJ0000000030000nOonon00
M9J2126127M9J248
~
L6146P361350000000100JOOOOOOOOI000000000
-
R9990000000000000*0
L6220P30000000000M9J1710117M9J17341180000000000M9J161A115M9J15941140000000000000
L6300P3M9J1358083M9J12140A7000n0000090nnOOooanoo
800000000000
7000
L6380P30nOnon000600000nnooo-
50000000000-
40000000000-
3000
L646np30nooor,00020100000no
-
M9J08460810000000COOO
M9J
L6533P37386999M9JO~14085000000000000
0 -
40000000000
-
L6610P30000nOOOOOM9J0274080M9J025007900000000010000nno00
-
L6690P30000000000000
RROOOOOOOOOOO
L6766P30000~OOOOOOOOOM909870077M909808077M909802784M909672784M909666783M90958678
L6839P33M909580782M909424782M909418781M909324781M909318780M909238780M909232179M9
L691?P309152779M909146778M909034718M909028777M908934777M908928776M908834776M9088
L6Q85P328222M908664222M908658118M908524118M908518104M908468104M908462103M9083481
L7n59P33M9n8342102M90830~10?OOnO~Ooono-
L7140P300000000000
L7220P30nOOOOOOOOO
L7300P300000000000
L7380P3000nooooooO
L7460P300000000000
L7540P300000000000
L7620P30nOOOOooOOO
L7700P300000000000
L7780P30000000000Q
L7860P3COOOOOOOOOO
L794r,p,COononooooo
L8020P30000000000Q
LA100P300000000000
L8180p~OOOonoooooo
L8?60P300000000000
L8340P300000000000
L8420P30000
n
OOOOOO
LR~OOP30000noooooo
L8580P30aOOnOOOOOQ
LA660P3000nOOooOoO
LA740P3DOOOOOOOOOO
LR82np30nOOOOOoOOO
L8900P30nOOnOOOooo
LA980p~OOOonoooooo
L9060P30000nOooooo
L914CP30nOOOOOOOOO
L9220P300000000000
L9~00P300000000000
LQ3AOP3000norooooo
L9460P30nnOonono
oo
L9~40P3n0000nOOooo
L96?OP30nOOnoooooo
~
L970rp300000000000
.;::...
L
9780P300000000000
L9860P30000COOOOOO
L9927P300000000000
Z
10203040002040608000306('190210040802161005001510200602181420070411282}
,.,t
-
806142230090817263000000000050601080900
12141618151811242.7202428223635203530454
1
...
1.
..
~6324844553249465360484654627544536271801234567891234567890234567890J34567890JK
PARTIAL
. DISTRIBUTION LIST
April
1962-March
1963
INDIVIDUAL
IBM
OfFICE
DATE
R.
Cabell
Atlanta,
Ed.
Center
4/62
T.
Kallner
SBC
NYC
4/62
R.
Smith
Dallas
4/62
W.
Sh1mer
Galveston
4/62
R.
Evans
Fort
Wayne
.4/62
J.'Golden
Hartford
4/62
P.
McClung
San
Francisco
4/62
G.
Factor
Seattle
Ed
Center
4/62
L.
Jensen
Rockford
4/62
R.Erwin
Flint
4/62
L.
Smith
WRO
4/62
G.
Wetbal
Oslo.
Norway
4/62
J.
Borches
Des
Moines
5/62
P.
Newman
Little
Rock
5/62
B.
Dzielinsk:
ASDD
5/62
H.
Fient
Blaricum I
Holland
6/62
R.
Johnson
Pittsburgh
6/62
J.
Shevy
Buffalo
6/62
W.
Allmon
Chicago
West
7/62
R.
Dietz
Forest
Hills
7/62
R.
Flood
White
Plains
7/62
E.
8r'achett
Wa
shington
' 7/6,2
L.
Cannon
FSD.
Washington
8/62
M.
ltlantan
ASD
Litrary
8/62
D.
SlmpSCJll
London.
England
9/62
J.
Galente
ERO
9/62
B.
Wall.
Cambridge
9/62
L.
Ruffino
Bethesda
10/62
W.
Grabe
Inglewood
10/62
G.
Goodfriend
Dist
11
10/62
J.
Yellowless
Vancouver
11/62
T.
Richards
Jacksonville
11/62
D.
Huffinire Elmira
12/62
R.
Reynaert
Brussels
Belgium
1/63
J.
Powers
Toledo
2/63
S.
Head
Sydney.
Australia
2/63
D.
Kattwinkel
West
Germany
3/63
I.
n.bergs
Montreal
3/63
E.
Cites
Spain
3/63
Page
45
I:~'
~)
,"j
()
o
o
Read
non-key
word
cards
with
obj.deck
and
Read
control
card
Read
users
non-key
6
......
~~--....&Words
Prepare
prog.
to
transfer
ID
code
to
1"'1
t
of
card.imap:c
Prepare
pro~.
to
change
the
length
of
the
~?!:iable
field
Sort
non-key
w.ords
accord.
to
length
Read
cards
to
be
K\1IC
index.
and
rotate
next
word
be~i
s
in
image colum
40
H'ords
..----~~-------Ipunch
output
i
format
sele¢te
SWI
and
SW2
)
-\
\
)
-_._--_._._---_
...
_----
..
RACIJ.
___
RACD_
....
__
..l1'iPlll..t_2
_______
..
. *
REAIL
ti0N::KE.Y
.......
1IL0.BlL.cAR.U.s..
..
___
_
...
__
.
___
.....
_._
..
___
._.
_________ .
rEM
INPXA,lNPUT-l
02~46
16
Q5806
-6008
tfM
.1JiOxa
.•
l~J~.u
L
_____
._.
____
.
__
· _________
..
___
...
Q~.~.?~
..
J~_Q..5.~_t!._=_l?~0~0.::-9
__
_
Cf
lNUXA
..............
_
...
__
:_.
____
..
__
.
____
.
__
._
..
_ _
Q?~JQ_33_
.
.Q?_80.6
OPOOO
__
.
__
.
_________
.
Cf
'NuxB
02582
33
05811
00000
. _
AM
__
lNUXA.l
....
"'
..
____
._
..
_.
__
----
_ ...
__
. ____
".
Q~2S?4
n
...
Q.?.~.Qt,>.
__
:__QQQL_.
_____
. ______ .
___
...
___
....
AM
.....
1.NO.X1U1_.
__
.......
____
'
____
..
_______
..
___
.
____
.
___
...
_.Q?9.QQ
11
05811
-Q002
__
_
BD
*-48.INpXA.1l
02618
43
62~7Q-'Q~8Q,,""---'-
--
.--
t:3U
~AU)+J6,INlJxB,11
0270~
43
Oi5{OO?~1.{,.
"._
..
_.
__
(f
INDXA
......
-
..........
-.-
..
-
.......
,._-.
'0271"/.
330~8Ci6
OOJo.R
.....
_
...
cr
iNuxb
.---
..
-
.....
------.--.--..
02726
330~811
00000
Tr
IN[)A~
.•
IN~»(J).
_
......
__
.........
____
._
027381.605816
Q
58
.l..J
...
___
..
.
AM
.l.NUx,.l.
•.
,
....
_.__._.
____
...
_
...
______
..
____
..
_____
......
_027
5
0)1.05816
-aGo,::
BI)
tt+48.INDXC.ll
02762
43
Q2810
05810
RACD
INux6uD.
.
....
_._._
..........
_._
02.774
37
058lJ.OO?QQ
..
_.
__
._.
Cf
l.,Nu.xc..
__
......
__
..
_._
.....
_
..........
_...
02.7
8(:>
33
OS8~.t.>
...
Q.QQ.Q.Q
...
____
....
_
..
H
RALDt36
0,798
49
02.570
00000
TfM
IN.l)xC.
.o.b.l.O .
__
..
_._
..
_.
________ ...
".
__
...
____02.El1Q
l~
.o?_(n~_QQQ.:_:O
___
.'-_
..
____
....
_ .
. 1 U.,...
INDXC
.40o..,b
___
..
_,.
.
____
..
___
....
_
......
___
.
__________
....
_
..
o.zezz
.~5
O~611i!l
..
O'O~.Q(L
..
__
..
___
.
______
...
ReT!
02834
34
00000
00lQ2
uu
.7-.
Q2~46
42
(juOO;'> .QQCQO.
__
.
t:)
!r'.M
TR'\N"'l
..
I,~UFf.L+._Z._._
..
_.....
..._
.....
_.......
02658
16
0302.
5
.)0211
--~--------------------------------------------------------------------------------------"~
ILl'
If
STAR
TUM
OU'
..
.
lW
. u
IF
e
T
l>M
.
IfM
e
~M
N0P
(;0+13.1
II-
,U:lN
I R
J
,C0N
r'H
1
* +
.3
6 . .
....
........
_"
...
__
__
.
rRAN+.O.(.JNrR+l
*+48
('!0" 13 t
'J
,
G0+6,buFF+2
~JARr
. T
RAN-l,
?_
.~.~.
L0",P-l.*-*
st:1.
TRAN-l,
1
....
-----.--
....
---.-.---.
A f
RAN-1';'TRAN+2'3---------"'---
c
"",----""
."
AM
Al\0U
T
-J
.•.
t:.BRI2lR.
TFM..
AB~UT-::l.t_4?19.1.0
..
AM
AGIZUT-l.2
.
028
70b
04
f6
7
6000
1
02882
43
02.9
18'
l()
6
()
9
02894
43
01.918
10610
02906
49
Oi942.'
00000
Q2
'i'l
8 .
26
03049
fO-bro-
O~930
49
O~978
OOOO~
O~94~
15
04167
00009
Oi9?4
16
04L60
~5841
01.966
4~
03146
00000
02978
12
6302')
::':OQ"02'
02990
41
00000660'00
03002
32
03048
00000
C 3 0 i 4
32
102
oerO-bej'oo"
..
03026
16
0496'f"'oi50QO-
-... -
..
-
...
-
03038
12
04961
-0000
Q30':l0
03062
03074
63086
.
03098'
0311
0
;::13122
"63134
0'3146
'631~8
O.H
70
()"3182
03194
03,,0,&
03
218
0323Q
03242
"oj254
03266
1Z1
036i~':"6o-bl"--'
2.
1 : . 0 3 0
2.
S-
63
(f
4'/----------
..
-
......
--
22
03013
03049
11 0 j 0
13
.:..-50or·------·,
..
..
..
<j
0
'3
146"
ocHfocf-'-'"
...
-.
49
03746 00000
26
01+
9
61"
r
06l"Z-:----c--
.... -----·-
32
04960·0()Q-OO·--_·_
..
-
....
·
...........
.
.d
04,8~
-4611
16
04
,
aN
·000'05
....
--
..
-..-
...
_
..
! ;g
~
g
;~-.Q:g~~~~--
.'--':~'-~~':
..
-.
';SC
----.--
.......
---
..
--~
...............
-----------.
[)
c
rfM
_
..
_
..
f.R.R=LuL.
_____
·
_._
.....
__
.
______________
._
..
_
.....
..Q11ll..J~.CL~
3u...~Q.QgJL_.
_____
._._
....
~.-.-
..
._
..
A...
ERR-l.RIIATE-l
03338
21
0~~~.!._()~46~
______
.
__
._.
___
.
___
.
i
..
_
rEM
~-ltO
0336~
16
02533
-0000
.... _ ..
_.
__
._.L_._._.RACO-l.RQJrATE-l
03374
21
Mli3
05465
_____
_
AM
EBR-l.Buff
03356
11
043a1
-5839
AM
RACp-l.BUffB
03386
11
02533
-9809
......
rEM
G0-1.0
03398
16
04153
-0000
...
_n..A._
G0-1.R0IAIE-l
03410
21
04153 05465
AM
G0-1.BUffA
0342,
11
Q4153
-9609
....
~.
. ...
f~E_._
..
___
.....:.._
__________
__,_---------_--:-_-
__
-
. J L_.
__
.-.a".I A I E + 11 E R
R~
1
._----.Ol4:3
4
26
M 4 7
7_0438
_1
___
.
__
.
*
Ie
R0TATE+18.EBB-l
Q3446
i.6
05484
04381
.
r..F.
____
J~JcUAJE,._+:f>~..l~R-l
03458
26
Q5532
04
.:....:
3
::...:
8
::..:
1
=---
_____
.
______
.
__
....
_
..
. _ .
..
.
s.M_
•.
_._ .
.EB.B.~:tlJ...._
..
03470
12
0438!
-0001
IE
B0IAIE+78.EBR-l
03482
26
05544
04381
_
SM
. _
t:
R~
-:J.t.l._
..
~.....:
___
._
.... _. _
_'__'
___
..
__
.
__
. _._._
..
_
.-,_._~~'!~.L~
...
_Q.~.
~~J
__
=.Q
Q.9L
____
..
______
-.-
-
...
. T F
...
_._..,R0.1
A.l~~ii..E.JiB..::.L
__
.
__
.
__
'_'__
~_.
_.
__
. __
..
Q~2Q~
..
fLQ.~.~.~_.9~~_1_
..
--.-
..
--.-.----.-
..... -.
AM
ERR-l.1
03518
11
04381
-0001
T F
5V~~+'
U,.fB8=.L_. __ .
___
...
__
..
~_~-.-:.
__
--'.
__
..
~
..
_.Q.3...2~Q
..
~._..Q.~~.~_Q..438_1
__
.
_______
....
__
.
F ((I.RU.uFI
~_
..
_ .....
__
._.
__
.~
____
._.
__
.
___
..
______
.
____
.
____
.
__
._.~_
....
____
...
_________
... ___
..
__
......
_
....
__
.
AM
60-1,1
03542'
11
04153
-0001
If
'.
!)lJfj4b +
3.QL~0.:-:1.
__
...... _
..
____
..
_
..
~~.
___
.
___
....
__
.
___
.'O.22~~._~6._.'O'.2}.~_..o.../tJ
.
.2
L
__
.
__
.
__
._
.... _
...
.
AM....
u~~.l.fL
....•.
....:..
.
.:...:_.
__
..
_
..........
__
.
__
...
___
.
__
..
_.
______
._
....D...15.6.b.
... ll_Q41!lJ.":':'ll.O..O.Z
__
..
_
.....
__
._. -
...
.
IE
5111340+35."0-1
03578
,6
0:;)]41
0415.3
AM
Ci~-l
.2.a
......
_.
__
.
__
......
.
..
_
..........
_"_
"._
...
...__.
Q~
~9.0
....
JL
041?}.
:::-OQ~_~
..
_.
__
..
__
.._.
'TF
..
S.utj4Qt.fl.J_~0.::.l_
...
_.
.
..
_
.....
_ ....... _
..
_
...
_
..
_
O)~Q~~9.
Q5Tl?
04~~;'3.._
..
_
F0R
euFF~
AM
RA~D-:-ll
L.~
..
_
..
_
....
F
~.UO'+421
RA~J?::1
....
If
SUB2t107.RACQ-l
!::1M
RACD-:--l.Z
......
_ ....... .
T r
SUOZ
+ 1
O~
t.RA.~Q.::l
...
_
.....
M
TF
AM
~Uu2~66.,.R~~J?-.L
..
RACD- 11./t
.-
........
_ ........ , ...
02533
-0001
OS6
i~
()2~}3-·-·----
..
05681
Q2533
.0.
2
~?}
..
~O_Q.QL
_
..
__
..........
.
o
!6
7 6
..
Q2.?
~
3 :
............
_.
2533
-
78
05640
02533
gi5 3
3:000~":""
--_
..
_--_
..
_---------_
.....
~
.•.....
_______
~
____
.
__________
._.
____
-...:.._
...
_--
__
.---
____
.
_______
.
___
••.
____
0-_.
__
·
__
·'
___
._.
_
..•.
___
____
_._
...
.
RACD
.....
tiUFLl±·L
...
___
....
_~
__
.....
_._.
__
..
__
......
_
..
_..
.
..
_
...
_.....o..it.l...?
':+.~}.
A.~f
U.OO~.Q
Q ....
__
....
_ ....
..
N0P
lRM~5
04166
41
04274
00000
Tl>
HUFf
r:+:lt?H1.~9Q._
..
~...
._
...
_._
...
__
........
04178
is
10373
0040'0
T R
:J
11
F f +1.,
JR
A:r:i:::..l
J..11.
....
_
..
__
._
..
____
._
. _
~
....
-~
..
~:_._
..
-
O'4'190"~3i
"05840-0 302-N'
-.
SM
IRAN-l.I
·--04202"-12-Q3·0·2s
....
·:0QoT-
..
..
--
....
-
..
eM
TRAN+llIQ.lQ~_
04214
14
030
37
000-0
tiE
.
*.,4
"_"".,._
......
__
......04226-
'46
Q4250''''()l'200
IF
Quff+lp2,rBAN-hll
04,23826-
06QO!03-Q2N·-
..
-
..
····
AM
..
r
RAN-::
1 d
..
_
..
_
...
_.
.
..
__
...
__
.
__
...
..
Q.~~50n
0.3025
-:--QQ.QL _
_ Cf T
RAN-:'
..
l)
•..
J.tl.
...
_
...
_..
....._
....... _._. __ .
__
....
_....
. __
..
O':+2~23~,
9301
LOOQQ.Q. _
...
.
REAl)
IN
,CARw,
10
UEKEy
w"RP
I
Nl.2t.xED
UEcilN
CHE.CoI(,
1
N.CJ
J
0[Lf..B.~RSL~.:lN~~J.".AN!<
..
~.l~
..
C"'L.V~N$J.L
+~r"'~R.
IN'
THI;.._
.......
_
......
_
·~)E.:~lRt:.V
Uy
THl:.
USl;'.
.0F
..
!:l.w.4...
.........
. ............ -......
__
........
....
. ,
....
,
__
..
........t.R'=1v.
UM
ERfi=l.0
.':..'
...
04274.
*6
0438f'"'
-oQQO--n.-
..
.
T
l.2
~;-U
r F +
~
I)/t
t'~
0,0
...
--'._._.
__
-'
..
__
..
____
......
_ ...
_."
....
...9
42
8
~
"2
...
Q
6Q
Q
~
..
Q.Q
~Q_Q
..
_......
.
....
.
A
tRR-l.!.,"'~!:_~L_
........ _
..
__
...
___
..
_.-'
..
_
...
_.~
..
_...
.....
04~98.
2.).
04·~
..
E!lQ~.?~J
...
___
_
A-
.
E(m~l.UJ"'P-I
.04310
21
0438,1
Q4961
A~
LRR--:
1
•.
B.Uff.:tL
...
_
....
_
...........
_
.........
-. ..,._.-._
.....
~
.
.Q43.??
.U
Q4HtL=~~~
..
__
.
__
..
_.
__
..
___
......
_.
lll>
EJR~.I~RR~.l'l.U
..
___
._._
.....
_
....
__
._:
__
..
____
....
. "
O'!
3.3~
.41 .
Q~~f3~._Q4_~8J
___
....
__
...
_
...
_
...
_.
__
AM
ER8-1
II.'
04346
11
04381
-OOOI
UQ
LRR.f.RfhldJ.
....
.'
................
_....
O.'t.3S8.
4~.
043~~_.
Q438~_.
___
.....
. ..
_._
...
__
..
B..
AUJ2lUt. ......... _
.....
"-'-
___
...........
..... _
...
___
..
__
......
..04310
49:Q4;.8t?
..
QQQQ.Q
___
.
__
..
.
f{,TY
...
Rt:lllRN
CARRIAyE
04382
34
PPOOO
POlO,
T
F..,
l.RR~fi~'JQ._,~:
__
...
.
......
,
....
___
.--_
..
_.-..04394
16
04609
~odOO
.A
.. ..
.
J;:B
R~R.~'O:.I..~:-:.i..
..
_
..
_
......
_ .........
___
...
__
...
_~_
..
____
.....
~.:.
Q~
4
06
2 1
·~.Q.~-~·Q)·""O~
~IL=.-:-~~
...
~-.-:--.-.-
--
...
--
..
.
AM
ERR~B~2.J
'.
.'
'04418
Al
046Q?
-OOOl
~r.
..f.RR.,~:-:.J
..
~
......
_-'
..
____
-
.......
_
.•
_-
..
___
._.-'-.
__
.-
....
.....o..'t
..
4JjL
...
2.f.
...
.Q~~.Q~
...
.Q.(lQ.O'L_
..
_._.
__
_
;
If..
.E..RR0B'tl.2
..
.E.BR~_.
______
~_
..
_
...
_._
...
Jl~~~~
....
fJ~'''':''O'~.~~.~
.
....Q.4~Q2._·_
... ' ...... _ .....
,_._
....
If
ERR0RtI6~ERB0R~2"
Q
__
S4
26
0462704609
..
W R
LT
~
..
E
RR0R
....
,M.f.S.~A~._
..
__ .
__
~
.......
__
._-'
_______
....
_
...
__
..........
_
..................
___
.... __ .
_____
~._.
_
..
_
..
_
...
__
.......
.
. .
...
....
--
...
-~----;-~---
..
-----.---.---------
....•.....
_._._--_._._
....•
-:---------------_.
__
.--_
•.
_--
..-
..
--.--
.......
--.----~---.-----!""'--.------.--.-.-----
..
--.-.""-
----------'-------
..
_
....
__
..
_._
...
-.
...........
-----'----.-
••
--~~
.•
____
.n
.....
__
..
_.·
__
·_
.......
___
....
__
,.
____
••
-----~.--
..
-
..
.......
-_
...
_------_
..
_._
..
_ ...
_._------
....
-..... -...... -
..
---.---~-
•.
-
..
-----
' .....
_,
..
_ ........
MM
C0MPl+9,2.1Q·
03794
13
03191
006-2
~
TFM·
lNDXA.INPUT-l
03806
16
05806
-6008
........
-~---
..
TFM
JNOXB.INPUT
03818
16
OS8Tl.rl'---6;-'0:-:O~9~-~-------
SM
JNDXB,2.10
0383012
05811
ooo-t
SM
J
NOXA.2.
10
03842
12
05806
000-2
~----SL.00P
TFM
*+21,0.10
03854
16
03875
000-0
AM
*+9.1.10,LENGTH
0F
THE
W0RU
BEING
W0RKED
0N
03866
11
03875
000-1
---.------.----.--
AM
I
Nl)XA
,2
03878
11
05806
-0002
I"
D
.""*t~
4
....
_"
....
_ .........
~.
__
.
___
.
__
..
_
..
~
....
_.
_____
..
_
..
_
..
_
........
__
Q 4
Q.tt.f?
...
1t
~_".
Q
~
97 Q
99_Q9..Q.
_.
__
. _
..
t$p
SL0",P.lNI)XB.ll
Q40S8
43
038~4
0581..1
T
I)
..
1
Nl.I~c:.p.~Q~Lt.~
...
_..
.......
.............
____
....
..................
_
..
__
..
9~97
..
.Q_.~5
..
9?_8)0.00.~.99._._
..
_
......
...
AM,
1
~.O.M
...
t4,
....
_
....
_
............
,
......
_
...
__
...
"_
..........
__
.....
_
...
__
.......
.Q~Q~l
...
1.L
..
Q').~}
..
~
....
:.Q..99.~
........
___
...
-.. .
(M
(0MP1+9,2Q,lO
04094
1403791
OOO"-Q
A~k.lVI
JFM
INLJXA,INPUT-l
::,
..
')86
16
85806
-60a8
·-t~i=~=~~~t;;;;·~~;~;~~Z;~~0~~~~~O_----------
I
....
",
".~-
"~r'~
,
••
t
"'.~
...,.-... ,.
__
.........
_.
_~._
...
_,_
......
_.~._
~~
........
__
~
~._,_
••
~.ql
1..j
___
.
______
~
___
.l1W1Jil...J.L..
__
..
_
.0?;31
0
~
i; Q
~
13':
b -
0002
___
.
_____
-----A-
___
..
__
ltillXlil
. .liliUAC.l.._
._
........
___._____
. 0
~
) Z 2
~
~.
0
~
~
l b 0
~
8 31
(
INllxHl,lNpXB.bll
Q,)334
':4
Q~8£'"
Q~8lJ
______________
.~._._
..
B!!U..AI~
..
_ .. _ ........ _ ..
_._._
01)
346
46
0'J4bb
01200
______
.
;M
.-kiY~lll------
.h.
__
._
'
___
'
__
'
..
___
h .
~;;~~.
~;
g~~~~
;ggg~
__
~._._JK..l...
__
._.
__
::"~'tiL_
..
____________ .
________
..
_ ..
_.
Q').Hi':
46
0')44.:'
00100
.
__
~
__
__
~_c..Ll1l;.lJik2~._
r~.L_p\.lN(tllti5L-.
_______
__
..
-
..
_
>W1
up
F~R
KEY
W0RvS
0NLY
~N
C0LUMN
J/
Sli2
lJ£~fL~t...Y_~.!ll!_~
..
Jlli.L
..
L.ll:L~LUMN
__
L
...
_
..
. .... ~
................
--_._._
......
-
.-.
*
:;,
WI
+
S.,2
"F
L'£'.:2JL.b~_H_l.t.Ell..~TE.U.L
___
h'_
Be,
Cit2U
0'J3(;4
46
O~41tJ
DO'ZOO--
..
' ....... _
...
~
....
-...
-~
......
-.-----.~
''''--'-'--
-
0';406
) 1
0')
70b
-ooao
.
b~'4i
8 i
-,
oJ?r4
-0000
-
..
_
..•...
_
..
-.-
....
--
..
-.
,-
..........
-.--~.-
...
--.
0')430
4r) 0'146&
0006b
...
...
-
.....
~"
...
--
.....
-
...
0')442
1 7 0'.>706
-0000
6')4,)4
49
0'J4bb
00000
0')466
2~
0':151"3
0')971
0:'478
2')
0')971
00400
O~
4'iO
31 0'.>tU8
0')840
0'>')0': 1
L)
0')
')6
'J
00000
_.
__
~.L._~~_~ltL.
__
~_V_t2~~L
..
______
..
_._.
___ .
__
.....
_____
.
_____
~
____
.
__
....
_J3JliALL
____
._.
.
...
_
.....
R0IATt
TO
*+47,bUFF+132
____
1~.
__
._
..
0
~Lf.:-+-
J~_~.!..~.9
Q . _
...
_.
.
___
IiL__
.
~.\J£.f.--:-l!~~FF:+.1
..
__
..
Jl)M
bUrf+13Q
0'.>
'J
1'
..
32 O'Jtl3U
00000
0':.i,)2t.J
':6
Q~9
11 0'.>8J'}
'O~?38
33
0~970
00000
0':>5'>0 33
05916 00000
055()2
49
04~62
00000
___
.
__
.
__
._
_~f.
. _
QU
F r
:-:
l ......
______
.
__
.
_____
U
___
.__
_U
u
fJ:
-I:J}-, tJ3
uf
r
..
_.
___
..
I
CF
tiUFF+131
~
___
C.F
____
riu.fE-_+!L . ____ _
_____
._.
______
.!:i
L~~P
.
____
_
.t
NE
Ie!
51182
ReljJ
I
Nt
__
.
___
.SllB.2 ____
Ill.__
__
..
B.ut
[±.lb3..t.4..Q.o._..
__
...
_ .
......
...
...
___
..
_
..
_ - -
..
_J'),74
2':.i
00002
00
4
00
c
t===--~~-I.0.
~~0~~~·:.:t;·~·5~~_it'l·-·L
...
-.--
...
--
...
-
...
--
..
-
O?
'.>8t.J
Jl
Q')tl-08
058'+0
. _---.llL
__
__
.J~.Uff.p_!.J.b....L4.Q.Q......
___
._
..
_._.'
_
......
__
-_=~-
..
_-
__
~_.-
__
-_-
..
_
..
'1-.
'1-
..
_
..
-
.....
_.--.
.92
598.
.:
')
0988
')
004
a a
________
.
__
..1.8._.___.
___
J,iYf
F U +Jl.hJ'?.\lU.!:L:l.
____
._."_,,
..
......
Cl.?b.
~
()
J i 0
'}9
4 2
Q9b
0 b
T R
Bu
F
FU+213-;BuTF
+-1----·-·------·--
.----.--
...
---
...
-.-.-
-6-5'6-2i'
31
'10622
oS'8"4
j
~-
..
~
..
-"
....
-'-'
..
T R
BlJFF:-Bi-}ll
,
seiF-F·;!")')··--·
o'~)634
31
ioo~o
059i2
0')6'
..
6 1')
018S,
90000
6,)6~B
) 6
10019
000-0
' ..
_-
0,)6)0
31
09940
0994,
~
"'-'"
-_
......
___
T
.....
U"-'.-M'--
__
I.1U
F F B
.:tl..2.1..Q.
..
_.
__
._
..
__
..
_.
__
.
___
._
..
_
..
_
..
__
. _ .
.
___
--'-I.L..f~M_._.
__
I2.u£:£J3-.:!.l..lQ.l,Q,L1Q.._._
...
_.
__
..
TR
BUfFB+131,BufFB+133
0,682
39
09887
00400
05694
42
00000
00000
0~106
2S
06002
00400
_._.____ilA~Q
..
_._._._~V..E
F!?
_1:.?
~_
.
_.
____
..
__
. _
.....
_~_B.
..
_.
__
....
_
.........
_
SuB40
TD
BuFF+163.400
...... -
..
_
...
.
*
..SUSR
r0
~urpUT
INC~LUMN_40
:_=--=·~_~:·_·~_~-.~._jB_~:~
~~.~l}ufii!
i.I.
dld.f
('iT'·
........
:.
TR
SUFFA+133.BUrfA.13~
0't)718
31
O'J610
05840
0')
'7:30
31
0')
7i+,-
0'1744
...
".
__
..
_
..
__
...
__
......
lP.
",
__
..
JH)rJA+.U.!~QQ
....
05/4'
2~
0'J686
00400
0')
754
.n
0'}608
09610
O,7b&
16
0')b8
I
0-000
..
__
..
__
._
..
__
.......
_._._l!L_.
__
.....
~.VfJ
A.-
~
t
~ldr
F
A..+
L
TFM
buFFA+78,Q,8
0,7'
H
j')
0')60')
00400
::>~)
.,
rJo
42 0000:'> oonoo ..
.....
_ .....
wA~.P...
lH.,lf
F ,\
..
..
. _
....
_._.6.6
...............
.
IN()XA
OS
~
O~B06
0000
')
O~)811
oooo~
0"8
l()
0000')
.
___
-L~.Qx.!)
.....
~~_
..
_
....
_
.....
?_
..
_
.
___
.
__
l...riDX.~_
...
Jj~L..
'; 0582.1
0000'>
v'8~b
oooo~
b.,s;
1
0000'
05836
0000'>
IN!)XA1
/)9
?
___
.L~Q
..
~J~..L..LJ..~._._.
__
.....
__
..
? _ ...
_.
.
..
_
..
_ ..... "
......
_.
__
..
_
._
_J.tU).x~!.
__
~.~_
.....
_..
.
_2._
...
_
..
____
.....
____
.....
____
.....
INI.>XC2
os
5 -
....
__
.,-_
..
_
..
--
_
..
___
..§.~E.t..
..
. _
...
_L:>~c_...
._
....
? 9
.'.
..
,
_
......
_
..
_.fllJEEA._._.
LMIL
.._._
..
_
..
l_Q.Q
._
...
____
..
___
..
_._
..
_
..
_
.......
_.
____
.
__
"
._
..
_.
___
._.__
09
b
09
q
02..0
0
....
_ .B.UJ-f.a
..
__
UA~.
..
____
Z.;J.v
..
__
._._
.
______
".
_______
.
__
...
__
....
__
.______
__
....._._._.
__
..
·99.8.
oi:f
00400
I
bUff
J
[)A~
2J(,
10209
00400
._._~hI.:i
...
kJA.~
..
_
...
_.81,'-._._
...
_.
__
._".
____
._
...
_
..
__
._.
10609
oe160
_______
. ____ .
____
l.i.t..N
I.!..
.._8(((;;'1,1
..
____
._.
___
..
.0
~
402.
o
7.
PART
IV
-
NOI'ES
O1i
THIS
PROGlWol
A.
Node
llumbering
In
III8D;.T
previous
programs
of
this
sort
the
jobs
had.
to
be
nU.'llbered
so
that
the
head
of
an
arrow
(J)
"W&S
e.b~s
greater
than
the
tail
(I)
of
that
arrow.
In
addition
input
cards
had
to
be
in
J
sequence
,rlthin
I
sequence
with
no
missing
I
values.
These
restrictions
allowed
checking
arrow
diagram
logic
by
a
sequence
check
of
I
values
and a
test
of
I
against
J.
In
this
program
another
method
is
used
for
checking
logic
that
removes
these
restrictions.
As laDS
as
none
or
the
restrictions
of
Part
n
are
violated,
I
and
J
may
be
a1V"
three
digit
numbers. However,
the
restrictions
on
max1mum
project
size
are
in
terms
of
the
highest
numbered node
and
not
in
terms
or
the
total.
number
of
nodes,
so
it
is
scaet1mes
necessar,y
to
use
the
smallest
numbers ava:1l.able
for
I
and
J.
There
1s
also
a
slight
speed
advantage
in
putting
the
jobs
in
approximately
the
same
order
as
the
previous
restriction
required.
B.
Program
capacity
For
a 20,000
digit
core
memory machine,
the
sum
or
the
number
of
the
highest
numbered node
and
the
nUDber
or
Jobs
must
be
1672
or
less.
FClr
40,000
digits
or
storage
this
restricticm
is
3672
and
for
60,000
digits
it
is
5672. The
bigbest
possible
DIIIi>ered
noae
is
999.
For
20,000
digits
the
max:llIaa mmiber
of
Jobs
may
be
less
than
1400
for
the
reason
stated
in
Part
VI -C.
C.
Machiiie
Regu1rements
1620
Data
Process1Qg
S¥stem
1622
Card
Bead
Punch
110
other
special
features
1623
Additional
Core Memory
is
optional.
13
o o
PART
V - INPUl'
The
input
to
this
program
contains
three
types
of
data
cards.
Type
1
and
2
cards
may
be
arranged
in
a.I\Y
desired
order.
See Appendix A
for
sample
problem
input.
TYpe
1 - Heading
or
description
cards
~se
are
identified
by
some
character
in
column
1,
other
than
a
blank
or
numeric
<tigit.
The
remainder
of
the
card
ma.v
be
plDlched
with
a.I\Y
information
desired.
The
identif'ying
character
in
column 1
ma;y
be
dif'ferent
for
each
type
1
card.
type 20
-Job
description
cards
There
is
one
of
these
for
every
job
in
the
project.
Blanks
in
numeric
fields
are
taken
as
zeros,
except
that
a
zero
I
field
must
b~o
punched
zero
in
the
1.mi
ts
position
(column
3).
0
~
1 - 3
4 - 6
Tail.
the
job
arrow -I
Head
or
the
job
arrow
- J
T -
10
Time
duration
of
the
job
-D
(I,J)
11
-15
Cost
of
the
job
16 -50
Description
of
the
job
and
miscellaneous
data
51 -80 Not
used
-
mt1¥
contain
aD¥thing
b 3 -
EDd
of
the
pro.lect
This
is
the
last
card
in
the
input
deck
and
should
be
blank.
14
8.
,
.
PARr VI -
OPERATTIlG
INSTRUCTIONS
A. Pl'O@'!!
Deck
!III
SPS
118t1Jtg
of
this
program
is
in
Appendix
C. The
condensed
progre
cleek
(Uat1Ds
in
AppeDdi.x
D)
consists
of
70
cards
numbered
00
through
69
in
colUIIIDS
79-80.
Column 1
of
card
number
62
contains
a
digit
s1gn:l.f'yiJlg
the
core
memol")"
size
of
the
computer
being
used.
"2
20,000
Posi
tiona
1;:
40,000
Positions
b
60,000
Positions
B.
Procedure
PABITI
Switch
STOP
o
FUM
Switch
STOP
I/O
Switch
STOP
PJ:csNa
Switches
DOt
used
Load
f!'S!II!
Deck
-
DePft8S
RESBT,
place
prqp."Ia
deck
in
read
bopper,
depress
LOAD.
To
read
final
prcgram
c81"d,
dePftss
REA1lBR
~.
CCIIIpUter
~
halts
wheJ1
p1"08:l'8
is
loaded.
Data
Pus
I -
Place
4ata
declt
in
read
hopper,
press
B1WJER
S'1'ARf
aDd
cCllplter
ST.AB!f.
To
re.
the
tiDal
c1ata ca:rd, aeprees
mwa
S'.I!ARr.
CClIIIP1Iter
does
errar
~1s
aDd
either
halts
ar
pr.lDta
aD
errar
_sease·
Data
Pass
II
-
If
DO
eJ'l'Ql'S
WN
cUecovezed,
place
data
declt
in
l'ead
hopper
aDd
.blaDk
c8Z'ds
in
paDCb
bCJ.ppe~.
Press
BEAlBR fJlA'Br,
IUICH
STABT,
and cClll,Vllter
S'l!ART.
To
read
the
final
cJata
ca:rd,
depress
RBADBR
STAJiI!.
C.
Error
Me8",S
!1!4
Actl.
!!:!::2!:.J:
-
AvaUable
starase
bas
been
e2lOeeded.
Tbe
number
of
the
highest
JMII)ered arrow
plus
the
number
of
jObs
is
greater
than
1612
(for
20,000
positions
of
storage).
TJpewriter'
priJrts
I,J,D.COsT
for
o J 5 o
10.
the
last
.Job
and
halts.
To
work
the
next
project
press
START.
~
-f.fore
than
one
"last"
node
(8
node
which
is
not
the
tail
of
sc;xne
arrow)
bas
been
found.
Typevr1ter
prints
the
numbers
of
all
but
the
first
"last"
node
found
and
halts.
To
find
the
first
"last"
node
type
out
locations
3247-49. To vork
the
next
project
INSERT
16
01095
00016
49
00402,
RELEASE,
START.
Error
3 -
M:>re
than
one
"first"
node
(a
node
which
is
not
the
head
of
same
arrow)
has
been
found.
Typevriter
prints
the
numbers
of
all
but
the
first
"first"
node
found
and
halts.
To
find
the
first
"first"
node
type
out
location
3244-146.
To
work
the
next
project
INSERT
16
01095
00016
49
00402,
REIEASE,
START.
~
- A
loop
has
been
found
in
the
arrow
diagram.
For
example
'a
series
of
jObs
(1,2),
(2,3),
and
(3,1)
would
be
a
loop.
'l'Jpewr1ter
prlit,ts
I,J,D,
COST
for
the
first
job
where
the
error
IIIIq"
be
detected.
(i.e.
'!'he
earliest
start
far
this
Job
exceeds
the
sum.
of
all
JOb
times.)
This
Job
Deed DOt
be
on
the
loop
itself',
but
DI8l'
be
on
a
chain
of
Jobs
which
PIUUIes
tbrougb
ODe
of
the
nodes
on
the
loop.
To
work
the
next
project
press
START.
There
1s
a vel")"
remote
possibility
that
a
type
1
error
could
go
UDdetected
as
such.
During
data
pass
I a
temporary
table
is
set
up
in
locat1oaa
Itooo
-
6oOJ.
to
be
used
to
find
"first"
aDd
"last"
nodes.
If
lltoo
Jobs
ar
IIIQl'e
&1.'e
read,
this
table
IIIIq"
be
destroyed.
This
will
cause
several.
tJpe2
aDd 3
error
messager
however.
,~
16 o
o
PART
VII
-
ot1l'Pt11'
A
deck
ot
cards
s1a1l.ar
to
the
pass
II
data
deck
is
produced.
The
type
1
output
carda
are
uncbaDged. The
tn>e
2
output
cards
are
identi
cal
to
iDput
in
columna 1 - 50,
and
eonta1n
the
following
calcul.ated
quant1ties
in
columna
51
-
80.
Co1U111D8
51
-55
Earliest
start
date
56-60
Earliest
t1n1sb
date
61
-
65
Lt.test
start
date
66-70
Lt.test
tin1sb
date
11-15
Total
tloat
time
16
-
SO
Free
tloat
time
15
CaDta1na *
it
this
is
a
er1t1cal
job
There
are
no
tJpe
3
carda
in
the
output
deck.
Tbe
last
output
11.
card
18
a
tJpe
1
card
COIlta1n1D&
project
cost
and
C<IIIp1etlon
date.
By
letting
the
first
coJJ.D
ot
the
output
card8
bea
pr1nter
tomat
control,
8D;Y
desired
llsting
.,
be
deYel.oped.
J 7
o
n-
A
PART
VIII
-
SUGGESTIONS
Add!
tlonal
or
S1>ecie.l.
Output
12.
The
second
pass
of
data
controls
the
amount
ot
output.
For
example
if'
you
do
not
wish
to
include
d.uDIIv
jobs
in
the
printed
report,
aD1t
them
trom
the
data
deck
in
the
second
data
pass.
If
you
wish
to
prepare
several
reports-
on
ODe
project,
it
is
possible
to
make
several
second
passes.
Prepare a
transter
card
with
49
01'T98
0000
in
coltDllDs 1 -
32,
and
place
it
on
top
ot
the
pass
2
deck.
Press
RESET
and
LOAD
to
execute
another
second
pass.
B
Least
Cost
Estimating
Repeated
applications
of
this
program
will
give
an
idea
ot
how
project
cc.p1etion
time
varies
with
cost.
First
schedule
the
project
with
nonlal.
job
time
and
normal.
costs,
then
caapress
the
schedule
along
the
er1t1cBJ.
path,
vh1ch
abortens
the
over-all
project
time
at
the
expense
ot
inCreasingSODle
Job
costs.
Running
the
schedule
aga1n
will
show
the
new
project
time
and
cost
and
the
new
critical.
path.
It
the
assumpt10n
is
made
that
cost
ot
a
Job
varies
1iDear~
with
completion
time
between
the
llmits
of
normal.
job
tiJle
and
crash
time,
this
estimating
IIIBiY'
be
done
autaaat1~
by
-
of
a
specialized
parametric
linear
progr&Dlll1ng
algorithm.
In
either
case
a
series
of
project
durations
are
obtained
as
a
f'unction
ot
direct
Job
costa.
By
caaibin1ng
these
with
the
indirect
costs
tor
overhead,
penalties,
etc.,
the
least
cost
B8¥
be
estimated.
18
"
c
PART
IX
BIBLIOGRAPHY
Arrow m.-Pl.aDniDg.
Du
Pont
-
Petrol.eum
Chemical.s
Division.
"Better
Plans
CelIe
From
Study
of
ADatc:qr
of
an
Engineering
Job,
"
Busine88
Week, March
21,
1959.
13.
FreeIIIm,
R.
J.,
"A
GeDer&1.1zed Network
Approach
to
Project
A.ctivity
Sequencing,"
IRE
'rraDaact1Cl1l8
011
EDgI,neer1Dg
MaDageaent I
September
1960.
Harting,
L.
P.
and
Morgan,
J.
E.,
PflI.fJ!/FBP
A.
D;rDaa1c
Project
Control
Method,
IlI4
Federal
Systems
Division,
Space
Guidance
Center,
OWego, Nev
York.
Kelley,
J.
E.,
Jr.
I
"Cr1
tical-Path
Plam:a1:Dg
aDd Sebedul1.D&." 1959 Proceed1ngs
of
the
Eastern
Joint
0c!gPuter
Oontereoce.
Kelley,
J.
E.,
Jr.,
"Critical-Path
PlaDD.1.Dg
aDd
Scbeduling
case
Histories,"
Paper
presented
at
ORSA.
Natiooal
Meeting,
Detroit,
October,
1960.
Martino,
R.
L.,
"Bow
t
Cr1
tical.-Path·
Scheduling
Works,
..
CIIDad181l
Q1emic&l
Proce8.1!s,
FebruatT.
1960·
Matye.
Tea
T.
aDd
Rieb,
Gl.erm
K.,
"PI!lfr/Y1:P
Pl.aIm1Dg
and
~
on
BAM,"
Joumal
at
Macb1De.
Account1Jlg,
~,
1961.
"Rev
Tool
ror
Job
~,"
Bnrrfft"!1.!!i
JIen-Becarcl,
J8DIIU'Y
26,
1961.
PearbBl,
J.,
"BDglDeer1.ng
Progrea
PlaI:m1Dg
IIIDd
Coatrol.
'l'brougb
the
Use
or
PERT,"
IRE
Trlm8acti011S
OlD.
!D§1.!leer1Dg
!!IIII!tp!!lt
I DeCEllber, 1960.
Serer,
J.
S.,
Kel.le7,
J.
E.,
Jr.,
IIIDd
V&llter,
M.
B.,
"Critical.
Path
Scbed
l1l1u
B,"
~,
Juq,
~960.
"Space-Age
Scheduling
.Arr:l.Te8
in
CPl,"
aa-tcal.
Week,
October
15, 1960.
19
~\-\
~_;I
14.
PART X - APPENDIX A
7/19/61.
em
2H
r
-':
\.
!
o o
APPENDIX
A - SAMPLE
;:>RO~LEi""l
Flr'UT
SAMPLE PROBLEM -
FIGURE
1
~CHEOl.lLE
REPL·ACEMENT
OF
APi
PE
'-
I
NE
-----_._--.
---'-:;:'f':j
'-'0
COSTDESCRtPTTON
(JF'
J()RC\
1
~
10
1 ,
~B._.
2 'It 2
300
____
.
___
..
..2-2£t 1
25
~o
~
LEAl)
TIM~
rJME
AVAILARLE
MEASURE
AND
SKETCH
MA!..f.-ASS
l.§ti~ENr.s.
__
..
_.
______ J
__
4
..
t_.l.00
DEVELOP
MATFQJ AL
LIST
4 5
4 6 ,
300
ERECT
S(AF~OLn
4 7
~o
~50
p~on'~~
PI
PF
_________
...-..::I4~A
_.!..L~!!.Q_~R.~CU~E
VALVf-~.
5 6 ,
Inn
nFArTJVATF LJNF
.
_____
.
___
. _____
.6....
__
~
___
..
__
_ _
..
__
.
6 9 6
400
REMOVE
OLD PIPE
1 9 5
1200
PRFFAR
SECTIONS
·----··e
ff·--}
.
·f06
"PLACt
VALVFS---' .
o
15:
E5
EF
·LS
LF
TF
FF
-_._--_.
--------
---
..
-
9
10
6
800
PLACE
NEW
PIPE
----------:-10-=-.
-1:;-l=----.:2~-:1~t)~O~··WEU,_
PIPF'--'-"
._-_.-
...
_--_
..
---
......
_-.
__
._-_.-
..
---.
-----
-------------
-------_._._---
11 1'- 1
100
FIT
UP
-------~1.;-1·
1~
4
--
300--"INSU[ATt
.,'
.
______
---'1
....
2...........,,1:...=:~_
__.
_______
...
_
..
____
.
______________
.
I?
14
1 50
PRES~URE
TE~T
--
--
----------
---
---
-~
"--"-
1,
14
1 J
GO
RFMOVF
SCAFFOLD
.....
__
.
__
_
..
t
, t
14
15
1
100
CLf6N
UP .
.
-4-
______
-:-
__
1--..1.5_~
___
._
p'ROM
l
SfP
.C.P~P
L
ET
t
ON
._._
..
_
......
,,_
~------------------------------------------------------.
,~_._.
-+
________
t.E.5..'L
PROBLEM
-SEE
fIGURE
L
__
~
__
_
.
..
I
i I J
"COST
DESCRIPTION OF
JOBS
...,...
1 ,
~
.,
1 , 9
2.
~
"
251
.~
4 5
456
.----_._---
E§.
EF.J
..
S
----------.....,r-----------.,--------------------~-
. J 6 .....
'5
._"--.
_.
--'
.-------.
----_._---------
L 4.A
.....,
2 J
LF__
"
IE_
ff
..
-----_._
....
__
._.-_.
__
. . ._---
---
--.-----
"-----
\')
:-
,'-
I~
PPF''.Ji) I X -
S!.'o~~Lf.:
.: ..
:_13L::·,'
(\.)
I
,..·u
r
SA~PL~
~~OPLf~
-
FIGURE
1
5CHFDULE REPLACFMFNT
OF
A
PIPE
LINE
...
-1
J o
COST
DESCRIPTION
OF
JO~S
ES
EF LS
LF
TF
FF
1 2 10 LEAD TIt-1E
10
10
*
1
'"
28
T [ME AVA
ILARLE
is
16
44
16
2 3 2
30U
~lEASURE
AND
SK'ETCH
10
12
.10
12
*
2
20
_...L.._-.z~
..
MAKE
ASSIGNMENTS
10
11
11
12..
1
20
3
11 11
1;::
17
1 1
3 4 1
100
DEVELOP
MATFRIAL
LIST
12
13 12 13 *
4 5 1 3
I?
44
44
3
~.
4 6
2.
300
ERECT SCAFFOLD
13
15 43
45
~O
,.
7
30
850
PROCURE
PIPE
13
43
16
46
3
15
lit
.
.!L-.8_
..
!t'-
...
~OO
__ .PROCURE.
V~~~~.S.
.
13
58
13
5B~~
..
_.
_.
__
._.,,_
.•
__
..
__
.....
5 6 1
100
DEACTIVATE
LINE
28
29
44 45
16
6 ..
~._.
......
.
29
29
58
58
22
29
6 9
f:.
400
REMOVE
OLD
PIPE
29'
35
45
51
16
13
7
.~.
5
1700
PREFAB SECT IONS
43
48
46
51
3
8
11·
1
100
PLACE VALVES
58
59
58
59
*
()
10
6
~QQ
PI
ACE
NEW
Pl.I?..E.
__
...
_
...
_. _ ..
___
.
____
.[+8
54
.-.5L
..
o
5.1
_3..
..
_._
..
_.
__
.
_______
.
__
......
.
10
11
,
Ino
wFLn
PIP~
54
56
57 59
3 3
11
12
1
100
F J T
liP
.
52.._
.60...._
62
63
3 .. _ .
___
. _
11 !
~
4
~Ot)
I"'SlILATF
59
63
59
63
*
_
..........
__
..
____
._.
___
12.~
__
._.
__
.....
________
._
........
_.
-
__
._
.
__
-
._
._
...
__
...6..~6.0.
__
.U.
__
~_...3....
~...;I.3
__
_
12
14
1
1)0
PRF.5SURF
T~~T
60
61
63
64
3 3
_________
....11=-';;......11
.....
4
____
1_1
....
0__..°
_REMOVE
5CAFFOLQ
____
..
_
....
_.
__
ll-
__
~L_._~~
._...2!L_
....
-!-.
14
1~
1
100
CLEAN
UP
64
65 64
65
*
__ .
_______
.1..1.5.
...
~Q.._.
PROMlSED COMPLfTU)1'I!
..
.
....
60
5
65
____
5..
______
1.....
___
..
__
-
P~OJECT
COST
5225
PROJECT COMPLETION
65
---
...
-----
-
..
_._---_.
-"
..
-
----------------------------------_._--------_._---_
..
--_._._
....
TEST PRORLEM -SEF
FIGURE
2
---------_._._-------_.
-
..
-.-
'
..
-.. --- ...
-.----
..
-~
.~-------
..
--.
-.-
-I
J o COST
DESCRIPTION
OF
JOBS
-1 2
~
1
,.
9
2 , 4
ES EF LS
LF
TF
FF
3 2 5 2
2.._
____
.
__
....
2._
_2:.
__
...
__
._._
..
_
....
3
759
2 2
. ___
£_5_
..
_.1 ___ .
___
..
__
.
__
._.
.
.....
. _ ... 3.
1.<L._.
13
.
Zo..
~lQ
.....
l_Q.
..
_
..
_ .
9
14
9
14
* .
~
4 5
451>
..
PR()j~CT
COST .
___________
.
__
.
__
J..!.-
....
29_
..
_ .14 .....
20
__
...
2_
..
__ .
___
...
_._
.....
__
....
___
..
_._
..
PROJECT COMPLETION .
20
6
~
"'''-'''-'
.......
-----_.
-------
------_
..
__
..
-
-.
-.'
3---'-"~-
._---- o
"n
.~.~.~
..
----
.....
-2
~/.-
2
o
'~,
-----------------.--- .
t'
l/,p~ndiX
if'
*
.:,r!
1C"
J:'
)C'
'+0
.,..
~o
..
60
*
70
"*
8r·
"*
~v
...
l
(.'C'
~
i
lO
11-
lCO
.,..
13(,
....
1'+0
*
,50
..
-'ibO
..
1 -70
11-
1.00
#I:
1~O
*
20(1 ..
~.i.(I
it-
-
-Z~O·
..
c
P,oa"~·'
o
/.
/.
,-r::.,-
,:;7'#13 -
..;;
r-~
17.
c.
.....
I
...
''':
;\.
'-
r-.
~
I
~
-
':"':"1~:
......
'
___
L-
i I
..
...... '
-,."
".,
.....,
__
~
-'-&.4
.......
~
__
'
~)y
ir-:._.
;"""_""'~I"
I ..... po-.";
......
,,LJ L
--<,.;.y
.....
->"'VCo...c
10
1-1
...J·(-JI~··'..::>
~l..:.,..)LAI""(l..n
j
.......
-.,i i
IVI
..
£'
.J.JLy
16.
i9o.Z
z
J";""VI
"':'M.t~
-
~I'",y
."v,",::-ER
.....
r I r;=::' J
~''''v
I
fr-_
C
~
.-;.~~.
~.
1 I ....
r·'
/_
MAf
r,::..
1·"'·i="I""('~~_'~..:Jt:l)
~
....
l.)
-t'"
;.~,.,~
O~:~
w..
i
r',_
,',I.:....
/
""~::.
r'vL...L·....,1!'f:":
•. J
C";"
M r r-Jt-
.J
\
~r<L).L
l.
:-11;:4(j
l,'"u
_
....
I'"<u.::.
-'-,r.:.
Cn
....
R
..
~
i"":....
\..-vLvi
••
N 1
M'-J.J:
NOT
L.
c.
~c..
c,:-A;~"
Vr"Il
.....
\...h'I::..,'
4 i...... I"r".-:
.~.
1"''''"',1
'~i...i!,:,r-«~.
vF
fMc:..
_""'!""'(I....I
1'1"",(
l..Vi""'j~"1·'"
~i'lolYi·;-"II",·.j:.L
.J~d
Oc..~Ckl""lvl'"<->
-
U'''~
..
..,,,
~_~;:.""'(
.Jv,""\
i'
r",-:.
~"...;";:":,-"j.Z
CUL..V'·I;"~
I-J
'+-6
.
7-iO
11-
iii
16-~
_
~1-80
L..tIlOI'~G
L;:'~US
A.:..c:.:.
,'J...;,
'''·~L~
....
-,''K(.L
TAIL.
u_FIt:"E
_~_u~.
Ao-(~_~.N
.--:..I<..·
~EAO
vF
TM~
.J~o
A~~v~
-
.JL
r
I"'E
Du~A
T I
VI"
vF
TI-tE JUF>. -DL
----~--
......
----
....
--
..
----.~,,--.---.
C0~T \.IF
rHE
.JuBZ
vC~Co_(l~1
luN
Uf
rH~
.JUO
+
~1~C
~ATAZ
:~\.JT
-
,J;E"o
-
-"'~~
CU.'",-,.q."
..
y'Hjl",->L
------.--
....
----
-
..
- I ,"jAy ~~
Go-(~ATf''''
ur<
~~~.s.:,
~~A'"
.JZ
..J.
E,\iD
~F
t-''"''~·.;·ECT·--·Cu.:.U';;-;-
...
S
.-j
A~f"-;LI~"~".L
~JO
Z
240
*
OuTPuT
CAo-(O~
-
SAm~
A.::.
INt-'0T
NITH
TH~
CALC0LAT~~
~CH~~0L.cZ
c:J(;
*
IN
C
....
LU,·"
...
S
::>l-DO
UF
TYu!".: C
CA~[).s.
A T(P;:"
1..:::
~
,
__
-""'
~bO
.---
CA;..cU-
IS
,..:lVi~CrlC:J
'NlfH
t-'>.(u.JECT
riMe.
"';"v
Lu:::,r.-z--------------··--·----·-··-··
270
..
THe. i"Yf:-t. J
CA~O
I~
Nul
,",u,,,CH>:::U.L
1010
* Z
------------
10Z0
* READ
AND
;;)(Ot-(E
.JUB
11\jFOft'"lA J
10""Z
1 0::;0 *
FIND
HIGH=.:;'
T
'''u.~la=.~t:.0
,\j~Dt.L.
-.----.--
.•
-'.'
·1040
*
~
00402
10S0
DORG
402Z
C0402
16
00432
-3999
00414
11
00
4
.32
000-1
1130
~08S
TFM
*+30.39f9..
INITIALIZATIONZ
~~---~-1140
AM
*+18.1.10L
004Z6
33
00000
~OOOO
11~0
CF
Z
n0438
14
004~~
-6001
1160
CM
*-6.60012
00450
47
00414
01200
1170
8N~
~08S+1ZZ
a046Z
22
0'3232
0~3~
lien
S
TCOST.TCOSTZ
00474
22
03e40
032
40
~04a6
16
OJ~43
00-00
11~o
~
~OST.~OSTZ
1200-
TF·M----8-I~G~.0~.~9~Z~~-------------------
••
~049~
16
u32~3
0-000
1210
fFM
K.0.6Z
It
00510
32
00100 00000
1220
SF
RECORD-1Z
17
1240
* Z
16
(,)O;j.:!Z
17
O~d;,O
000-0
2010
READ1
BTM
READ_0,10.
~EAD-AND
STO~E
I~D('<)Z-'
~
00534
44
00794
0~648
~020
8NF
AVAIL.REAO-2
••
~LAG
I
AND
J NODESZ
,..
00:;)40
11
o..;,~:;).",·
0-001
2030
A"
k.
1
az
13
005::)6
17
02::>:59
000-0
.
2040'
elM
T"S.O.lOZ
n
00::)70
26
DObOO
O~270
~O~O
TF
*+30.SIZEZ
II
00582
22
00::)99
03253
2060
S
*+17.KZ
.
I.
00594
26
00000
0~173
·zc76---·----,
~T-F----.~O~z~~=------------------------
00606
32
03167
00.000
ZOdO
SF
..)--cZ
~n61S
3$
03170
oooo~
2~9n
SF
D~3Z
'1
00630
:sa
03174
00000
2102
SF
COST-4-4
~
~
----
..•
-.
--~
..
---~----~-~-~2~1~~~~~~~~~~~-
· -
...
_-_._
..
_---
...
_--
. --
_..
.._
....
_---_._
..
. .
L.
'-
" '
,
......
~
101
I.
_
!7
I.
l' _
14'
IJ
I.
n,
.10
.,
,
4
-;064<:.
.;;.1
',:)...;.::-'£:.
~.:,~6::;~
.:..1
:'3c:-+·--;
l:.)oOb
~o
:Cc:,'.Jo
,00
70
~b
':''.'
-")0
~')69~
32
~40,)(")
,~",7Ci..
3t.:
~::JCCC
O.Jll't)
C317~
("f..-l06
~")lCJ':i
corco
oocc~
£::1.
:'
cl~C
<:..1...)1
~1':'!
,:"
c..1:::~
C"'
__
/J,""; r J
_.
<:.lc·~
'-zy
-in
it-
c.loO
.J~
j
/_
"-5
._--
,
Li-:_
I
....
+..J.
1
/~
~,-t..-"j..J-l0
.JL:
r .-"JL
z
/~.
r-
1 '''t....: H r
u;;.,:....:....·
1\"
.....
~071~
c.~
G"-~uo
O~c.~J
---"'0072c
47
6075""0
bTloo
·::;)738
Z6
_;32
...
3
,))1"
---~'67'!i(,
2':'
::.3169
:JJ2"'~
c.1
~:::;
c.2C:·J
.::210
C:Cc..C
223r
-
i 0,.;1-->00
...
+2-
o.
0
....
_
._
('.'1
I
..
-
J-<;"'"
.1>-4
" , ...
~
__
...;.
-.
!
807bc.
--.----.~(7.:.
"0700
--
---1!~794
...
,
()r
785
~;.!
,-.,_-.
2.6
03P~-
\:3'16,
c"'S2Z
J0,U~'j
'-~
...
('
2.251")
;
0'.)7,;'+
!b
C3Z6:!
-~Ze-!f
:30l0
;....;:..'-
-----~oM"a
....
a'""'O~6r.-,-
zr
0"3262
0::243
302!)
0081b
~l 03~oc. 0.j2~3
30.jO
----
..........
,"'5'!!1B~3"'br-2zr
eJZ63
0..)270
304-cr"'-
(")0842
qb
02318
~llno
3(")5'"\
~1\,t.4
~F
::,
Y..;--«
""'I
i
_."
:
..
-.J
-:-
I
~
~
,
*
.....
c.
4L"
r_~
1
c-
0.J:":
-.::.A[)l?
x-3/
T;::-
."
TEST.:
J?
A
T=-:'T-10~rGl
A
,E.)T-i.kZ
C
TGTo:;IZ~
'3H
E~'-<Of-<17
Z-
-----
306(')
*"
.J070
*
30~-*
3090
*
.'-'
1 j\jD S 1 A
....
r 1·\0,-,
A·.D
::.
<01
'''G
;"'''':;1.)':>1
CRE~
~r.'lv~E--THli;-;:
cnr----::rr-t:-ACHZ
L
.
\JU~~~
'::::~\I~
~-~
T:~:~---7!'L:<:\S'.K7
,---------------
-----
~0866
16
03246
00-00
3100
iF""
FIRST.o.9z
50818
15
0..2&:.-'.
00-06
.3"11"0-----
n;-"
L~-.o;9r----
0089C
26
032'53
o:3a4~
3120
TF
K.BleZ
00902
26
0104,
d::!J253
3130
T F
OIVIEC)S;-:n-r;-1CT-
---
~0914
20
OO':iol
Q.j,o";
.:31-'0"
IF
ciCFLt..G+2J.iCl
00926
ze
~~949
03253
3156
iF
~KFCAG+lf.~
00938
44
01038
04000
3160
CKFLAG
6NF
CMRaA.4000Z
"00950
44
00994
115'm'.io-31
70
-~
)tLPRJl:.5UdU,:
00962
12
032~3
CO-Ol
31bO
00T
S~
~.l.~Z
009
14
46
01
a94'('TZlfo--:rrq-o
-------"82' f I
-..ALtl
00986
49
00902
OOOCO
3200
8 CK
FLAG-36Z
v0994
-------3CTQ
OURG
it-JZ
009~4
l~
03246
00-00
~220
A~?HA
eM
~IRST.O.9Z
u 1
dd6
4,
02358
0
r2-m;
J23t
'
--~---~~L
---
-----
_
..
--~
-
---
_
...
-._
..
-
..
-'-'-
OlGl.
26
03c.q6
032~3
3240
TF
FIRST.~Z
-----u-rtr3'tY
4"7
o o
967oc:i"o'tio-
:::USb
'---c---~·---
.-------------
~I038
3260
DG~G ~-3Z
1,5"rt)-:>'l>
"ll~:
~~;~~()'~nn·~~U~(;Z-
..,
eot
."!l"l.nm~
i~)l
050
! 4
O-~'l'l
oo-:)C ';'oitl)
eM
LAST.C.
92
b1662
41
oe358
61230
4030
aNt
'''0"22
01074
26
03a4'
0325~
4040
TF
LAST.;~Z
616S6
4,
00962'
00005
4050
Ai
iT
9
c
OUTZ
DORG
*-3Z
01094
4060
~O'O
WL
4eeo *
COMPUTE
EARLIEST
STARTING
TIlES
-
orl
(I
)Z
4690
*
CREcK
-
F'OR"A
LOOP
Ii'/" rHE
ARkOw
[)
I
AG"IPtz
4100
* z
Vl"QY-'
-~'-'VI---_ao'-
4
U-cr
, I
CALC
iF
1\'t-
...
oIirr+
..
3'"O...,..
..... ' .... 1
Z--
--:-: ----.,
01106".0-1148
-3~"
~~~
__
.--.;.,.;....TFM
'it+42.TJZ
-
.t-
_________
_
-101-------
------0
------------------------_._---_._----
-------_.
---------------------.
----------
---
()
o
1 1 1 a 1 6
'::;~:.L
('·1 1..3:. 1 1 :. 1 1
c4
'ofi4C:::
16
(":0()Or.
o 1 1
54
1 1 r; 1 1
"+e
,;::·1
~1."1
r~
.
..t,
.4.''1
....
,~.-----...
...
_
...
C'l
*-0.1-:
.10L
.~7JY'i-:;L
*-6.1a.1QL
-
----
--oTI6C:;'
le
0.3C:::"+3
.:>1"1
3IG.l.-:;L
Oil
7~
46
vIi
1 e
01';'00
4 I tjO
Cl190
16
Q3'::':l3
0-000
-4196
01202
33
03~64
00000
4~OO
----·-OT2i41CO·3~53
0-001
.
4216
ol2Z6
17
cr
...
oco-o
42~0
'--01231'-1',,"0'127.3
·:'::3~.o
-"+2'::0
012.0
,1
01272
03166
4240
o
126ZZ6
-
63263 60000
4250'
r I
LOJ';':>
;":;N"-:
'1
F,"
CF
AM
aT,';
TF;'"
A
TF
I
I:::ALC+c-+L
<.
~Q;8z"'-'
FL:.r,z.
1C.1.dZ
..;:::
I I J;::,. 0 •
10Z
*+.j::-.TIZ
*+G:2
.t~
..
TESTZ
01~?4
21
OJC:::o.3
OJ173
"+200
A
TEST.OZ
OTi:i6"lb
ol..)~·i-
::':jzjo'
50i6
:(FM"
*+3S-.TIZ
01198
~l
~l..)eO
OJl6~
~O'O
A
*+22.J2
----~0~1~3~1~0
..
2C;·0.3~·19-
00000--5'030-
j;;-
-._-
TIJL
--
-
--
-
01322
24
0.3219
OJ2b3
50
40 C
TIJ.TESTZ
01334
47
01390
;)130"'---S0i>O----
.
8L
---
01~~--
01~
~"+
C32.~
C32&e
~060
8ACKI
C
K.~LA~TZ
-----I:1~'~1~3~5:'l118~4~7
01214
01'::00
5C70-
8Nt:.
T-iL.-OOP+~4Z--
01370
44
01.70
on
..
5080
BNF
T.JCALC.lC
....
i;.t';L
o
01382
4~
01190
00000
50~O
9
TILOOPT-
--.--.------.-------.'--------
01390
5100
DORG
*-3Z
013-90-~4-6~Z~3
032
40
51100i\j1
C
TEST.MOSTZ
C
,014~
...
O~6
.1100
!H20
8H
a:~OR4Z
01414
16
014"+4
-JC:::ciO
51J~
TFM
*+30.TIZ
014'0
21
01"+43
03109
5140
A
*+17.JZ
,...
/~.
.
"-'-
.---~-
..
-------
.
._------------------_
......
--.~
..
-.-
014Jd
~6oooo0
0.3263
5150
TF
.TESTZ
01450
3Z
03264
00000
5160.
SF
FLAGZ
...
,'wo"'·
61462 49
01346
00000
5170
B
BACKIZ
----,,-
..
----------
'01470
5185
DORG
*-3Z
5180
* Z
5190
..
c..-.na
LATEST
sraItTli"G
TI--.
-.,..1(-,)%
5200-*
Z'
01470
1.~150()
-3280
5210
TJCALC
TFM
*+3!SoTIZ
01482
21
ol!504
0324.
5220
-,;:-
*+22.LASTr
iOl~94
26
03164
00000
5230
_TF
L.AMOAZ
,0150.
16
01!S'3e
-3285
-5240--
IFJof--*+~.TJZ
:OlSl$
21
01~35
0324Y
5250
A
*+17.LASTZ
,.
01630
26
00000
0-'1I!l4
~200
IF----;-LAMDAZ
"
01542
26
0:3253
03288
0010
TJLOOP
TF
K.KL.ASTZ
,.
'0
leta
jj
03e64 00000
6020
CF
FLAGZ
,7.01566
17
Oc
..
o~
000-0
0030
BTM
G51'IJI>OO.I.
"
01578
16
0161.j
-3ze!l
6040
TFM
*+3e.TJZ
II
01590
21
0161e
03169
60:;0
A
*+22.JZ
,.
r...
01602
26
03263
00000
6060
TF
Tr:.S
TZ
13
01614
Z2
OJC:::oJ
O.H
73
6070
S
1'1':_'>
T.
OZ
11
.01626
16
01661
-328!5
608"
TFM
*+35.TJ7
11
01638
21
01660
03166
6090
A
*+22.
I Z
10
,01650
2f»
032.2:4
00000
6100
TF
TJIZ
901662
2.
03224
03263
6-i
10
C T J
I.
TEST L
"
.01674
46.01730
01100
6120
BM
ONJZ
01686
12
03253
0-001
6130
BACKJ
SM
K.l,8Z
---z5
'-
1-0
~
----·-01~·r_::iti66
J1Z2-;:'"
:JY4-;-:
~Ni'
..
..7LOC-;'::'+e42·
'~~
1 7 t () 4
...
<~
4'"
0326'"
0
I.
::;>C'
,:.;",=
Jv
i
-'..;i
~
L
..
",L
---
...
-~2
4~
01";;:;2-000(;';;)
u!::;>Q i:i
--'I-l.,v~·)[
:;
1
730
0
I.
ICo
,)v
....
{~
*-31!
-
..
17-'0
1001-160
-jc:06
6100·v"':.1
'rF.·i
*+~o.fJZ
\.;1
74c:.
~1
01'/-;)'i
0";166
61':10
A
*+17.IZ
C I IS4
~I
60066
63263
6266
IF'
Ti'U'%""."
--_.
__
..
-
..
--
.
__
...
_--------
C1766
..:>~
()-'~64
00000
620':1
~F
FLAGL
.
')
1
718
49
0 1
O~O
00000
64:
10·
:3
';3';;':Ci<'JT"'--
01786
6eeO
DOQG
*-32
---------
b236
* z
64:40
*
CML~0LAr~
ANu
~0NLH
~TA~T.
~i~lSH.
A~U
FLUAT
li~~~Z
------------------------------------~6~2~5~o~
~
Z
----------------------------------------------------------------
017bb
4~
COCoO
00000
7010
U0T~uT
H L
-------.,6J1f"'1"l.,(~Y~a~I"f
od3=>o
OOO-J
10~O
REA02
-'8Tl'"'r
~1)t=r.
TO'Z----
,_.-,
--
..
--.
01810
44
0~c:.'6
0~e48
70JO
aNF
EO~.~EAO-2Z
01822
33
03265
60000
1125
tF
tRi
IZ
(J1834
110,:)::)0
000-0
7130
8H4
TNS.0.10Z
i4
,
is'
C'
A j
'"
Ii
Ii
Ii'
; i
al
,
"'S::=:F~--J-r.:-~2,.Z.,....-----------------------------------------~---------------------.~~
..
--u-T'~';:yc
::r
•.
:tlo.
018~B
3~
03170 00000
71~0
SF
0-3L
01810
16
01905
-3C6t)-,IOO
fFM
iF+;j~.TI
Z
018d~
,1
01~04
0~106
7170
A
*+22.1Z
t)
189..
co
0"
169
ooooo-n
dO
T1"' T I I Z
01906
16
01941
-~2dO
71':10
TFM
*+35.TIZ
01910
21
019~O
O"10~
~U
A
.+~~.~£
l
01~~
~6
0.;,19
00000
7210
TF
Tl~Z
01942
i6
Oi9"
-3285
,220
JFM
-.35.,J2
01~54
~l
01~70
031"
7230
A
*+22.~L
••
~C~~~~"
01966
Z6
03Z04
00000
1c::40
TF"--
TJJZ
Ol~7d
~b
0~1~
O~lb~
7c50
TF
EF.T'l~
01990
':1
0""94"
0""1
,.,
---,z-0-rJ A
EF.UZ--
----
---
OcOO~
~b
O~l~~
03204
8010
TF
LS.T~~Z
aZUl-
"
03199
03113
---crozo
:5
L.a.l)Z
O~O~b
26
O~~O~ 0~1~9
8030
TF
TF.LS~
"
02038
ZZ
03CO't
0'il89
8040
'5-
- -
If'.
I
lIZ
'. . -
02050
4 7
O~O
74
0
1200
80~0
BNZ
*+i4Z
6EOsi.32
63265
uuuuu
8066
SF
CAi'W
Oa07.
~6
03214
0321.
8070
TF
FF.tl~Z
OZ08O
a
03414
03194
8080
"5-
.......
e:,.z
;--.-
>mi,
Ye'
0209~
16
03275
-0201
8090
TFM
SlRI~.~ECORO+100Z
02110
11
OZb5b
-318:;)
8100
-"BTM
Eurr
..
TI
J-"Z
021c:.2
17
026~6
-3190
8110
B1M
ED1T.EF-4Z
It
'I
.
02'
34
l'
020:;)0
-.)1
<jI~
8'
cU
I:fTJII
C.17I~.:IIi-"L
.,....
0~146
17
01:6-;)6
-';200
8130
alM
EDI
1.~.J~-4Z
N
62158
1/626-;)6-3265
8146
8,N
EOI,.tF-42
q
02170
I?
020-;)6
-3210
8150
81M
EDIT~FF-4Z
..
~
62182
44
622d6
63265
8i.'7~:.
_
*.24.tRIT2
•.
O~l"
16
OO~49
OOO~4
8170'
TFM
~~148.14.10Z
as
Ii
IilI.iiil
ALAiS
a.,
II
_=
,II
. (
"
".
02226
u
..
~
..,
VU&VI
vU"'vu
__
-_._
02218
49
01798
00000
8iQn
R
REAn~
_:'.,..
8200
-
j.~,
9010
*
uuRG
.-32
_'
Z
,
!,
9620
P
J
.;.
9030
*
Cl'tA
.0,,,,,
CaS
....
,'\;'.
C,~
"~.':'."
..
~
...........
'.
.......
z u
~"'
..
L
..
IO
..
IT'"'CZ
l
.:
.,
.,.j:!-<"I'''Y~II!!''~(':
f'::;
.
'.
\':~.r·
2.
I : ·
c-
'
'.'
;:'~~,
,,----.-
-'.--0-
.-'--
.---------:-
,----
-
~-.-
...
~
..
"-~-.:-----
-
---;----
~t
~/
~
~
......
~",#-:'.';.:
...
,."
......
~~
..
--
~~
(-"--
f-
'I("'~--.
'-..5
~
o
:'>'::'::'::0
..
H·OOlQO·O~9.2
'.1()'+O
t'.uJ
v'::'::J~
10
OJ~i~
-OlJl
90~C
J~.::~I)
1
i.
oi";;:
..
;t,-·:'::':'~~;'·
90bO
'Y,::c::oc!
10
0~,,:-(.5
-0~t::-7.
'J070
T~
1
f-
,V,
81,"1
rF,vl
o
~~CJ~U-l.'
ITL~-l/
!:>
I
~
i;':'> ....tc..·".,;u....tt.'+JbL
c..ul
r
.1Cu~T-
IL.
!:>lkl~.~~(U~0+ii:.6L
r-.i:..::7,.
11
v'::b::i6
-;,H~0
':/1('0
tiT;v, '::'Ul
f.L..A,v"JA-"L
Q.::cb6
39
onlOl
004
r
,f)
~110
WAC n
I-<r-:(O~OZ
OZ298
48
0'~':0"O'O'OOo'6r)--;;r;';:0
GU::iALI(.
""I'
Z .
02~10
,.9
no'+O~
00000
~lJO
8
--_.-
-
02'jie
---
..
-----
-
;'140
Uvl-<!(:'
JVf?~L
*-3Z
'-:JloO
* L
~lbli
*
~I-(~U~
~UUTIN£SZ
917f)
* L
---"--6z:31S"'is''-oji57
"Oo()O
i'
Y 1
80-
E'::<Ruhil--To~~-.
'i
L-
02330
,.~
O~~J~
00000
9190
8
E~14Z
----
..
-";J"2'i3i.--
...
-
..
--.----.----
~~oo--
--
..
-'OURG
~
(J'=:-~~'?_'!~.
OJ
1::17
.2.0()O~
~.::
1 0
~~~\J_~2_TDM
_~f.!.~.~L
O~~~O
49
0i:.J7Q
00000
9~~0
e
IA23Z
0,35~
9230
OORG
*-32
----·-..;;0-.::-.j;;·~:5;.;.:8;.-.1~
o3is"-00003
-9"';':'0
'~~~u~j-'fDH
~'~~-jz-
----.-.
0i:.J70
16
GI0~~ OCOM~
~~~O
E~i:.~
fFN
rICALc+I.~~.loz
c'::Jae::
34
OOOO()--6010~"-~::Il"--'-"-~cTv
·z-------·-----
O~394
j'
03145
00100
9c~~
WATY
E~Z
~
2/.
.
-_
..
_._-
-_._------
1"'-
,-
......
__
.
._.._.,______
.#"
____
•••
_
.•
C
02406
38
03250
00100
9253
0~41~
4~
OO~b'::
00000
9c~4
WNTY
K-3Z
8
OUTZ
~
g
»
~
a
n
u
n
'q
u.
M
,
} 6
* '
02426
9260
o2,.i:.6
l~
OJl~7
00CC4
10010
E~~U~~
o
00102
1002n·~~14
0':::4:00
.3':11
oj1,.
0~48~'
100~0
11010
-II-
OOl=<G
*-3Z
TO""
E~+12.4L
RCTY Z
'WATY
Ff:<Z
INNTY
1-2z
GOSACICZ
OOf:<G
*-3Z
11020
*
SUBf:<OUT
FiE.
TO
GET
'i~(.)
. FROM
STORA5EZ
11030
* Z .
0~~83
2
00000
11040
OS
2Z
02464
i:.6
0~51':/
03~70
110~0
GETIJO
TF
*+3~.SIZ~Z
0249~~-[0251B
OJ2oJ
11060-
S
*+2,.n
0~08
~b
03173
00000
11070
TF
DZ
OcS20
J2
C3167
00000
11080
~F
·J-CI
0.::332
32
03170 00000
11090
SF
D-2Z
02!144
42
00000 00000
1
1100
BB
Z
--.--.---
.
o~~48
11110
OO~G
-11--1%
11120*
,
11130
*
SUB~OuTr~E
TU
T~ANSF~~
~uME~IC
ST~I~Z
11040
*
FOR
INPUT
FIELOS
It
..J,
D,
A,'OO
C0STz"----------
-""--------_
..
_-_._.
-
1
1150
..
Z
Oc549
2
00000
11160
os
2Z::.·--------------
O~550
Ib
Oc5do
-3164
11170
rNS
TFM
*+30.1-2Z
0.::562
1b
Oc5a:5
-0101
11180
TF,"i
*+23~R[Cb~oZ
0~!l74
2~
Doooa
00000
11190
TO
L
..._------------_.
0~3~b
11
02585
ooo-~
11200
AM
*-1,2,102
'oe".l1
02080
000-1
11.:::10
AM
*-U~.1
.•
10Z
.-
..
--
-.-----COMPUTER
.
..
_.
TECHNOtOGY
026iO
.14·
02080
•.
:H
79
112i:0
CiVl
*-~0,C0$:T+1Z
026~2
47
02574
01~OO.11230
8N~
*-48Z
27
-------------_._------,,----
..
_
..
--~
..
---~--
---_._._------
-
--
i
I
I
I '-J
r b
l
~
-
l
" -
-n
,
")
7
I -
J 7 n
J
fJ
. )
~
, I
I.:
~
" -
.,
f)
r ~
,.
J
;J
r
(
,~
1-
~~1
J
:t
'"
)
'-,
f)
f)
1
11
n !
iJ
.'
~"\J'
J
i~
~
"\J"
~
,
')
;"
()
)
I-
.•.
1:
1 I -
rt
l -
')1-'1'
~.1:
r -
'(
L'
'1
'.'l,
, -
"u
'J
::-.
t-
,-:!
" .
')
')
L'
In
'1
;:)
.J
. 0
) J
I.)
:)
-+ +
tJ
0 +
.
-r
1:
~
\J
'.,·L
'I
iN
'N
. {
L!
iT
r
'~j
,+:
:.
~
r:.
-:
'\\1
'...
;..J
:
-'
-'
:.Ir
~
-'
-,-,.",
0
I N I
"\J
) ?
'-
-
......
''.I
.J
c'
U - - -
1-
-
~
r.
<I T T 0 1
'-,J,
');J
,:')
:')
0
i i
I
I
I
i
~
N
I .
..
,
-('I)
~~
·0'"
I,:)
0
I
10
¢
...
..,
o
j
I
I
I
I
!
j
1
r'j,
/1
\
\Vi
11
I
6.
i .
j
I
I
oi..
o
__
.':..!11a
_,j.090(;()
13000
I
u:;:,
32
;.;3109
J O()OC()
l~O~O
..)
U~
3Z
0J173
....
_~QQO(;Q
13100
lJ
u:;:,
42
~0J-1-7e-"
.
::)
00000
131
1 C
CvS'T
:J:::.
5L.
______
..
<.ba.t
7'
1
00090
131
1
1_.
___
.....
lJ~
...
1.-
..
2
52
..
-
U
..
H tS4
~
00000
lJli~
LA~~A
JS
______
.
~J!..b~
~
OOOO.o_1..,Hc0
~.ll
'.J~
5L
"';J194
~
00000
131JO
f~
0:::.
1iL
______
C?~
199
._?_
.Q.Q~.!:.H
'+
a
LS
l):::.
5L
;J.J~·O'+
:)
000.00
1 J 1 :::1(\
'1..1..)
U~
!;L
_____
Q:~.QL.
_._~~
__
L~lbQ
.
..!f~
OS
.;SL
0J~14
~
00000
l.JI/O
FF
D~
SL
Q.J~
l~
_
...
_._2
..
00Q£Q..~)~.ll.L-..
Q5
___
~~._
.
____
_
032Z4
5
00000
131~0
T..)l
D5
5Z
vJ2.Ja
b
00000
L,j~OO
TCuS
T DC
e.OL
O:;-~~I)'
...
_.-.
""7
oooo6--i32To-;ios
T -
....
oc'
.
••
o-L-·
.
-'
OJ~'+.J
3
00000
1322C
114
us
3z
OJ~'+'
~
00000
13230
.,aST
os
3l
CJ~,+9
J
00000
1.Jc40
LAST
OS
3L
----.......:0~J~2'="M'·-·-----
4
OOOOO'~o
k----OS--
- -
4L
--
u3~54
1
00000
13~:)1
oc
1.-
••
Z
-----u.;...;.J~d)o·
..
4
00000
13260
KLAS
T
os
1i
·o~263
5
00000
14010
TEST
OS
5L
OJ2~
00000
140~n
FLAG
OS
lL
~
OJi:65
00000
140JO
Cto(lT os
lL
eJC70
~
00000
'40
40
SILE
DC
5.20009
••
p32~
5
00000
140~0
STRIP
OS
5Z
.O~
5
00000
14050
T 1
05
S&
03285
5
00000
140bO
T..) os
SZ
14070
* Z
0040.<:!
14080
OEND
~sz
-.
It
'.
v~
______
~
________________
_
,I
..
o
,..,
~
~,
,--------------
-----
-~-.---
~-------
-_.----_._----
-----
.--------.
CHA,''''_
nus
F-
4i
ot{
6otC:z
••
0
11
11
,11
~
..
i
i.
~::::::::::~:::::==:::::::::::::::====~~============================================~~~==========::::::::::::======:::========
!:c
r._~=;=:=:=:=:=:~~~=:=:==::=========:=:=:=:::====~====::============::==========~==~~======::====
========================~
"
ft)
29
Ie
...
,L_···~·~·-c
__
$.A
'2-'1.
:
__________
----
________________
~AP~P~E.N~DuI~X~D_-~p~R~O~GruuL~lS~~_~ONUENStD_U£CK
I
,---------
-
-~60007?Oo~n~600~oiOO~(104400017.00'
7~76000~9007.747.C;()0011
0000026{l009000269rJOOOOOOO
---
__
-2..6..O.D.09..50026
4
3t
OO
Q0Q.Q.Q2002600114002
7425...00000.Q.o0.114.90001
?OOOo.o.OOO<L___
1
16004~'-0~999110041,000013~(lOO(lOOOOr)014004~?06001470041401200Z0010040200462000002
?'O~'~'O'll'~"'0~'400~'6.0
11.0~?la.
~Ofl()001E.D.~21\~COOQO'll20o.'
DO.
00
OOOZOO, o Old;'
'2DUc;,
2700n00'2
11028500000044007940284811017S~00001170255000000260060003270Z0010052200582000004
"00599032"'60000003]
733203167Q0"00.3203]
1
00
QO_Cl032
Q3L14QQ_OOOz..o..o.J..Q..Q5..820!)6.4,2!lOOOO 5 .
__
.
___
.
__
.
__
210321'0~17821032400317326006q60~166~60070AO~169~?0400OOOOOOZ00100642007~2000006
'20500000000240,,66032
4,47Q0750011_Q.D2.6..0.3..2U03..16h.21l.<l3l.69Q32llZ..O.D.l0o._1.Q.2.0C1.6.21}QQQ07-
__
.
47n07~6011n0260~'4'lln'1~94Qnn~?,nonnnznnnonnnnn~
-1007620079800"008
1603Z6'?'28'ZlO'Z620324'll7.103'6Z03Z~~2403261Ql~2~70~4~6~O~2~3~1~A~O~1~1~O~O~ZwO~0~1~Q~Ou7~9~4~Q~Q~8~5~4,~Q~O~"~Q~Q.9
_______________________________________
_
'60'll'~AO~?~'llt60~'4600000160~?4Qn000026n~?~~Q~24~'6010490~25~ZQOIQOR;40Q91400nOl0
26009610325326009490375344010380400044Q099405000120325300001Z00100QI40097400001L-
__
460109401'~0490090?OOOOOlOOOOoo"noo
-10091400998000012
1.n32.600000470'3580l..2.OD2~~2.AAQ!.2-S'!4.9.0.o.~D.o.OOnzo.o.oooo.o.oOOoo
-1
0
09940104200110»
44009620500014032,900000470233801~00760~?49012~~49009620000010010103801098000014
lA01"40'll'A01A0114AO~2A~1~000000000011011'4000~0'~OOOOORQQQOZ0010'OQ4rill~400no,~
._- ----
---'-"'
It0114AOOOJ0120~?4~00001460t11801~001603'5~00000~30326400000Z0010115401214000016
1103253000011702484000001601273032A02101272D3166260326300000Z0010121401274000017
21032630~t7~1601~210328021013200316926032190000024032190326310010121401334000018
,,01,g0013002.032530325847012140120
0
••
0
147003264_90112QD0000zo010133401394000019
240'2630'740460?42601100160144403780210144~0116926000QOO326310010139001450000020
"M'~A4ftftnn"4.0'
'''.41.00000'00000000000.
_____
u
.,
0'
....
""
lJaJ~1l21
16015050328021015040324926031840000016015360328521015350324910010141001530000022
'AooonOO~lA4260~'~'O~258'3n~2~4n0000170'48400~Ad~0~2A§Zonlnl~~oal~aaOOd2~
21016t20~169260'2630000022032630317316016610328521016600'166100101"001650000024
2601'2600000740"2.0'26,"01730011
00120,2!"OOOOlU01YM1
200IM'Ol.,..,71
OOftOO25
.~
__
.
..,
.......
,.~
....
~
44011860~l64490154200000l00000000000*
-101111017'4000026
_1
A01."'AO.O.~2""21
01
759011
6626000000",26]]20]26
...
00000"90168600
OOOZ
00
1
01,'0817900000'7
48000noOOO0011028500000J
••
0'22602848"0~'65000001702~500000010010111601846000028
,20,16100000'20,17000000160190503780210190403166260,18900000200101",01906000029
160194tO~280210194003169260321900000160t9170'28521019760~169100101""1"'000030
'AO~'n.Oftft00260~194011892t011q4~712601199~4'2n'199n11~Zftft'ftt
....
,.'&Oano~'
I
260~2090'lm203~0_90'189."'0207401200120~265000o.0260'21401219100102Qiiiioi60()OO~2
.
22012140
...
1.96160127500201J7026560318S1102454QI19017026560,19~ZOOt02'''''J''aooo~~
I,
4>
11Of.560'20011026560'1651102656012tb44022060~t'5160024ftOoJ4ZoOI~I'lIlmoc)0034
'90010100400490179800QO~Z~00000000oo
-10220112230000035
]1001000298216032750013717026560322516032150022717026560318020010222602286000036
,'001010040048000000000049004020000070000000000
-10221'°2322000037
______________________________
__
1~031570000149024~800000l00000000000
-10231802342000038
1~011
..
10000'.'0~~7000000~OOOOODOOoo.
_102~~A02~620000~Q
15031~70000~1601095000M8~0000000l02]90314500100]80325000100Z0010235802418000040
o
000000
* .
150]t~1OO804~40000000102"&t
....
t''"
••
11640010049022980000()Z0010242602486000042
260ZIJ1'0'n02Z0ZIJ1803Z5~260'1.,,00fNH)'20"6700000'ZO·u
7000000Z00102.~8.Ml25.MlO1l.0043
_____
,
______
.
42noonf)fWM)f)ftZ,fW)ooooonO "
-10254402556000~44
16n?'8QQ',6.160?'e'OQ1QJ25QQO~OQml02'a5~QQ2jlQ258QQO~~~O'~5~5~O~O~2~6~lO~P~Q~O~0~4~5~~~~~~~~~~~~~
·140?~800~1~9410?51401?Q0120~tii60000420000000000Z0000QOO0000
-10261002658000046
32Q3264oo08026Q211902655260274603275260278302655260279003275Z001026560271~1-
4"0~7600'?,644~0?76000000160000000000490279600000Z00000000000
-10271602764000048
--
----_.'-------,
Ig-~-·~~]
o
--_
..
'
.....
.....-.
.
."
,.,,...
..
:,~
..
'(-~)
r
it
~-.
~
,
f,-
,;;,
'.
~:
..
..
' .
~.r-
v'
t
~
f,
...•
: r
. !
.~
",
t
~.
I.
o
AS.
1103 ?MOOO('lO'
r;n,
1q
e;
".0
M)
Ql6
()
n no
0!,.:!',-'lP..Q.l.l.n2Q5..5.n.Q.Q.Q~~
L03Z15
.Q.0.0.0
24
Q!J.l.Q2
7 6.0Q2B
2.Q
ru>.n
04
~
_.
_
2'02'4l01'55440'66~nnnnn4,on00noOGOOZOOOCOOOOO**
-10282002H56000n50
3700JOlo.n!D.n~40o.101nn()pn4602978nl~o01400104nOon046n2966012nC1l00102850
n
Z910000051
1400101000004~n'91A~"nn440'A500?A4q~900'01004n0490?85nOOOOOl"OI029100297000005?
,,
____
'!t~0:?94p.rH~OO~.~.Q00n00nnnnl"""nn"l'\n,:,('\('\__
..
,.
__
.-102~.66n2990Q0nn5~
~OOOOO~7~q~6514r;4~6~004~r;~~,~~onnooooonoo
lonn0000nnOlnl02982030320nnn54
M
1;'
zoooonoonon
.
1010303203062000055
5
75~56
~
t
454
~6
~
004
~
r;
f..
Cj
4
~-75
~
4~~~4Q-~;;5~
CanOn
rico
'50oozoo'O
0
000
00
6
10
1
0:-:3"'-:0:-=6;"'::2:"':O:-;;;;3";;1";;1";;2-::-0-:-0-::-0-=-O~5~6---------------~-'-'
----
---
znooooooooo
*
1010311203144000057
M5595CJ565900700000010noonoooo-
,---,
..
iOio314403164000058'
zoooooooooo
1010317903180000059
. 1.0001100'000-"
iOl0322503241000060
zoooooooooo
1010325403255000061
«0009l.0000000000
lOl03266n32;]OOon62
..
,ooooon05004,OOOOOZOOOOOOO*O,_.
__
.
-10009600115000063.
l'0010000~OO~'0017200500)'OO?44005n036nO~16005n0360000
000500000000
*
64
1020~040002040608000306nq021n04080216100500151020n60
21814200zo060065
·---=10-=-4-1-1::-2-.I:-?-0-O-::::'-:-O~."':;:1=4~'-=-7.~~_
0=--0=-q'011726l0000000000506ri708090012141618'i518iTI
421~0242Z0000066
.
82236'5~03530454036324844553249465160484~5467.7544536271
80123456789123456Z0000067
1890l34~67890J34567890Jk4567890Jkl567890JklM67890JKLMN
7890JKLMN0890JKlMNZ0000068
__________________
M=8~0~O~o~6~o~o~o~O~O=04~~~0~0.40'OPQOJKlMNOPOZOOOOLI00~8A00019M9nooOOOOOOOM9000~3~~~O~O~O~O~0~O~O~O~O~O~O=6~9
_______________________
~
__________
~
..
-
........
,~-:
..
~.,.~
,.e-
11
'4
,iJitIC
"'"
""""'1,""
""c~~"""
"."
••
~,~-
t~
---74,
....
------------~-----------....:.------~------------~----~-'---------------------_.
__
.
---
C
6
========================
...
-------
-
_.
_
..
---.-.--
:
.s....r.
.,'l""~
)
~.
'\"
2
--~--
31
.'
'-
j"'lt-.
f
V
o
o
-
-
r.
r
··O-{/.~.I'
,:
.'
jobs
TC.O'ST
=-
0
BIG
=-
0
C.lec:t...-
~,.
-
ptas
-n
K..
0
1'1<l8
s
End
c.~..d
1I0$T=
"OST
T
1)
K =
I<
+ I 54re
IJl>
(l:)
I~:r
~-K-I
No
32
KLA:'T~~
F/~ST:O
LAST
= <::)
K =
~lrr
o
';/:;.
k
..
qat&-
TIO:.\=o
T::rlll:.\
= 'l<t'fCf<t
TEST
FLA-Gs
:.
Ot\
~
ES';f.IIJ)j
EF:ES.,."
.'
IJ.F;:
r.7(:r);
t.
$;;:
I..F-b
TF::
I..$-E"S'
FF=TZO)-
I
5F
T~C.I)
=TEsT
33
M
'<.
'
~l
rJ"Dlrt
TESoT::
TJ"tJ)
- b
i
;2.7:
..::so
.,
M
C
.
..:
~
~
""
~
~
o

Navigation menu