its nttt ftcnlg - dtic

170
, 0A0 ~&g4 FEB 1~ 9 98 C)V 1~j ThsdouetIbe3apoe, _____________________ anr .eL; its UNITD SATE AI FO CE istib FEnis unlimijed _______________ ANIERIT AIHOC NTTT FTCNLG Wrigt-Ptteron ir FrceBaseOhi Coyaalbet0I la'

Upload: others

Post on 26-Oct-2021

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: its NTTT FTCNLG - DTIC

,

0A0

~&g4

FEB 1~ 9 98

C)V

1~j

ThsdouetIbe3apoe,_____________________ anr .eL; its

UNITD SATE AI FO CE istib FEnis unlimijed

_______________ ANIERITAIHOC NTTT FTCNLGWrigt-Ptteron ir FrceBaseOhi

Coyaalbet0I la'

Page 2: its NTTT FTCNLG - DTIC

DISCLAIMER NOTICE

THIS DOCUMENT IS BEST QUALITYPRACTICABLE. THE COPY FURNISHEDTO DTIC CONTAINED A SIGNIFICANTNUMBER OF PAGES WHICH DO NOTREPRODUCE LEGIBLY.

Page 3: its NTTT FTCNLG - DTIC

AFIT/GOR/AA/81 0-1

MADAM:MULTIPLE-ATTRIBUTE DECISION ANALYSIS MODEL

VOLUME 11

T!IFSIS w T CAFIT/GOR/AA/81D-I Wayne A. Stimpson (J> CC' T

2Lt USAFR ~~FEB 1 9 1982

Page 4: its NTTT FTCNLG - DTIC

AFITj,0R/AA/81 D-1

Thes is

t", MADAM:

MULTIPLE-ATTRIBUTE DECISION ANALYSIS MODEL

Volume II

by

Wayne A.. Stimpson2Lt USAFR

Prepared in partialfulfillment of 1he

requirements fer aMasters Degr' e

December 1981

Accession ForNTIS Cr ' UDTt(, TkY

School of ErgineeringAir Force Institute of TechnologyWright-Patterson Air Force Base

Ohio

Page 5: its NTTT FTCNLG - DTIC

Volume II

Table of Contents

List of Figures and Tables....... .... . ..... .... i

Abstract .. .. ..... ..... ..... ...... ... v

1. Introduction. .. .. .... ...... ..... ....

11. Data Structures .. .. ..... ..... ....... 2

III. Sensitivity Analysis .. .. ... ..... ........ 7

IV, Hierarchy Manipulation. .. .. .... ...... ... 9Subroutines NODIN and FIND .. .. ... ........ 9Subroutines PRETOT, PRENEX, and NEXT. .. .. .... 11Subroutine SPAN .. .. ..... ..... ..... 13Subroutine CALC .. .. ..... ..... ..... 13

V. Variable List. .. ... ...... ..... ..... 15Variables Used. .. .. .... ...... ...... 1Pseudo-variables. .. .. ..... ..... ... 18Others .. .. ... ..... ..... ....... 18C,,cs Reference Map. .. ... ...... ..... 19

VI Program Structure .. .. ..... ..... ...... 20

Program Source Code .. .. ... ..... ..... ...... 23

Page 6: its NTTT FTCNLG - DTIC

List of Figures and Tables

Table 1 Pseudo-array Variables ..... ............ 3

Figure I Data Fields for Node Record........... 4

Table 2 Record Content ...... ................ 4

Figure 2 The Search Process (FIND) .............. 10

Figure 3 Logic Structure for NEXT ..... .......... 12

Figure 4 Logic Flow of CALC ..... .............. 14

I

~iii

Page 7: its NTTT FTCNLG - DTIC

AFIT/GOR/AA/81 D-1

Abstract

The compldx multifaceted decision situations present today sugqest

the need for a timely, automated too. A~decision-maker is fof ed into

comparing alternative actions or systems .over an entire set of different

measures of merit. This effort is an on-line, real-time, compiter-based

decision aid designed to assist the decision-maker in clarifyiog prefer-

ences in a complex decision environment. It is applicable to problems

which may be represented by a hierarchy of objectives to be satisfied.

The program is MADAM: Multiple-Attribute Decision Analysis Model, and it

is written in FORTRAN V and is implemented on the CYBER 175 system. MADAM

is designed to aid the decision-maker as he or she progresses through prob-

lem formulation, parameterization, sensitvity analyses, and a decision,

including storage of all data and rationales. Deterministic problems are

analyzed through Multi-Attribute Utility Theory concepts and an additive

value function is utilized for sensitivity analysis. Pairwise preferential

independence is tested bqtween attrithutes. The sensitivity analyses in-)

cludc a cumulaive weight analysis, a re.lative weight analysis, and an

attribute level analysis. The analyses may be conducted by fixing an ob-

jective to he considered and conducting the analysis across the alternative

4 systems or actions, or conversely by fixing the alternative to be consid-

ered nd conducting the analysis across a desired set of objectives.

t he werk is divided into two volumes. Volume I is a theoretical pre-

sentation and includes a user's manual. It requires no programming ex-ipertise and may be used independently of Volume II, Vulume I is a pro-

igraiikming manual including the source code. t may not be used independently

of Volume 1.

iv

Page 8: its NTTT FTCNLG - DTIC

I INTRODUCTION

This manual is designed to supplement the information contained in

Volume I of this thesis. The foundamental intention to this volume is to

provide decision analysts with an elucidation of the details of MADAM in

order to better understand the program and, hence, facilitate its imple-

mentation. Future analysts may also have the desire to modify or extend

the scope of problems suitable for analysis with MADAM, and the following

information will be very useful.

MADAM is written in FORTRAN V and implemented on the CYBER 175 system.

An effort was made to keep the code as machine independent as possible,

and for those situations where this was not possible, an explicit discus-

sion concerning Iodifications pre-requisite to transporting MADAM IS pro-

vided. All references to an example problem will refer to the 2xample

illustrated in Chapter V of Volume I.

*1 w • • • • •

Page 9: its NTTT FTCNLG - DTIC

II DATA STRUCTURES

MADAM utilizes a random access file for storing and manipulating data.

Throughout the program are pairs ofsubroutines and functi'ons which are re-

sponsible for setting and retrieving data, This is possible because FORTRAN

V will not recognize an array variable until it is determined that no func-

tion by that name exists. Thus, for example, MADAM uses the function ARAY

(I, J) to represent a pseudo-array variable. A complete l.ist of the sub-

routine function pairs which represent psuedo-array variables is given in

Table 1. Each record of the random access file is 100 words in length.

This 100 word record is divided up in to data fields as shown in Figure 1

for the first 500 records. The remaining records have data fields as shown

in Table 2.

r NOTE***The current ability to access both real and

integer (character) data from a record is dependent

on the fact that the CYBER 175 system uses one word

for both types of information. In order to imple-

ment MADAM on a system which uses two words for real

data and one word fur integer data, it would be nec-Iessary to modify the psuedo-array variables so thatthe desired words will be accessed. This will re-

quire manipulation of the record length and storage

: (retrieval) subscripts.

Each data file (tree) constructed will require about 300 PRU for per-

manent storage.

A§ illustrated in Figure 1, each node record contains information

about the position of the node in the objective hierarchy plus any node-

2

Page 10: its NTTT FTCNLG - DTIC

4_) . ..

to 0010

EU~ 4-0 1..C 4j 4J

EU '- .

I- , .. CU

0 0 4. U

,. -0 4 I- .) 0

. 0 4. > + .40 4J (a 0-6

iE U 4 0 E

0 L. 40)

4EU 4 V c 4J L

c 4) 4) = 4- +" r- kZ ,., .. ,_, ,- EU - ,U.,

*0~

W;bl 1 Ps2oary aibe

4J a 0J 4) a3

U L. cm

CO tuooCLz

EU 0 co t

W) 2- %.. 31-

:0W

Tablew 1 suoara aibe

ID3

Page 11: its NTTT FTCNLG - DTIC

i

Node Data Word(s) Variable~s)

Node Reference Number Digit 1 IRAY (I,')

First Descendant 2 IRAY (1,2)First Crosslink 3 RAY (1,3)

Backlink 4 RAY (1,4)

Relative Weight 5 ARAY (I)Cumulative Weight 6 ARAY (1,2)

Associated Attribute 7 LABEL (1)System Values 8 to (NSYS+7) VRAY (1,J)

Comments (Rationale) (NSYS+7) to 64 -none-

Objective 65 to 80 OBJCTV (1)

to OBjCTV (16

Figure 1 Data Fields for Node Record

Information Record No,

Node Record 1 to 500

Number of Nodes (NNODES) 501

Number of Attributes (NATT) 502

Number of Systems (NSYS) 503

Null Record 504

Regression Intercepts 505

Regression Slopes 506

Sum of Squared Errors 507

Regression Form Indicators 508

System Names 509

Attribute Names 510

Null Record 511

Worst Attribute Levels 512

Best Attribute Levels 513Table 2 Record Content

44

Page 12: its NTTT FTCNLG - DTIC

i i

specific data. rhe positional information is provided by tile first four

words in the record. These words contain the node reference number digit,

the first descendant, the first crosslink, and tile backlink respectively.

The tode reference number digit indicates where this node is on its span.

For instance, in the sample problem, the node reference number digit of

the node with the objective: to maximize aircraft survivability, is two.

The first descendant pointer contains a number of the first child of the

given node (if any). Absence of a first child (IRAY (1,2) <.0) implies

that the given node is a data node. The first crosslink pointer contains

a number of the immediate siblings of the given node (if any). The back-

link pointer contains the number of the node which has this given node as

a first descendant or a first crosslink.

The remaining words in a node record provide the data for identifying

the node and incorporating it into the decision analysis. The fifth word

of the record (ARRAY (1,1)) contains the weight of the given node relative

to its siblings. These relative weights are normalized to a unity sum

across the span. The sixth word of a node record (ARRAY (1,2)) contains

I the cumulative weight of a given node. It is automatically calculated by

MADAM during the "folding-back" of the objective hierarchy (see subroutine

4 CALC), and it is a function of the node's relative weight and the cumulative

weight of its parent. The seventh word in a node record (LABEL (I)) con-

tains the attribute label to be associated with that node, it is relevant

only for data nodes, and is left a null field for all noJes interior to the

tree.

INOTE*I*All character data is designed around theCYBER's 10 letters/word fcrinat. In order to

implement MADAM on a system with a differert

5

Page 13: its NTTT FTCNLG - DTIC

1storage format, it will be necessary to scale

all input data or data structures to incorporate

a different number of characters per word.

The next set of words in a node record (VRAY (1,J)) hold the values

of the alternative systems relative to a given node. These values are

either calculated by MADAM (for an interior node) or indirectly input by

the user (for a data node). Only as many words as needed are used for

this information baseo on the number of systems. Those words between

the system vaiues and the 64th word are used to hold comments or ration-

ale concerning either the relative weighting of the children of a given

node or the input attribute levels of the alternative systems. Thus, the

amount of space for these comments is inversely proportional to the number

of alternative systems. Also, because of this structure, the number of

alternative systems is limited to 57. Finally, the objective associated

with the given node is contained in the 64th to the 80th words.

51

fi

6

Page 14: its NTTT FTCNLG - DTIC

III SENSITIVITY ANALYSIS

The sensitivity analyses are controlled by the routines in the pri-

mary overlay (4,0). The types of analysis handled by the program are:

relative weight analysis (RSA), cumulative weight analysis (CSA), attri-

bute level analysis (LSA), and a system analysis (SSA) based on one of

the first three types. The first three types of analysis involve deter-

mining a fixed node and conducting the appropriate analysis for all sys-

tems at that node. The last type of analysis (actually three subtypes

SSA/RSA, SSA/CSA, SSA/LSA) involves fixing the alternative system and then

conducting the appropriate analysis over a set of nodes,

The entry point of the overlay, routine SENSTV is used to determine

the main type of analysis (CSA, RSA, LSA, or SSA). For any of the first

three types or sensitivity analysis, control is shifted to routine DETNOD

which is used to fix the analysis to the desired node. Routine DETNOD also

establishes the range over which the factor (cumulative weight, relative

weight, or attribute level) is to be considered. For the last type of

analysis (SSA), control shifts to routine SYSSEN which in turn calls upon

the routines, SENVAL, SENTYP, and NODSET to establish the fixed system,

the factor to be considered, and the set of nodes over which the analysis

is to be conducted.

Regardless of the type of analysis to be performed, once the initial-

ization process (as described in the preceding paragraph), has been com-

pleted, control shifts to the routine COMPUT. This routine utilizes the

equations presented in Chapter IV (of Volume I) to generate a matrix of

overall values. Each row of this matrix corresponds to a different level

of the factor under consideration. For the CSA, RSA, and LSA, each column

7

Page 15: its NTTT FTCNLG - DTIC

corresponds to a different system. For the SSA, each column represents a

diffe-ent node.

IAfter the overall values have been calculated, the routines GRAPH

and TABDIS are used to display the information in a graphial or tabular

manner respectively (see Figures 4.1 through 4.4 in Volume I). At the

conclusions of the desired type of sensitivity analysis, control is turned

over to the main option selection.

iSi

I

4."

-i8

Page 16: its NTTT FTCNLG - DTIC

IV HIERARCHY MANIPULATION

Subroutines NODIN and FIND

These subroutines are used to allow the user to enter the tree struc-

ture at a desired node. If the desired node is not an element of the tree,

FIND will identify that node which is closest to the input node. All nodes

are referenced by their node reference number (NRN). Except for option

***MOD)***, the input of a non-validated NRN will be interpreted as an in-

dication that the user desires to exit from the option. Program control

will be return to the calling portion of MADAM. For option ***MOD*** an

invalide NRN is interpreted as a desire to introduce a new node having

the input NRN, so the appropriate branches (and dummy connecting nodes)

are constructed so as to create a vaiid environment for the input node.

Subroutine NODII. This routine allows the user to input a desired

NRN. If anything but a null string (space followed by <CR>) is entered,

this routine will call on FIND to establish the existence of a node cor-

responding to the input NRN.

Subroutine RIND. This routine implements a modified breadth-first

search of the tree to search for a node corresponding to the input NRN.

With each digit of the NRN representing a level, FIND starts with the

first digit and attempts to locate a node with the desired NRN digit by

crossing the span at that level. This process is repeated for all re-

ipaining levels (digits) of the input NRN. If a match cannot be estab-

lished at a given level, this indicates that the desired node would be

4 an added crosslink at that level. If a match is established, the next

digit iF brought up For c,'nsideration. if no more downlink path is

available (a dat node has been reached) the routine is terminated.

9)

Page 17: its NTTT FTCNLG - DTIC

* F 4

Figure 2 1lustrates an example of this search process.

Input NRN: 1.3.2

Iteration Result Rehadks

1 Fi'rst digit is satisfted

2 1 No Match

3 1 No Match

t 4 Second digit is satisfied

I I 13

No Match

I6 All digits satisfied soexit

Figure 2 The Search Process (FIND)

10

Page 18: its NTTT FTCNLG - DTIC

Subroutines PRENEX, PRETOT, and NEXT

These routines drive a depth-first search of the tree structure. SUbp

routines PRENEX and PRETOT are used to initialize the search process at a'

desired node ort at the root node respectively. Once all variables have

been initialized, subroutine NEXT performs a depth-first traversal, advant-

ing one node each time it is called.

Subroutine PRENEX. This routine elicits a NRN from the user by in-

voking NODIN. If a valid NRN is entered, the traversal will begin at the

node corresponding to the input NRN. All descendants of this input node

will be encountered in the resulting transversal.

Subroutine PRETOT. This routine initialized the variables required

by NEXT so as to run a transversal of the entire tree structure, It is

usually invoked just prior to a potential application of PRENEX, thus al-

lowing the, user to gracefully opt a tour of the entire hierarchical struc-

ture.

Subroutine NEXT. This routine tours the hierarchical structure begin-

ning at the node specified by either PRETOT or PRENEX. Since a check is

made as to the validity of the input node before any processing is done,

it 'is pcssible to exit the current option by entering a null string during

option '?RENEX. The logic implemented in NEXT 'is illustrated in Figure 3i

i I

Page 19: its NTTT FTCNLG - DTIC

START)

Do ne

KICONT=O)

'A ~~one ~ TR~

I a Downik i n DoTNeRTR

I-Is

ISet DownlinkTravelled GetFlag and Add Crossi ink

new Downl ink

-T{ ~Qonti nue(ICONT=l )

RETURN

Figure 3 Logic Flow for N'EXT

1?

Page 20: its NTTT FTCNLG - DTIC

~Subroutine SPAN

This routine allows for the input of the objective hierarchy stru;-

ture by sequentially providing nodes in a depth-first fashion. The user

inputs immediatedescendants of the current node. Subroutine CHECK is

used to establish a satisfactory set of children for the current node.

Once a satisfactory set is established the first descendant of the

current node becomes the new parent node. When a data node is reached

(no descendants are input)i the, crosslink to the current node becomes

the new parent node. If no more siblings exist, the routine will back

up one level and establish the first crosslink as the new ,parent node

(see Figure in the main thesis text).

Subroutine CALC

This routine calculates intermediate values (collapses the tree)

by implementing a modified depth-first search. The tree is examined by'

p, each path from the root node to a data rode, and the cumulative weightsare calculated. System values based on the attributes are then computed

for each node. The logic flow of CALC is provided in Figure 4. The

cumulative weight of each node is given by:

CUMWT (NODE) = CUMWT(PARENT)* RELWT(NODE)

The system value at a particular node are the products of the systemIt value at a data node and the cumulative weight of the upper nodes for

each system.

11

I

Vi+

€+ 13

Page 21: its NTTT FTCNLG - DTIC

Calculate CUMWT ofnode

his a NoClear Obt& 1nData Node System -0'next

Values node

~yes

For each level abovethe current node foreach alternative system,

add the product of theCUMWT at this node and-the value at this node

tthe value at theuprlevels.]

Figure 4 Logic Flow of CALC

14

Page 22: its NTTT FTCNLG - DTIC

V. VariablesLi st

Variables Used

The following i's a list of variables used in the program. This list

includes only important variables and does not include scratch variables,

do-loop indices, and dummy arguments. Psuedo-array variables are in the

next section.

AIN - vector of relative weights

ARRAY - used to read and write to the data file. It holds onerecord worth of information

ATTAX -maximum level oT attribute

ATTMIN - minimum level of attribute

ATTNAM name of attribute being perturbed during sensitjyityanalysis

ATTRI - name of first attribute

ATTR2 - name of second attribute

BO - intercept of linear regression (linear form)

I BOEXP - intercept of linear regression (exponential form)

BOLN - intercept of linear regression (logarithmic form)

I BOROOT intercept of linear regression (square-root form)

BOSQR - intercept of linear regression (squared form)

Bi - slope coefficient of linear regression (linear form)

81ExP - slope coefficient of linear regression (exponential form)

BILN - >lope coefficient of linear regression (logarithmic form)

BIROOT slope coefficient of linear regression (square-root form)

BISQR - slope coefficient of linear regression (squared form)

-' BAND - boundaries of indifference curve window

CMD - main option selection

'15

Page 23: its NTTT FTCNLG - DTIC

DELl - change in first attribute,

DEL2 - change in second attribute

ERRFLG - counts the number of consecutive errors in user entryduring main option selection

FACLVL - level of attribute

FINDST - set of IFIND for SSA

ICHECK - flag if using between-node check0 - not using checkI - using check

ICONT - flags whether or not to continue processing0 - stop1 - continue

IDATA -flags whether or not node is data node0 - interior node

1 - ddta node

FADD -flags relationship of current node to input node.~Determines how to add th input branch to the existing

f 'I branch." . ) . 2 - IFIND is parent to input node

3 - IFIND is sibling to input node

IFIND - points to toe last node of the branch contained in INNRN

INDERR - flag for PPI0- PPI holdI - PPI fails

INDX - NRN digit for IFIND

I INDXST - set of INDX for SSA

t IQUIT - flag to continue processingI1 0 - continue

1 - stop

IRRAY used to read and write to the data file. It holds onej record worth of information.

ISAVD flags whether current information is saved on data filein case of abort0 -not savedI saved

- - ISIN - record number of record currently in memory (in ARRAY orIRRAY)

16

Page 24: its NTTT FTCNLG - DTIC

7£" i ISYS - number of systems being considered during sensiti.vityanalysis.

ITOL, - tolerance during PPI testing

ITOTL - flags typeof tree traversal,0 - not a total tree traversal1 - traverse ,all °descendants

KIDSET - set of NCHILD -for nodes during SSA

LEVEL - vector containing branch to node, IFIND(*,1) - location of record containing node *

(*,2) - flags whether or not visited by PRETOT-PRENEX-NEXT(*,3) - used in copying

LINE - one line of data for plot

LVL - length of LEVEL vector

MATRIX - pairwise.-comparison matrix

MAXI - maximum level of first attribute

MAX2 - maximum level of second attribute

MINI - minimum level of first attribute

MIN2 - minimum level of second attribute

MTYPE - type of SSA to be done

NATT - nuiroer of attributes

NCHILD - number of children for a node

NCROSS - number of siblings on a span

NDEEP - deoth of tree (maximum number of levels)

NDIFF - number of digits in INNRN not matched by routine,,:IND

NLOUD - number of allowed nodes plus four

NLVLS - length of INNRN

NNODES - number in tree plus one (master)

NSYS - number of alternative systems

NTAPE - defines which data files is in use

tNTREE - maximum number of simultaneous data files

17

Page 25: its NTTT FTCNLG - DTIC

(9OBiCT-V.- objective assdc'i'ated ,with- 'pdrt-iAcular node

SENS - type of sensitivity, analysis;

SSE - sumrof squared error (linear form)

SSEEXP - sum of squared error ('exponential-fo )' .

SSELN - sum :of squared error (logarithmic form)

SSERT - sum of-squared~error (square-root form)

SSESQR - sum of squared error (squared form)

TOLER - tolerance for PPI testing

TOP - objective of parent node during between-node check

USER - user identifier

VAL - attribute levels which define data points for theindividual value function

!I WHOLD - matrix of overall value of systems during sensitivityanalysis

WMAX - maximum level of factor during sensitivity analysis

WMIN - minimum level of factor during sensitivity analysis

Psuedo-arry Variables

The following are functions which are treated as if they were array

variables (se.e Table 1).

ARAY(I,J) relative and cumulative weight of node

ATT(I,J) best/worst levels of attributes

ATTI(I) attribute names

CRAY(I) comments or rationale (subroutine)

I LRAY(I,J) node position information

) oLABEL(I) name of attribute associated with node I

' ° OBJECT(I,OBJCTV) objective at node I

PARAM(I,J) regression parameters

r n • •18

Page 26: its NTTT FTCNLG - DTIC

(j. SYSLBL(I) alternative system names

VRAY(I,J) system values at node I

Cross Reference Map

The listing contains a partial load map, and combined with the com-

ments within each program unit, a corss reference map of where each varY-'

able is used or modified may be generated.

1

if

t2

y

Ir19

Page 27: its NTTT FTCNLG - DTIC

, , VI. Proqrani Structure

MADAM is divided up into five overlays (one main, four primary)

which reduce the required field length for loading to about 60K. These

overlays are machine dependent, but they may be removed by deleting the

overlay statements, changing the program statement following each over-

lay statement to a subroutine statement (except for PROGRAM MADAM), and

changing all overlay calls to subroutine calls to the subroutine making

entry into the described overlay. Each primary overlay is designed to

operate independently of the other primary overlays. Only the main over-

lay and one primary overlay are in the user's field length at one time,

thus considerably reducing the required core memory allocation. The

following is a list of routines in MADAM in the order in which they ap-

pear in the source code.

OVERLAY (XFILE,O,O) - main overlayPROGRA14 MADAM

FUNCTION ARAY(I,J)SUBROUTINE ASET(I,J,V)FUNCTION ATT(I,,3)FUNCTION ATTI(1)SUBROUTINE ATTLBL(I,ATTRIB)SUBROUTINE ATTSET(I,ATTRIB)SUBROUTINE ATTVAL(I,J,V)SUBROUTINE COPYRSUBROUTINE CRAY()SUBROUTINE CSET(1)SUBROUTINE FINDSUBROUTINE HELPSUBROUTINE INTROFUNCTION IRAY(I,J)SUBROUTINE ISET(I ,S,M)

FUNCTION LABEL(I)i' , iSUBROUTINE LSET(I,LABELT)

V SUBROUTIC: NEXTSUBROUTINE NODINSUBROUTINE OBJECT(I,OBJCTV)

4 -SUBROUTINE OSET(IOBJCTV)FUNCTION DPRAM(IJ)

20

Page 28: its NTTT FTCNLG - DTIC

K. SUBROUTINE PRENEX

SUBROUTINE PRETOTSUBROUTINE PSET(I ,J,V)FUNCTION SYSLBL(I)SUBROUTINE SYSSET(I,SYSLBL)SUBROU-INE TLOADSUBROUTINE TSAVEFUNCTION VALU(X,LABEL)FUNCTION VRAY(I,J)SUBROUTINE VSET(I,K',V)FUNCTION XLEVEL(X,LABEL)

OVERLAY (XFILE,l,O) - primary overlay

PROGRAM DUMMYSUBROUTINE ADOSYSSUBROUTINE ASK(I, X1,X2,XMID)SUBROUTINE CHECKSUBROUTINE DELSYSSUBROUTINE GRAFIXSUBROUTINE INITTSUBROUTINE M4ASTERSUBROUTINE MODIFY

SUBROUTINE NEWSUBROUTINE PICTUR(INDEX)SUBROUTINE PHISUBROUTINE PRUNESUBROUTINE RDATTSUBROUTINE RDSYSLSUBROUTINE RDTTLSUBROUTINE REGRS(INDEX)SUBROUTINE SPANSUBROU2TINE STATSUBROUTINE TAPERSUBROUTIN't VALUE

OVERLAY (XFIL1,2,0) - primary overlay

PROfGRtAM WV LOADSU6ROUrINE CALLSIJIROUT INF DVIDE(NAJ))

11,1101TINE GMVEC (NCROSS , I FI ND , AI1N)SUL"ROUT INF RrivS1HBROIJT It'll RDWTFUNCTION SUM(N,A)SUBRCIITINE NVLODI(OPT)

OVERLAY (Xf-ILV,3,O) - primary overlay

PROGRAM NUMSUBROUTINE DISPLASUBROUTINE DSPLOfSUBROUTINE NEVIPGSUBROUTTIE jNUMREV

21

Page 29: its NTTT FTCNLG - DTIC

OVERLAY (XFILE,4,O) - primary overlay

PROGRAM SENSTV- SUBROUTINE COMPUT

SUBROUTINE DETNOD3: SUBROUTINE HEADER(I ,OBJCTV,ANSWER)jSUBROUTINE SENVALSUBROUTINE TABDIS

22

Page 30: its NTTT FTCNLG - DTIC

Partial Load MaIp

23

Page 31: its NTTT FTCNLG - DTIC

04

44 0

of 0. 6.6M

*4 *.0

.43

4 CL m4 0-4"04 00 HE ! 4 as

if. 1-09 4

4 .4 6041 K 4.f444 O§ 1..uuoo o i.UQ. Q0

424

Page 32: its NTTT FTCNLG - DTIC

LL.~~~4 r L z L s U. U

54 4- i4 U.

0. x ~ a ~ v: m 4 az a dca-w .LD 0 M

Xt- .U0 O :1l . 3LW L4 L C,0io

". -)Uj w' w' .3w wt.a*-)tk Iv Q"- t..? U.2 44 4tk' j x-Jj

I')j. w.. M2 02*x .

It~*h JJI.JL..~'JW,.Wi Q4.. 4~b

Page 33: its NTTT FTCNLG - DTIC

w bwwW4J I!tl

£ y

0 t) tJlJ

Z, to44r 00-1 1 I

1

I C

tta

0It

UUs

I (X

M \WWWU>\

Jia IIl0It

it In 11 3M14.3 a m oW i'

C. &L I~ m -xH

Page 34: its NTTT FTCNLG - DTIC

gain

4a

0I WWIWW

~- a Iq

ab I .

>J

M Of1 4Nof10 fof" " Um 3

of -

45 a.

r a1

A. a. V.

0 , V I 0 to

aWI 1£ . a\ - + a 1 AC3,1 jn .. ta r' >~~"1 54 fq -

I) 010 G C9- aI4 -499J~Z . W14

TC ,j J4 sA~C t4 f

.4''.

'4~ ~~ xz~a * .

N .. *4-4 0 a 00

*4~ ~~ > . 4 j -

Page 35: its NTTT FTCNLG - DTIC

0i 0-j

ow I I

go.

w 4 NOi W 4PP

4- 6 1 44 cli

400

v) c 4 04

i i.I- C49 4 w ;H

4* 4 N I1) )

34 1*i* 4

04 of. 1

44 %AL a W4

04 w 4j4

" it64 4/ a

WW5 c~u IW I

~4 &-i~in I - 4it. 8

14 4

Li~w 4Pin'V. N -. '.4:) ) Li 46 \ % i1** ~ ~ ~ U V i* v

Page 36: its NTTT FTCNLG - DTIC

U) G I A)

IM I I

i. 3 0 4.4

I m

-HI

44

It 64t 44

to cr I,-SL ( 0. 4

Al Ci- 449

-~ * I, 9~-ALL

it .I I.~ U,4

WCA* O' 9! Itit +4

.- 9X 4~ 44 9j

so o f . V - ... i 44 e

44 ta. .0.1. §' ij, >! 5 - a14 V, J&~ .JO .- 4 EgW

64 IaW~ :), ;4c~

44 0t z)-'k : -,ir

f4 w/J 0~) & * A

$4 IA. w- > > 04UEV II- tA 9. ial

#4 wo Ot

U 44 ( o I V z

44

'-I

abW

29*~l9

Page 37: its NTTT FTCNLG - DTIC

-CIO

000

us"I ~

E

InJ

J &l

tAI

0. No *

.4 'soI

0 94 4eg~ob

1- 94 . ! r

X494

49 4

1* .... w 0 4 -

g4 QL&I D v~494

"H CCW

Hw.~I94H~~4449449M.,.004U

t-J

,, , j

PA

31g54Q

Page 38: its NTTT FTCNLG - DTIC

w I 4 r

w t

4 I40 I

43

(4 I lr - S

a o;z h A~~~jt ~\\

U l 4. wa vs-o wl

IN v ..J WZ11 N40.4 .

i a ax 4

14 A N M4c .I1

b.t .I.- r~ x4 - x -4jr - z. z 12o

$ 4 ai OL CL-~ -i~.44

H 4Mk M1 .0 W6 44 N K 6t£ .Q .Z I.>- UI~44

* N ~ ~- N .4 *.I- 4 1 N ~ ~a

NC v .L- (Of "'1 C*.as.I"miN NUNU MCI ..i~m p 4 vi v- v T

Page 39: its NTTT FTCNLG - DTIC

w

w

n 2Am'U

wbM

-03

* L6

w CAa.. w

IN%ifW*Z 0v

og . .Z I

t- a V Si.,O O

_, I.. fA 0, W

~ *,~* a~ 0. v . .* j L;

J'%.a .- I

Page 40: its NTTT FTCNLG - DTIC

41

64 04

14 it

14 0

>4 its..

44 C 0 LA

0-v w

04 e 4

14 4 .4

"Wo 44 v8Q Li

44 1. iW)O

5-1 4' a

14v I- . 4 ..

.~~n4m 00.4vw~

Ix 4 .... ~ L.~Q *~ iih~34

Page 41: its NTTT FTCNLG - DTIC

v RM

IIL

9. .3

U I?

I" w ,Iftu

WI bi

:;A!-"0000

-u

63 43I

u -bwLgc

* 00

-, M OI M

w ru W > La e

a' IL

Page 42: its NTTT FTCNLG - DTIC

44

44 j

00 -4 w wx. w%

.. ~V.Xl 0

44 454

*444 4

OK 0

Iie4 . MOO 0*ft9 Aflqv

.4mmmv~vTv

WEOW.LF~.

44 U3C

Page 43: its NTTT FTCNLG - DTIC

II

40

I

Wn

>>C. Ho*g

4x c

3

0

I

II

Mw

w,|

* , %%I

4s

i3

Page 44: its NTTT FTCNLG - DTIC

.364

44

"4 t0#

14 (A 0

6- :4 Po4.

. 4 J 04 0 0 l . . 3f5

-* OWN- om*:U ToW *Wo4Vg t906 (m

N *~ .38

Page 45: its NTTT FTCNLG - DTIC

Ni

a HNWU>.J

.

a~ ~ wi.

wewAkA

a~(U I.-LbiI

U i

fin S 0-11-- W

>~ aW.2q

ijAtn

a o ~ .39

Page 46: its NTTT FTCNLG - DTIC

*I

tU

,Twzw C

144 14-

14

z UA WXt 93 CA 00w - P

14 *4..

(4 0 W ad 144 I.- ow 4

j w 1 0 ? -- t -

H4 £ 14 " ua

20,- JwR " 04 0- 'V, w-j-

.4140 n.-44 (4).4 U Z.4w

04 A.44 14 4

14 -~Q X ~ 0 9 *M,*

(UC -U N m v4Irv,.

14 .. 4L'.1 14 4140

Page 47: its NTTT FTCNLG - DTIC

ul W

a

:1 mWW-

4 4 'a %

Kt ato

U).U) P) V) Q N

cm FI()

to r

Jj

w (flt IA. 1

t- la (. 1I

a A a I--~~U IIs

'441

Page 48: its NTTT FTCNLG - DTIC

M4 SI-h# 9

ft 44EX

14

q4. 6 9 iu

(K W-'X VA' CA

_r r,4. t~ .

w3 -33O 14 00 3A4. 4

44 0h))f

"2 ~ 44

M4 A* #o 4 j 04 4 t

M% .- MO CO w)q r w ~ 2 2 1 M

P3wjt fl. (U M 6- m M %*rrlv T * St W)

442

Page 49: its NTTT FTCNLG - DTIC

CI'-3r

u , C

zw

Ilb. LIU 4.

4K C.

-II

CA3 IM$ 1W 0310O

4 A

43

Page 50: its NTTT FTCNLG - DTIC

94 94

44 La

WX 14194

194

of j 9U

94 j .124L

14 9-. 4 14W

SK . 4

14 LL m 1

1* 03 j r -U" 0~

o to (Ltz $-I- X c

9.~ WV . . 04

hirwbvr am* OPt vo oOt94 NCIM WUOIAA I

94 9') - W 0 944

Page 51: its NTTT FTCNLG - DTIC

4 W

or I

T 0

-01 .1

W-3 ~ ~ U I KC I

It~ i v 4.~

I I

0401

to~ ..30 po 9401D~~ I.. H5 w

IMMW4 q.

N N

Owl IN t

Iyll 6 I-iN 0

"CV *0W4 qO

2..

N- SIC-I Ot.

-0 1't4 I-6

:0 o'mw 9 ,QC- W (

44 :3F~A. 041 r- 4 0 Q'44 >i4 .

NO 4. of- W.14 MO> 010w\0Q 1 2 -0l m

N .4 I

*4 45

Page 52: its NTTT FTCNLG - DTIC

Mge Ira ,e

wo It>* r'W ('

I. *

Q* zI- I

C I I 1 -

fl- I. oH a

ft~0 IOU

14 00 04IA

f- t14.

tv

wt w

ju 4 0.. L

4 14 a 64

04 Li 13 h

to 'wJ 14 w14 0~)(L 4

0. C% V)0..f

U 04 x 03.j RO14 t hi . - 14 2"I' - (x r- I. C4 xI'I 4 )

~~ 03 gcx W, a,44. X iV, Wi QW

14 ~ ~ ~ 19 4~ CI 34 \%* aZ *3d OIX .I I. rZZ -~-.ft"m

h cc IX 0 ft 44 * > wLec t4 >V) lz IZ EE "

64.

14 9.

'IzCOU 2r'j 'V 2A M,'M C) T

46 W

Page 53: its NTTT FTCNLG - DTIC

'Tam I

a WW 11

z zz

2.1 0C 6 w

r- J, I -I-I' - ... 3~ , E

04 $4IJ

ota.- 64

a, M& a~4 a-.n alv WI

a. Vs r

A f 64a,?

0.4,

z w J 0 . it .. 14 :j I >

w I. a ,

Wa, wo- 0 a IL V lift

Id 4 w a,64 . -- ztV 0. z-r 4* x- a

"64. 01-, x t - W~ a, . a*.. i 4. a- 0, 6 4 -~ 4

oW w .\~-~4Yx a, P. w0, N hL& ''4 w

t- di Z oOV I

ca ab.44 a, 1.

aOil

900L cKLL

FIATO~ cc c\VO I

1'14 64 44*

47

Page 54: its NTTT FTCNLG - DTIC

4 .40 I

*9.

C**GA~I

-0 64

I It

:44 -

Bt4 w. Us w. .4 1- b;I0 %

N 19W7*

goo -. .

4 0,*- V

I4 x gyJ

j1-- 6 Z.4 xa (s ;494-

;4 0 W V lW-Ut -

w. . -. 9 %I. -II) =aV UVO.- .a w

LJJ='40 cu*40 '-

.1

10Z~I ': zm

4e3

Page 55: its NTTT FTCNLG - DTIC

0 j

if A 44

1. a .4 -

.j 64 N4

ot w 64-cft Bo a if i"2f -- d --a

if Aw w 6-JJ.~ Iwo

44 44 (*-0 ii a* R8 4.

4. .4. 51 >1 L T4 04 w w

U1 if aI4

906 -DI -twr ifSS 9

mm m. VVV v avllo

if W if49

Page 56: its NTTT FTCNLG - DTIC

ww!

t *.* **4 -1

I J _j f L %

0 -....j -DJ

10

ama

L :Wii

V~~( (1 I--tS-1

a IIa a

I-t aJ,

u- x U. > C i-100 wlU a 0

o a a00a m W

na-cn tn fl *

kw a 0. . n l

ON a 0I

a Xl " e W

aL 1-I )

Page 57: its NTTT FTCNLG - DTIC

oCl

wM

F-SQ

Cl00 0 I

II 0$

W. S *

Io I m

4 N wi t

14 zo.- 44 .

44 ~ 44

.4 .4 4, -J

4i IC% $4 .64

.4 I- 4 1:

4 v4 .

04 CA 4 C3

$4 .

0

_4 w _ 'D i R ,,-14 0

$40 J. I4 ~UA)

4 $4I .WW

0 IWI

xUl(

.4 v -( 9. ~-c~Zw

- 051

Page 58: its NTTT FTCNLG - DTIC

(nmS

I- r-M9

) 003

~ I--

10A wv IIh

I

1- 0 W

I i A

'1 0, mai

ft - ww ? -maWWI to>M 9I-xu

.4 w

to .4 * ful 14

Al N-I 0 1~ W-WAl0 00t W4 ~

wll~ W 04

OCONQ. CC r-.3) v;a i

-l Cl to l-

5A4l >~4 0W 0

Wt H'- I

Al I s

-- -- llWMP)Mw im

52

Page 59: its NTTT FTCNLG - DTIC

00

U)C As O

ta 0C0D

4n XW -

I4OW I

0H g

I" I" C

04) :t )J', 41C U 1

VC) 1IY :3

WI 4

44 p"v4 44

4)- -w4

*t 0n- (L 0 ~

O4A t.4

(A 0CM 4 0 i

04 .. Ig C.) a

CiW: ;~C 4 14

44 Q)-W W) .4 l 4 I"3 -oW 4 Ch- 1... 1x )

za Di4~ q- 4 A 4.V U- 92t44) )

*~O *4 )-~ W 11.. )

441 i--- > a- t C , -

C~~~~~~~~~? 1 0.- -A..w4 -4*44.0 . 44'~~~~~~t 01 * w t OILa4 D

4-4 *4 )-~OC > U)V

o ~i Uw, C .. cc

Page 60: its NTTT FTCNLG - DTIC

~ell

n -(--

g 0'

t- 'I- c.Av CA

oli0 8

61 ~to 4. 1.

0 k 16 JI

h io--4 44 1 0 M .J 0

Zrl #4 %t r444 ''r M.,*

64 u4 ip

W ,11T1 *4 .m X#1 4* )a - -- f

$1f 44 -,. O£6 xI - i444 1- J It

*V4 0-4 0L

>445 51A6;:ZP *

ix t, 5" -, 04 v -,)-L tf0

U* Ow F -*4C4

~~ Y~~-~t cx i 4 ;

0 cc "-A

*4 ~44-C.~. cl

~~~~~~~G I4..c~ -x . , nro In M m n91P

Page 61: its NTTT FTCNLG - DTIC

A44 00,0 1 p44 14A It'444 t 44 do"

44 c

t. to 04

it

44 1 .4 -- ta( j

44 X0 ou 0

s~4)

66

14 4 046 I

Oc x~ 4-4.*42 -JZ 4 '

44 3t0 0 ~4 W

wmmm w2

Page 62: its NTTT FTCNLG - DTIC

CAAw

It

tI

!!L

0 A~

II

a ~wa

I

(IJ CA C3

56

Page 63: its NTTT FTCNLG - DTIC

4- fa

rL O3I

I I

tii 0 ...

u1-

n 0'4

I- Tto ~

to0

it ul

*~ 3.3..

t- .. 30j L,

CA4.4 OX .. cl'

w to. 4

.4 m mw.. j

4- )X ~" -.57

Page 64: its NTTT FTCNLG - DTIC

u IT

tot

A- I

A' a )0

I*4 >. So~

0.1 to - W-

0 "1 i

*9 4

.4.

CL rm4 OW4 6

9* >.V ) 44 r ul 0 1o4 I.. SoO . 4

w 9 - 4 44 c '

4444.4

So1.

ISN 9.4*0

* :4 0.00

99 ~ 9. 94 IS

L-MUV tlVlW O4c IW o

-MQIMar"M29 N" R9MA~u qu m MmI -

Page 65: its NTTT FTCNLG - DTIC

gOg

4-

94.tt

444

114,

14 4

4404

44 -3 .4

44 tt4- 44 0

44 CA4)~ d~ 04

14 V. 4- 40 O44 - v

84 1-~4A t1

4 i (CV- I

14 4-1 (A 43c

t- CA ~4

4,4

r,4, r - fu- n> no) A-.N A4 ~Wra ( e £N~~444~ .4l

4I 0 (A. 1.44-3

44 -. U 0.459

Page 66: its NTTT FTCNLG - DTIC

MCA e

a''o4cu

ls wuptu

0

4ei

ItE

.0 04

14 to 93

04 k W

14 .4 .d4'N TWO to

A~6 of~ 44 ~ ~.'

t "44U.ft 0 14 > 4

60 111 rS-4 to

4 ~ :>xt- LH~

ftJ~ 14 !-toTto V)( . tI=P

sit %4 26 : to -

11 44#4&it %4&.Y 1

j Or if to at

44 I--. U 1HS

ifSit

60

ell_ _ _ _

Page 67: its NTTT FTCNLG - DTIC

#4 44 f Ot 41

444

44$ z O1_4 V) *

$4 > > 4 4

4to

14 C4 4. 4gp a U

14 U'. 14 w

14 $04w'-4 44

14 w 3, 4 .

W tt at W.* w 41

4, oo.z .-'1 9t. 'bt 44

qu0

W4 Ul4~4 ti Ifr-- % N 14.44 4P 0 0 0000uU

r * lfml m m 044vv vl lb- ~*i

Page 68: its NTTT FTCNLG - DTIC

Itt

4 is,

%

.1 %mAdoCA

.j~t 16II~

to tewu\\to

14 i

III-

S, 0 0 - 0 0

I II I

.w

I-9

00000

'.'. \%

w*62

Page 69: its NTTT FTCNLG - DTIC

40a

4h

Its04

ItU {)

.4M L

414

0 .lo

04

60 .4

ip 64

W. 9K.

to WX~

0" % %"\ O.J .. fll%

. . .W

LW t0

14M4

.

.41

0 1

63

Page 70: its NTTT FTCNLG - DTIC

IMCI

1' 01

191 W to,,.

* 44.~

003

*5 .4. Et

.JS v 1! I

-. ..

449 44 djd : b! . 10

*0 ~ ~ ' a~ a i4-- a s

1" 94 " It

a .4a 14'X3 a ~ -j4 W

54 I-4 a54 -4 4

44 x

54 Z4. 5 54)~4W

Page 71: its NTTT FTCNLG - DTIC

wea0

w~ wwww.jMg

w

-o w

.4 4 (z

.4 4

.44 0

44 .40 L 4

0 0

4 4

14

Iii a~ c-

It" ~44: . 4 10 .4 W A

4~u4 o wwtv

Is4 cc

r-

> w ,65

Page 72: its NTTT FTCNLG - DTIC

!3 Jw

,wQU.. I

. w

14. C)14c

0 (3 L4 - 'W L

14 .4

'44.4 #4 -

44 w C WW444 *4j - 0

'4 4 In 44 S'4 w.A gig w V)

m 0410 M .- 0 4 VI

'4 to4

-NM t bI 44#4~~~1 VIW1. 4

ii g-,4-. ~C9

Page 73: its NTTT FTCNLG - DTIC

ox c

Ofa

- L4S.

50

K wOK

44 -444 (D

NO "W"ON""

44 1-

0.44

.4 4

w - -

. 4X

14~ IX-

44 *

SIX 64 CM

.4

7 o .~

4u-li

14 L 751azLyv

14(

44(

OWNO

67

Page 74: its NTTT FTCNLG - DTIC

.40

.44

a4 44

t 44 I

14 A2

40 6.aah -44 -- 0 I ,> A

w 4 > ~ 91 t . . .

14 Mw 9 -" m c www wwiL It d 0 64 . . . .

ow a

L& )6- I-1&0 H I

W>~ 44 c. r. P'.0 0

~~~~4 be g 04 4UJ a~~

* U( -QL40000000 10tQI.

w - ' 0 ft V 0 .4 a4 h M

.4Lot

.4 68

Page 75: its NTTT FTCNLG - DTIC

w

L.A

'-4-I-L

'LI-W>W %At

~ ~ \j~;w

r sI

N LJ

Od t-o

I >IMI

92~~~ IX t w.1,

W(

P4 a> . cga~ ~ -mt

.~j ~ ~ Z\69

Page 76: its NTTT FTCNLG - DTIC

toe

010

04 41

. I

0 £

44~

t14

944.4.44

44 . LA.

.10

.4 In# - In

>. #A 4 0

).- QN$

U t '4

'4 4 I

44. 9- 9. l

94 0

Page 77: its NTTT FTCNLG - DTIC

40.

x I IUS In.

If

J Z3 W .i3 P44'

In Do.I- II g'-c..t

0 0

All

Z5 61 0 I

-it.%. t~l W-3 I

II x 4

44 08 AH

C6 I

844 "

1- x844 X .414 93A84IZ

.4 I-a x

to 4A 0a 34 44 1.-

4 < 44M z AOM

4

-

-Am MUMA 'T1 AARA

741

Page 78: its NTTT FTCNLG - DTIC

IL4

.9

14 za a

to .J9*90 >9

ow- ww 9

*9~= I.- 4 1

*9 ~w 0 U.CAN"w ..

$9 -- >9 * - ~44 6..I 4ii~ *9 ~so

*9*9* -WM hI IIN mioi '.4 I

U 72

Page 79: its NTTT FTCNLG - DTIC

WWU~t0

tucMfunmzzn.(.OHOROOOQ dig

II 0 ; I

I to0 IA

-c

I IX

... 08 .I -l WCA Ij- wI IIf V, J W

o ~ s oOOt(1(w IT Ix

X> i DVII J~ -tu I

00 .@4W0

43WII"V 1 JIIL

t

IU U

VC, w

Wt.~~I V% 0 0 0wi

.xI. W*

A* - VC -R .

x 0r

a"W

WW ocx

04A -'CI

w I -

Vc 444% t;,iIW0 0 a W -Iwl(A(0 W IO c b 1-1-£ -- -0L

jj I~m Of OI

7309Iw

Page 80: its NTTT FTCNLG - DTIC

"040 M"W4 44 04 04444N 44 44M44.44

of 04

44 6 4

443444 .- '4)

44 z 00to 4j i) 0

I. ati : 44

"14 w w 4 4t

.4 z0- 4 '.4

of 1202I4 * Cl J I 4 A0

t>j 19 11 )

A 44 4-"

-0 w 44

h- % %4 I- ** . ,

404 .4 .4 t4 ) a:I %a 0 . *i

44 . W

66 Il. 0.4

7 74

Page 81: its NTTT FTCNLG - DTIC

I-

2l en CA ~I

In& mcamou"

A I

Cj Z

w I- I

) )

IA 2

2 2m

2, -, C V 0 W

IA IA I 002

zow z.~ noL

All I~ tU

2 X

-iI cc~ \ ILt 9.

-~~ WU 0 4l8

y > t- 5

$w 2r. CL1I -I o 2 o CL

o~ \NN%\ 4 ~I75

Page 82: its NTTT FTCNLG - DTIC

Ct"No~~- M- Ma"w'"oS6 *

0 A.4-'

w W-1US3 04 0

,c ,

ft (UI XC) 440-am 44 woe'

ft 1' ~ ~ 44 j . 4 U

10 Ut LL.J C m * 1 .4or ft r C 4 .4

x v - .4 ftS

14 1- ) -""

to z4 -.aoP %.: 1 e e o449, - -

J-044 .4 M A44 xO so,. 44 N Ix m vS - , 1

64 0 04 .94 -Ia- salZ-P-d

-- -t -~ - - - -l 4- 4 44 ~ 1,- - -4 - A LoW t

ZI 44 4 ?Z 76

Page 83: its NTTT FTCNLG - DTIC

oil

v IA

fu C

tut flj .4.4

.2:

*l 0C44

W t I .N .-, I

uhi

ILn- - (We

0 #A #A i 'A

0 0 ~0 x-~I r) t 0 o

wt-~?tu IG~N ~W1WOO j. L.L. L. ... i

Al- .U' .

z .- I~w-~ .44LI.LI 77

Page 84: its NTTT FTCNLG - DTIC

wp

IA ""4P'

w

w

i.- ccc:

cl 000

a "0"

A~~L &--I-U tvtS

I mo

r. 14C I A0L

II w

-9 I'I

00 00

j I A I

4-~~ 02 I-wI"'I~ ~ Vi-~ .I96-90 u~

I IIt

78

Page 85: its NTTT FTCNLG - DTIC

IR

or~r444 4 (

N 4

wZ 14

4 .4

41,4 1

a:00.4 - 14

64 14j t

.44

w~ .4

*4 -I

.4 ' w-~ .479

Page 86: its NTTT FTCNLG - DTIC

"#4~~ ~ ~ ~ 04 0o"416 bol ,0*

0.a146

14~

I4 0

464w

4A i4

14 44 .

6-4 m IV

414

49 4 4 HA

00 t, 1* 1t

. I

1.. .4o

.4 0-80

Page 87: its NTTT FTCNLG - DTIC

W. . WJL

A -Z

40

0010

ZO .-2- 004

~aa N .0-k.0*4 Cs.

*4 LL-i NN ~J ~ ~I.4 ~ -~ .a

45 ~I 0 0S.

I" * .HJ 11 p-

.. S-wo .. tooC00000 a. UQlt 44 .0 .

Mm MAMMMMM -vv

ot X)4 081

Page 88: its NTTT FTCNLG - DTIC

LL v4N vU t

w ww

0w w

www

0

a

5 w

U. "geW * f In

WM A WEi% \

j j4 W,

m

.1 0 4E _

I-- Uw i f

coin S. i- 0 th

m ' r2 00 dJ

I vs -. 1 m-3 0LDL

.4Ln

#A. r_ ( L

o 00-

L0 v la XZ~'0 X=

xu -z61 IV1

tL(0WI..ZXZZXX~

.0 E~ % 1;_jU *.-I VIE.) _

-Lis~% \~'** L-1 j V ; ;: - 0D O

;~~ ,Y w- wWaww r

O~a -rw-S.4 '> -a

82

Page 89: its NTTT FTCNLG - DTIC

1La

0 t

Il D0O0. 1 %Ca r- 4 C

5i cu L.u U

* 00

0 0

0A 6 a C

OWL 51 0%, 26Lr

R x x64 3 " .'6-, It tZ- It

r -i a ~ 'I

16 6

464

14 6

64 64

41 0- 64 $

0* I 6

44 4A4 L

0 040 4 0 94 04 c - 0 -1 1.)4C

C 4 Id ta 64

Li CcU00 c, XLcLL00

6)4 Ut

00" L) j fi)V06 U L)6 0 ) 0 u4 6434v. Q0

#43~~~~1 46 ( co00' .4''-

2-U r- -0~* W M 64 *..C.90' I 90"..4

.i rut C: (J-. 4 .-. 4c4.mm. m M VVV64 *

Z) 64 0 ~43.. 6--664- 0406 S OU834

Page 90: its NTTT FTCNLG - DTIC

44 N

444 %-

.

#4 .; , a

94Ito4 '.

04

.. j -3 > :442

.4 ~ ~ ~ IA .~ .i

24 043 auk I

of w #4 1D4 4- .4 .. j Of 1

94 t 4 4 HO)4 .f04 0 t4

0 4~ C 3 .4L 14. .. a 0 1 04

-

3: 4 A': -, . a~ 1 -

>- IA 0- IA %I

-. .4 s- 1-W 9M 4. IMAM

(3 9 .0 j3 14 17 wa N.x l'- Li

Wt

00 .3~~0 00UQ 01 V. 04~4

a. 44 ~ Lmg

844 9

Page 91: its NTTT FTCNLG - DTIC

I-

0 M,(c

ul V) w I OU

At 4

0 wd W I L

~'. I

CA -. 0

0: C

w~

Idw N1

N. I 1W xa k xW 0

I- -i tyxI I I"

I'WOO r -; * a Oin.o-

4A

A 11 IA J

-'~~a ..~ L"

Ik 'Iq

.--C -3 0 0 b oI I

nz N. : I

( A .CW X-

I~~~ Il I

*.j I AAJ ) ,J IA 'A

MI Oj jd VT . '-I rI- W% 4iA 0wl I DI~ .Jx .. ?4.>JX4 V

0 Li

85

Page 92: its NTTT FTCNLG - DTIC

'II

if~i44if44.WM~W4MWW 94it4 w ot

I 4.

04 + 94 fIa tD " tH . iM f,

.4 w

" V). 0-44 w- t f* (u

14 0 c 4Ax e

*f -+6 IV I

I. wS C.on 444 p-,

0" P, W WC

U (TWO*4~~L Le Let IA re .

Page 93: its NTTT FTCNLG - DTIC

x 'U0

pi % .

LAI-

zo j0 .4

a. -W I- a

.J 'A44' mg4

WWI A v +1~ ~IfII~ 0 wm, 0_ 1'

WI& 4 .4WIWI- I- .4

.4m.xWI-49 .J

lVIC .J1 WO.4 Wfl'.4.J.J H -

1-'. '4&J£ i-

.'-4--r w Ha-I CO .4 . h

P~w ...~- h*~a .jl~.-~w*~-~ 87'

Page 94: its NTTT FTCNLG - DTIC

ca 6- fSa

we In U 9

46 OAR T-a -. P RE a-7wa-'.J ' 0 , R ., a a 6 9

U I- w.. cc

I- f-4 E " 9 2 - ?E ,-J CkfJ** C*~ j 0, IC 4X

I rN - -I-c CHO

*u a- 31d !; 6!

w~ r: E g e,5. ... . . 6 4

aL imatte"90 ~ a *ja.., 5 "..-

ov .4**

N49NMwfN~,4 W68NWaW4ffWWN 41 *t4 8

Page 95: its NTTT FTCNLG - DTIC

ccc

I-j

gg.

ww* N

MOMt OZ

ocU 0. t(hI-4

I~

wO.VV fia

.'xI .wc- W

,WJ V£UI0

ZiA~** 11 "it

4A~~~. 00 05

Page 96: its NTTT FTCNLG - DTIC

.4

(A1

-5j

cz

1

a43 133t a

C

tow r- 0

W(A

w~~~ W1-M0 LO

00 a

U"r. fl* ~ ~ ( ..ac JOL

.4090

Page 97: its NTTT FTCNLG - DTIC

N r > 40Y. X 44

J. NC

J: Q N 44a

o~0J3 -,4

04 ...fl- Wo N

4f

4 4,

U. N '.9'12

44 c~. wH

ow a ~ !IWX F8 1% .4.4 -*-(A 0. AtId0a I* woo ~ z .~JJ N t" .OV

Lo 4?494 N

fN -u

N n 0 0 N z matat-096

NN WNI. WE ~4N UT- rw .JUJ T',' I q A l0i

Page 98: its NTTT FTCNLG - DTIC

.. 4

a V

+C

3 -

v ..4 w w0 WN*4J

-". ot-4J 14 ""PWe. M R-. U

If I - .4 *g

c'~No 0 *"**

Page 99: its NTTT FTCNLG - DTIC

.4 .

4 0 OW

4A n a O OCA Qd CA6.

6 6 '.4.4 '. .

(31mr "20 0

ccm (Ainocv)4Z

Q .'ta 6, ,W' W"' %141a6

~~* O wqb-

-A ~ Z

8J o,-

ul to mc9c-MS

66K 6-~j

40wd S'.4 ''.

606 1 (fW~fl~4"Z

fT6 , 6tIC 0

In z 1Aw

I Id

4L 440I

w MoK6 CA IXK (a

w 6v

u j w

Id 6

a 6 I93

Page 100: its NTTT FTCNLG - DTIC

44 .4

44 C3**4 **

.4 0-0 *( C0

U~uo v 4 b

14~ 4 m.4 4c J'~ .

wv 1. 06

61 cc 0. W .4, w~

44~~C IV4 * . 4. -

49vtwt moo moo.4o OA.. 4 UI1- W PA344. C24 " ' ~ - a F to 4

Page 101: its NTTT FTCNLG - DTIC

I-#-

4Wz

W5. -.

-45 * *

t! aa M a

Q, *kao owI- - o

0.z ep. * aA

-;:gum MW In4DTW ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ -91r 1 1 10 00 u*, .%ll~

Page 102: its NTTT FTCNLG - DTIC

w IcenW ~ ~~~I a rI" Inz

O v u U 1)

It-

IiI

I- W JW~ u

I V IW ln Ch2

w In 'x

I, 02-0 .

.4

0 In..nj 0

CAn

' At o A C , C O

-.I (nm r

6.1.

W~ Ir

0q V' CIL W

'La

0~~ ~ ~ ffct% c-(xcczi

10 1%

v 96

Page 103: its NTTT FTCNLG - DTIC

>. ~V;. U

I 0 IJz

I ~.101000

Vs V

* 0

A CA> > 2I'4U.0

,-MN PAZ U

.JI*J 93

Page 104: its NTTT FTCNLG - DTIC

4k

P4 w

4.144

4 44 I,.

44 4

of9I9'4 1. (

49 C, 4

4- C% 0 4 w J*4 w-ow

*- a--. ta r.

of o f o f f 4lj ofI

t%4 M-~4 to D8N0

Page 105: its NTTT FTCNLG - DTIC

4;1

14404 1 - 4

4$~~~ ~ 0* '.u.0 14 4. .-. -' .- 0. 4 .44m

44 -(1 r O. X w 4 I

IZ .30- -. 4 - .J. #$44 1.. £- *. ; 1 W. -, 44 W

0f a W $*or141i

~~~.x-U -. j. .)t2 4of -4. Wux i

#4 ~ ~ ~ ~ ~ ~ - w* 4..s 4X %. 4*4 ~ MJ#.1Z-~b i~.J cu~-#4 .~W4UC 4

'4 #4I 444W. LCL 444 --U1~ 4

4 4A : 14 .

.4~. CA~4

44 L 0 q 4

00

u ~ '41

4-. N -.t

$4 w ps444 94 U) 3-41-5 to. 4 4

"(' LUW Zw 66 . V) :4 .W~be 44 ... w KI J (.it 3~ S4

44i 00

Page 106: its NTTT FTCNLG - DTIC

t23 4,

1.m 0 CDO 0

0 F

ftJWt

0a ri3 2j3-gY

0Y :r 0 uo ofr w Z). a A mg,

1 01

Page 107: its NTTT FTCNLG - DTIC

ElSo-.3 j 0 sJjjjj-

C ,. IS4<I 4L44 <

000

\%N- N

lin

I-4X a,

0000AX ro- wI

N4 luo xaC j AU o

.3 4

.. jjZO J...JJ. j -tM W.XLM.Jim

0 ft IU ofA~iJJ.1 tyli.J ( Iw-

Tl e ~jW~.W WIN Q t I IJ* WW L ~

't* e *~ x Zi'~ J-. w . )w13&d)IJW3W WW W WL

-;. W w -r x. 1. F- I

4"' I-V I, l L)W~I W wWW~ W4 W WWW Wu;>wt U o

4.1 w w J-0-J)

'ILI

0 r-w k - -

Cl C3

Page 108: its NTTT FTCNLG - DTIC

WI(.1

rim wo MIAww

MIMM

.1z

,,' 0 -

n !

t4A

L I

4I

.

v U

cc

I" ai

- t a

In a0A~ WLL16J-a aVI .n Qui

JI Li wI ::v o

a ~I 0t..

I~~~ ~ v~lia ~-cr.ag t- D-1oat- wjW

IV k# -1)0 a 141

z ~ \ 4a SCW 0 1

mo "I~ C b-w.. 0 U - 0 (.

Page 109: its NTTT FTCNLG - DTIC

444

44 C) ty O .

D. w 4 a -

It

& Z %4 L*.

~Ut)C.-.$A 4-4 0 4 4

4 O> OW h4 E

u4 W CA 64

LL *- 4, w 1 3 ~ 4 Lzo~ 44 * r 4

M4 L4J2C U .~ .

id4 '444-Ou %J

4. IAZ W'% .~ .tot.--. mr 44tP~t 44Ul-' 5 .

Page 110: its NTTT FTCNLG - DTIC

4,.

'4 4

RU

-: 7 t Ift . ~ . 4w L

44I

, -f

03 a in v

Page 111: its NTTT FTCNLG - DTIC

-(A

tto

wjtv w G

w 1A In in 'UAS vmt

C' 0 P

ftv4j

-) ;) -.

j".U).) Um

t 0 4w-I0L -. C2...u *.I

AV . .*. ). W IA.) J 'iO IAWM I( w~ . UI I4

F.44 4 ' "I"L C.4.-140Cv*)w Tn A Z,I)00)0.I

r~~~~ q W Iw

-3 - U ,4 W 3,

tD~~~)-'I~~~~LC)~~~~k v~.C 0)Lf v C' V (J~3.)IC A~ 4C ~ ~

V11 aI z n)*I ca q . a? )) ~10 Z:

Page 112: its NTTT FTCNLG - DTIC

II

W..~

ciiilu LLw w R

Itta

ItA

0Is

%of W~J WIIA

-~LI Efl IS I

c~w

.1107

Page 113: its NTTT FTCNLG - DTIC

I* cu Z ui

0 .w V)

*44 2. 5

" V..

.4 04 M

.4 04 1-

* x..Or u 4 C

4 4A t. C 1 (4 vi

C. z OI tI Ui 64I I Iwt- (~aV, h 4 00

J'"O

I V-1 M:

Q 01Woo

ki m -'A 108

Page 114: its NTTT FTCNLG - DTIC

-~~U eqU) 0

'A4 * 0 0 04 60

.4)

44 %A U

V w e 1 A

0 .4.-

wo wQIg :34AI Lij a.4 I.W .4

CC109:

Page 115: its NTTT FTCNLG - DTIC

V5

0w

w wwwwlt

1- wm 00 w

I ..... l

I 0

zor" IA (

4:1

jw -

II. , I

vi ~ ~ 4/ 441 C* a LIa o-

F' r U I . . C Q

Page 116: its NTTT FTCNLG - DTIC

41 0

is tpV C4 I

p~ W jiC, .33 i *I

of -1

a A1 . dU

s.f i.4. nj i- tf

.n 'I))- w2 "%s 12 641 & - 3

00 u<z w 91~~9 E j 4 ~ ~ , .

UT .0.. wa W3 '41acw-if~'

-CU v LA ! O O.4wLb-00.Q- e PLte M0- PI s4 o M ~ o-Nfu mi ri N%, cu A 5 iv wj fu m nr nP)mvvvv v

Page 117: its NTTT FTCNLG - DTIC

It '

vii

tx a k

0 LL61 IxW

#.-

C)Ch w. *iPR

W L6

CIL A#-Q

UA W. -L SC

It .ia lof 0 j

4.,

r, 0 , * t r- cu .

~ 4 CaW C) I .4* ~c Z

* w 141-

& X'a.)I112

Page 118: its NTTT FTCNLG - DTIC

0v wj0 of

4 . b "QC

U, Ix

.4.4.A

tv .4 ." .W w &.- 4 z-.41

31) -- 0I Ja #* bbea on a>f

41 of ---

-Z-1w 00 O .4 I?-J

I- L- Wz~-tf NE)S S4 S ' t 00 ( o

C

Q~ tkU U IQW 2i . .e ~ MMMM I l % AL

1131

Page 119: its NTTT FTCNLG - DTIC

Vw

wCL

cc

0~ WW41 NWS

vvi

ICIA

I4 Aor 4~UU

CL.~ J.WUJI

5I 00 V

a guIo A -o aO 2a J o t

ar C0 0V 0C I V'I. Wa

X 0Q 6..j

Cl .t -z nV wa. ~Igo

a. .Joa-It

114-.

Page 120: its NTTT FTCNLG - DTIC

144

Ow 14 C-. 1 :a.:: 40 w*

Of (5O

Of wa 4

.J * 4 UI Cb4 .4 qt. 0 94 k.4 W9 4

1*jr Itz1 Az . j

vt :"* 4A&lg& .4 .4.4~~~ W(."MmooO z-z 4

0. W 4 ~ *4 4t.40 t14 W 99 9'lg ~ .i - o-6- >*t Wlt t -a ,4

a #4 WZOIA 0. oP.- &"%s x x b. LA a j14 Q\0 pm .W4f-@ 04A0. *3 IA230M Z , log

QUO 14IW A. * . l 4 b ft

lzf c b D lumT hW ,0 t ) VMW ( -. 4Nlw4 o mm 0t.Zv04- ~ ~ ~ ~ ~ ~ ~ ~ V WT * v4 wAl thuloulkSAWW-** 4pf4lj? W*

*~ 14L II *VI ~ '1.~115

Page 121: its NTTT FTCNLG - DTIC

G W V~(D N' U)

0 1

U I %c.maritmx

M-o ID o 00 0

04 :ww uo a

C'I ww

Q* u Du

0. IO D

I . wcq Itar3acorj :x

ZZ 01jj

LU~~ WLWILJI.WW

IL wb

w~ = .

~..a w 1w (L

0. I L. 0 .0 IL q ' Ilow ol pi MD IV L

.20 0 11 \ \ \ 0 ~ I 2

p, Wjoj~ I *

':0h I

uh CA %A I --- V

z C)W CI -... -

QD Ila 1

I FIt

Page 122: its NTTT FTCNLG - DTIC

IV1044

410.4.444 - 44

.44

m. 0

444- 41

'40 In 4

.4

44 W 4sk x f4

'4- 0 III %aWILI4 Uc 4~4 JJJ

w '4 4-4

- 4 14 ft*0

f- " * a 4 11 S 44 I.*

W4 44 0

44 4 U'44

0 14 44 M C1 M1- 0 f f f OW

Ui('U4)(.4.4QVQQ UQ -jI44444*44444441444W4444 001

w 11

1 I 17

Page 123: its NTTT FTCNLG - DTIC

0- z

N t-"

44

a H6

-WA 4 NlV

4H i z4 .

L4) 0 ol NwU -I wH a0 -- 5 V . '. W. -

0A~ "Ix w o -W,

-- -- tt -- -- --* mcmn

-. NOtXtL9 S4S

Page 124: its NTTT FTCNLG - DTIC

7g

(X me

wd a. W K c

94 w,

07 0, Z)(x 6-

-r r WON~~

4t 0

X0Z

CL aaw* 9

cc w

0 0r Q .,4

z 0000000u4 JW as

xx .JAxI: 0

1- 1 X, arI

z X ~ nuxxIX

0l (Ucu -

l. 40 It 04

~,jC3 w Ia3 1

ot sa woxx 00 .01-*~~~~IL' %>.,- c ±flIL~00t'-'a) 0 I~ -1'U13

(LYS JV I

Page 125: its NTTT FTCNLG - DTIC

44 n

4444 ino

* 44 C.44 '4

z3Mi

on44~4 S.4 -

v4 L6 4 £~434

61 '- X *1 x 1*)

w4 &0 kn 4 _0 to x 3 .

-- 14 3. t o- .4 I- I

.4 I-. pn go .1 ::. A '

I4 t1V #- 44 WIZ 0 ~ ~ ,f

-4K

14 .,v

44 or. 4m~ .4. 0Jo. e>mjI~~~:v4~ 2'* . . . .Il.

ul *4O4 4 ZY? 140 44 4 *4* 44t

A 44 OC : -

4K '4 .z~r~i 0-e.0

0 14 .i443 .3 ,. ~ ~~It . - .~.14 Q

'~~~~~~~~~ -82V K 4 O O~ X'O 14 4 4

V1 L> 44 0U UJQ U .. )0 .4 0 u'J

-r m qo ,w Ck : uD,0 ,0.-JVhL luN $4rd c

k '4120

Page 126: its NTTT FTCNLG - DTIC

01

w Up mr- kA IJIWQ(' mmix=

*wwwwww wk -J-aOMI

f1. Iw

o o I W, 41

000 III I

'I -4

W I )13 111 62 JVAO1 A -. 4" VI th t.YV %.1 u .I -~JL IAW I t- :3w ILIw wu 0) - VI 0 a M U WI I-C 1 r c, V, - b-I

I..IIJ I W WW

Mo. W-01 2 14U

r ,,I-) 03 VA C) 0043

to

0 0

I -4 &.1 0

W1 0.i20

W04 W*w--o t- I-OWI-w j WIrI

2,L Iw- , ~4 ; 0 C;*WCI Sd 0 0

Iw w

t- W31 .r I.WWWI16.,,. w IW4. w atI

wtj4-t-- 31- U4 . Z .1I xI zA XX XX A

JZ -_ Q: I4

01 ~ ~ 0 00 L-j7 W W

S11

Cll

i2Ci

Page 127: its NTTT FTCNLG - DTIC

- _ _ _ ~ - - . - -c

Vktxt

ft ~ ~ ag t 0o

.4 s.jI

00 1.44 R %0 ~too- k 0*

N > M -9"0 JIM J. z N0 :> 0. W

> bt~, t w % .4u ,>

1~~~ anf Q00 ~ liN f 4.- I c 44

W40 C ." WLj * ."7

WO~lo r NWOO4)V9.94 *9

122bV~4 .~W O

Page 128: its NTTT FTCNLG - DTIC

16

IIs

Us A

IL x 0 30 0~ 4(0

I z x

!; - % Usx~ ~ ~ ~ G \Q..

ft O"P i!

115 It t. . . s t 'fa

:1 O t I .1S 1.0 $

'm OmixLt, usq0 w-. ). -. 5 z

N cga"OIt~~~~~~x~ to c.(J~. ~ *~ w w

4) LA hoo1

cc - o..

coo 0;tm tfg r .Mgc CU- vgg") tA~~~~~~~i "3 C Jm0 tJ ch 4

~ (33- .- U~C) CIIgo-

~ ~ T Z I123

Page 129: its NTTT FTCNLG - DTIC

04

"-g

"LiL

II.oi

0, A.taw

iON I

I w a I tl *..

aL t- ~ t---

W

Ia

a :anI

vi cu *(j & -ov m ~M Ix

4n 0

o~ wcc af(tua.J a -az 4 r a.v

~i JI) -a124

Page 130: its NTTT FTCNLG - DTIC

____ ___ ___ ___ ___ ____ ___ ___ ___ ___ ____ ___ ___ ___ ___ ____ ___ ___ ___ ___ ____ ___ __ ~ii u in i3I

.4N

N - #if .4 Nx0 ,1 I

IA. w4

044

N W "go I-

N W N

.4 ~, i

N W N

ftg

ig

NWt Q

12

Page 131: its NTTT FTCNLG - DTIC

4 46 044 44

4* 44

44 44.4 .4

"04 V44

Z0 U

to I

be fl. tp 6 4 ) Z ~ ' w

04 (v u

44 1. -, 14 1us 4 4 .34

.44tA ~ ~ ~ ~ -it4 ko " '

a 4~ IQ 4

-. -~ - .-H uf mMMMMmnvv~ e %

12

Page 132: its NTTT FTCNLG - DTIC

a csx.

iaLAS

oe z

U4 a (L*a

C) W cc

0 a 4A IC

01 AlA SO F~

a La M t 61 O

-4 1

L. 1I4Q 1- ~ /

AA 3 k

I19

Page 133: its NTTT FTCNLG - DTIC

'to

14 Of

9£ 44

w 4

$4 w 04

Ix a-,- t4 in 4

0 c- r 04 14.44'

04 3-4 or .

Is -

so9 *9

£4 ~ ~ ~ ~ ~ f Z4A.44 ~ ~ )Q -

94~~~~. Q) ~ £ ~ ~-Li" 0£)4 .£4

Is 93I 14S

l> £9 to t w D 04 4N%Nw %% 10 40sbCK t.9 0 CA(J 8 4 0LU.t0II J ~~~ ~ ~ . 44 f4*~% v ~ ac 0- '4 .4 - - "* -

w 4 W I w - .

-)e -* -- -. - 4 - l U lr U T Mnv

Page 134: its NTTT FTCNLG - DTIC

UA

tr i

I

a 'A VV

IL 1A G

x A ZwW.. z II TS

r

4. w.

44

04~~W 1,JW0awa

nta-

Ale r

0 La I

Z't - U in (9( ,I It .I-P lu .a acI

aS~ a a 3 ZA

an Vol ax Wt 0x 1.1 1 r

*~- CL-'I 4A :a Zr Z W

-0 0. as

I LL

Page 135: its NTTT FTCNLG - DTIC

IIIiL

~~.01

.44

14f

14 -14 4tW A. 'I. -

r4 14 4A1 A. f ~ -

V -P4

V- LAW 04 ii. -4V'

L t

Page 136: its NTTT FTCNLG - DTIC

, Ow I

'A. lw 1c x x~W UWr HIR I- -

-*UU aj M Y IC

t- l4. tl.4 l 4 ' 9

M-1i

4r I 44400 I k 0

V.. UK 0

H. a 9w

wr 4K w -I.

9. .0 al IL!W

0J~ fA sn C464 4-Ma ZU)f rOW" 3

9..F?*-

It u I- 1-.

> 'D- 9. M2.

b4O -4p

II I . -

- .. I- 4 t

).L IOLA M

St 411 -.J.- R

4- x n.J.D. .- I -M q,to Li4k w 09lwz

' ~~O 0~J J. Wwwg 4'.4

0T d. I f-C. t-(UC~U t- g- ON

to - -! -- - R

vII It

Co- O? 4a

Page 137: its NTTT FTCNLG - DTIC

14'

f46-4 o .4 Is

*4(4 aJ44 ~4 * '>

04 to .J '

-u u ..lk4 Er ~ 49

040

44 4L*J.I *4 ZJ>**4 14-Il. , z V.

6- 4,OxW .94 % Ij~'

w - ON 4* I

m4 4O 1J*44444**** a:444444****** .444* .4

6.P I91 (.4A QQU 3

Page 138: its NTTT FTCNLG - DTIC

Iwvaw

!9 ~ ~ (1 lyc:c

w .WW~WWIWW Ww

t~It

~Ilil -1 00,,u

CA w 1L.4~.w

of .4 iW> -

-4 I

I- U..qt

16 a Z' - Wp.J - YI

'A.- I, . AJ01

InA

X. 3c

.. w.

0 w V - t

jwxals 0-O : "-

II.

oa. w Or- I 4UJ Ww w

UQIo7~ 00 W. W I m "WI

~~0,1

I

C- .1-2f x

1 34

Page 139: its NTTT FTCNLG - DTIC

#4 .4.444.44

14 to

.4 04:

44 94

94 LL04

b4 4 #A

kf 6 4 SIM4 .4 .

#4~W II- I4~ -4 ~ ~ ~ @ wl6 -

.4 0 v w

64 ' .

135

Page 140: its NTTT FTCNLG - DTIC

0'0

.4 x 44

44 W a.

14 .4 0

44

P 4 MU In -

o- x faw4 ae 4#* t

\4 N44 N at w. t04 azzz *W al~ .4 *-+1

44~ ~~~~ W44t e. s rn .t. 0t 1, a# -OOW Q

t4. i4r .4 4 .

-CUM '4wf WO *til, (hg e&-u osi toC WM r m ,O l#4TVV*V m 4 t

1364

Page 141: its NTTT FTCNLG - DTIC

.0 Q

4)1

SWCIO~~ IL Wl

<11 V 1:' 11 W U % I W w

I Z, .- j.

V,.. Ob

(* 4 3 w 00 S0l Id0~~ .4

I) W-tWu

nJ~J

f-~ 0. c rx vt

x

0 -1

3o t. ..

,l 044 A uX),0 O; 1

Zx %n X LL W

)(Xr to w X~

-Q * .- t.CQ OU i CLC rWn.~II :L> £J ,p

''I w I z.4

CA QlzI ozd~

I'll x

14117

Page 142: its NTTT FTCNLG - DTIC

14 0;444 w

*449.m >~94

W61

14 a.~f a

4 0*44x0 EdS~ 4 ~ -

*4 9 4 9>

t %A vw44 x ~

g44x z Z .4 * 4 O.U

66~~~ w )-

w ~ x - 9.9tj *, *

94 04*99*9941. 9.44494.*4.94I-

it c"" 4- - B w~;

OA t rvi 0uQ00LI-)0 0 3 La c-

0 D 4

'4 3

Page 143: its NTTT FTCNLG - DTIC

0 (D

-Z I IZ

w JV -W 0

00 00 00

'AL IC~ Wta

III4xk zr

' EMM I 0

xI. In ) .S c

w 000 0 oftAes

II

1A 'Ii

Ix oil

-Z z )

t, -I 4A

z In w II W

wx I, C4C lYIWS- m U 01- I

E~j UWWWI

: -H I

Page 144: its NTTT FTCNLG - DTIC

V.w f

44 Im V19

bo 0$ 44 (4A

4*~U 9$ x-'i

44 J' . 9 114 .J4*e34

0 L) 0 94 on.

k. ul C4 94

W4 14j 04 x a

04 4L x 44 Icf. CA

94~0 4,69.J) 94* ~ 4 ..~ E Z. te-U .-- :

44 ~4 .i >4 XV > I4..

4 Xu th4

94 ~ ~ ~ ~ 1 1.U2 ~ *9 94

4+ 'A - j.e9 4 N-749.c ~*j 199 xgr zz ow *tj "I-~9.

44 o W4 - v Aw: 94 4- 9IR

V 4 Lq (A .. W 9 (A t

.. (A C'- M ou) .U 9 ~ . 4 ,

44 9

$0. wjCi9) 0 4 ON -

LU ~ ~ ~ ~ 1 04% ~ Z~*4

Page 145: its NTTT FTCNLG - DTIC

1 %

(WI

XI 04

k. Sir. It w

) -u I-. -u x Z4 0

r > 4

it -:,

1- '6

401 a

k - I, M - U& 0"2 O -14 -. 4. 4.4 -*. A 14

IA. r 141

Page 146: its NTTT FTCNLG - DTIC

wo

> C3.

X- -

x £1 C4 U CU 4.

9-u t-)- .4 .

Lj u. (3 -qtt sC U ~at LA. w-*'-

5-- 044.

oa.w o- s-

~J 0 - Q"", oa. ar ~

01 m -- -- - - -- - - - 04

~' *( - . 44 Cr -I V 142£

Page 147: its NTTT FTCNLG - DTIC

r-0 uLnc

>. zx xz)zzxwl-xw44v

Q. ) 01 %.ht1)

4 NN IN i J ~ )).

4~~~ \4.N'\ Do~ 0001.) X.CxDqZV a 7 rz~t tn F-).

&~~ 4Z-I4.~~~ Q.hf4&4...... t&

U. W

W Cf. IXI U

w RL Ono

U% thth r 8 u(I 4 J

1wij NO 00w W444t*ULwI.Ww0 wmW

42016 r.P- 1)Jr). 4>. xxx4 '.\'\ .\' Zx .' N CLIz4

V- -4r M4 .4 .4 %D w4-,~L k,, rd~.W .J1J U I

4 1 Iz It) C c. a IW tA 1A4 4r LA. tr00I,.

%n L.' ,4 _

-44 -'4 t I I-

0~~CL -J : COt 1-' L Ig W. Ct4 C4.JO 4-( (UL0 , 0 7

4 Z (L -.4

0 C,) -,Aku cz3

Page 148: its NTTT FTCNLG - DTIC

04kMW44 44 .J t

4.

r x T4 I

j00A ow12 4 .x I04 z- .~. ..

0~~ .4 w 4

a 0

.z4 00 X UZZ 104 O~i'~ IL ~ \.J\~

*~04 s.A t 44 - 4-04 Q 4 g.- W C. V) '. 'it -4 5 -. 5

44x x

#4 1- 04

z~tz 00E -=Oua oo CO 9x -4-

54 40 t~ .. .4 -* 9

N) "I V**. 4 r. WM ~ 'W N%

144I

Page 149: its NTTT FTCNLG - DTIC

I o

'a

LL- m

0~~, x t-W V; S Wj

t- * l 9- -(U;.1 w

) I-. I- M19, i 3 - Or 0 W:: a~ 4z (C*

4;. lpt . a . I ip

2 a '30 0mZ) ~ aw- . - L. .*i ; -

*~~~' Sxlr..J 2 . -

id* 1. fqf- - - S. -w *

ir1.9OZWw 4.

09~Y'.* *~

4-4

Page 150: its NTTT FTCNLG - DTIC

b, IQI- C- kr

UA W 0k00; 3V 0U

z Z WWUJ

(L C. r4± 0

VI t.w *1

* Qkifl.00

I ~ iI w N~

IJ u. aU II I lla~ Im

-J -J I UN

~ I

I

L. 'l 'C.

.4 .J OA- - w .. * 1- -

Page 151: its NTTT FTCNLG - DTIC

P4-4

444MIx 4

00r In 4.14

44 -a 4. " < ->14 Ole

4. 4-).* 44 rvi

- n A- u

k, t. -*E O w 4:1

*41 0 .4 4.W >2 z Ic !-z 4 h44 V x m.@

.44 roeX22 4.

4.4..4444444.4444444mw444.4

-----------UUVU.Ww)UW)UW

Page 152: its NTTT FTCNLG - DTIC

I t.. ~ l IA

w

ScK0 WW>WUWWWin In0f A AAIo ab6 s inI t4

w 4 IA 0

raa ZTrxcg

I- x_)v)- a-

C4a

T tv 01

-~~AS a r ij

~I al a- w II~OC 3' \~ Ir -. I .% \ , I IA

M> .)..WIAD')th v)4

w oto c 0 It48

Page 153: its NTTT FTCNLG - DTIC

0 54 *0 0 0

.9 .cc

0 I-X .9 I-.94I.- j 01..

lI 0 -. 9 .J f0

19 '.92 v 0 l '~r

09 w ir c #4 1. _ ,I -a

V1 0 iz M OOJ z 9.':> 4 *. *4 1 Lh C.. ' n .. 9 5

44.m 4A W n 0

" .9f-14u

.14

Page 154: its NTTT FTCNLG - DTIC

4,4

-A 4b -> :*),a . t .4

S34 >w 4 vI

I .- - -~ 0- -- , - I ;Ii04 0

Uf ~~ .4 I U

. .4

Q-- --Um3 wwtx-wm Q8

ID9

cc . c..W * . t1

VIO. C't'W 00001 N. - ~ ,C~ .

Page 155: its NTTT FTCNLG - DTIC

- Lf

otwoo 0

W 0I

0040

w wo~w C

L4 U :

VMV

I 0 .J . I >",N

sNI 00ptolA ,0 0 w o

11W D1W1"

I~~~1 1~OD-~ . ~ : 01rc I I3 ii

Page 156: its NTTT FTCNLG - DTIC

w 'A W'

la N "N

641

444 04

JI #4..J H- J I-

44 a *

4 'A W to

644

44 .4,

46 LlA

t - - I

.4~~C 4, . .

** (3 L WW- 0t ft 4

444 * t,

i44

m4 v 0*

JIuSfu

4-h it \'S c* ±IL 4 *. ~ .. 4-0* W-d

-~ 4 ~ Ab*

Page 157: its NTTT FTCNLG - DTIC

WI

4 Ix

w

V~a 4,OdI

In'

49 I.-&W 2.

w w

It-4

tfW,

I A

01 II

ILIl 0S

0I

cl I IJ I:

1 02

44 I x , Z aW.

_-j)

21 j "

a M

-5--

Page 158: its NTTT FTCNLG - DTIC

(.9

CL

N -1 4r.JU

- CL .J

94 )4 4 - .4 _. rJ %A . - - Q

14 1,4o- w m vb

14 x 7 94 a*IcC v

H~~Z C4 *.

Al twC 23i 9

i 9 W 009 gt 4 1 V9U

14 JZ *. 1: 1 *- --JO (A ~ 4 xl 0 a1- 0 .J (

0 ~ d 4-.09 C -1 - Z wh4 \1 *1 t ET C Wil 'L Y.

94 (12. 51 .) H ..

do 4-- 4. .. 4 -. 19~ 9W I - 99 0-

.. ?. 04- .4 -. N10 " 4 S.

44 44 Owfl S44 M -4tj ~~~M <WAj.Z 1.A M -

Cl 44 O - - -C

WOAI O &-U V~C OW U9-W Wtf -N4~ % -mMM m" vvwe. 'f v (b fal*-J t"LO 4

Page 159: its NTTT FTCNLG - DTIC

C'-4

>M

OR% -. .I

WI- It k. -t

r~ - 5x * 4

*1. w -Z MOIL. * ,4

tUIt coY eN 6q

Er U s~

Page 160: its NTTT FTCNLG - DTIC

w O~ cc wurW (0M

0

It

0

% t w .o to

1 .1 u

- h o4 ttt~ ,rtCUU) t W 0 %t

ia X (I *' a D , , : L i (

V , _

I- k

0 1U* ~l (UC I

ct IN) rd~

4*,- t 4 v I- J- I- -

'rr r

00

'ftIC all.W

0 11 .

tI 'I -

I~~ I

oo W.. A

ri rxI(

WQ I

& I 014 4 uL W

gGI W*

4 >' * ka XI V-

Ix 40 X*1 4 W~ XP*1 j-~ w I

Page 161: its NTTT FTCNLG - DTIC

I.I

Lol

of~~~~ ot4Kto401

64(wo

444 o

'-'.

its ... -UJ:

:-4 . 0~Q4.

or z

44 to.

*4: - Z* ,M*.

04 L)0

.4 4

Q4 Q * 0 L ,1)6k,4 os40

*4*4r V V0- P*N *4c~t~ C

Page 162: its NTTT FTCNLG - DTIC

In 0

1*41 14

44 w

4 0 0~ 4 j

94 V' * a - 4,

(z1-k ~ 4 - S-

44 S w I 41*41 44

64 z.a. 4 rx -.-

44 .- Q J44 a., X. 4 4

x (A L, W ~ t" H- I z .S4 w #. . PC J, ita 'I -x in i ~

01 x 4- V) W4) M V #

' WO 1 a 'a ax4 J4 \.fi. * -1' v 4 "rH, W'ru ". Vi 1,I~ 44 ..)J .3

Dz.o 4444 >-'-~'~ .4* ft44 ,

4. 44 x.44

of k 44C-:%A4444444444444444 12 -

:>4UU a)4 Q 44u.))oo QQk'

I*tI4D W~£9 CW

158

Page 163: its NTTT FTCNLG - DTIC

W Wuwwwwww j). t-l- w Ct'uJ

> wV

-i v 0 f0

W

V'I

.1

I )

-. 4171 r*J4 7$ C2-j

O~, ~1X1~L~ j.4, I -~W W

Wuf4 if I

X W ~ WWIJWW.

no-"L'

rl~f

0 J11. $r, r.~3

U 4X 'WI.0 I.JU&~W4It> - IIVl Ij'/.IJ

w-C I>;

di':4

~~N I

j I

Page 164: its NTTT FTCNLG - DTIC

2 14

44

*449

49

99 v *

*4 4j941 (9 4

> , 4,

64 1- 44

'Atf

If 4 J.J.J9.it J 00 (Ima

th 44.4I* I- 94

UA 9 ''.V

901 U 4

99 I *S

cu .9494944*41t 449'44)441444ok1

- -- -- -- u V o r f 0 (

Page 165: its NTTT FTCNLG - DTIC

a. *4

.4 v' C9-

> 9 4w ut

.4 . .4V. 44 x- - "'CL :1 $- CIA Of

14 r Of d

0l U).. 1% 4Of 44U) 4

r, ; M" U)

W .f ft 7) 4VN #

z #. Oz#4 z' t; 0',~06 to x~) ~

4 , . I 1.U.bb

Z) 14 IS6 6

41 0 x 4. %t *i -.4'. 44.to ti4-- .j L. .

N4

L),j tjOUQUO

Page 166: its NTTT FTCNLG - DTIC

17 4

'r i

rww

-D.

AA w10oiok. 1g .1 C"

LA cu

~j"ru U -

COO) OM C L%' C

162

Page 167: its NTTT FTCNLG - DTIC

U)t -.I

41 44c

I Wj W te II l )

mI

lot 0.

I~~ IT (h~

-. .

r *l

H

L 4ow .U WWII5

Z:i

lk~

*-Ln" x- wt- -IM

'.4 - <Po4l v w

Y~~ - -- - -. -*4 -s 14

a'- ~ V.J C.~ .a iO'.'..163'

Page 168: its NTTT FTCNLG - DTIC

(FCC001~

W 'r o

-

w W

oth

'.40

4W WQ V

.. a

ww

-a.----,C4 vw IIW

'- A It

%A Z.0 iwew

(I acgat-

Page 169: its NTTT FTCNLG - DTIC

UNCLASSIFIEDSECURITY CIASSIFICATION OF THIS PAGE (When Data Entered),

REPORT DOCUMENTATION PAGE READ INSTRUCTIONSN PBEFORE COMPLETING FORM* REPORT NUMBER 2. GOVT ACCESSION NO. 3. RECIPIENT'S CATALOG NUMBER

AFIT/GOR/AA/81D-1I OF

4. TITLE (end eubtte) TYPE OF REPORT A PERIOD COVERED

MADAM: MULTIPLE-ATTRIBUTE DECISION ANALYSIS MS ThesisMODEL

6 PERFORMING OIG. REPORT NUMBER~VOLUME 1 1"

7. AUTHOR(s) I. CONTRACT OR GRANT NUMBER(e)

Wayne A. Stimpson, 2Lt, USAF

9. PERFORMING ORGANIZATION NAME AND ADDRESS IC. PROGRAM ELEMENT, PROJECT, TASKAREA & WORK UNIT NUMEERS

Air Force Institute of Technology (AFIT/EN)Wright-Patterson AFB, OH10 45433

II. CONTROLLING OFFICE NAME AND ADDRESS 12. REPORT DATE

December 198113. NUMBER OF PAGES

16414. MONITORING AGENCY NAME A ADORESS(II diffirent from Controlling Ofice) IS. SCURITY CLASS. (of thie report)

UNCLASSIFIED

ISe. OECLASSIFICATION/ dWN RADINGSCHEDULE

iS. DISTRIBUTION STATEMENT (of thia Report)

Approved for public release; distribution unlimited

I?. DISTRIBUTION STATEMENT (of the abstract eitered Ein Block 20, if differe t her Rept)

28 JAN 198.1S. SUPPLEMENTAnY NOTES ~(

t'1VED FOR PULI- RELEASE' AFR 190.17.FMRIC C. LYNC1 ,Major USAFDirector of Publc ALI;?.

19. KEY WORDS (Continue on reveree aid* If neceeary md Identtf) 6y bfack numbr)

Multi ple-Attri bute 7r r/ce h stiuo of Thhnd?~, (ATO}Decision Analysis " 'a- ...... ,, i, O 5i " "Computer AidPreferenceValue20. ABSTRACT (Continue on reveree side it neceeeary and Identify by Wlock numbet)

The complex multifaceted decision situations present today suggest the needfor a timely, automated tool. A decision-maker is forced into comparing alterna-tive actions or systems over an entire set of different measures of merit, Thiseffort is an on-line, real-time, computer-based decision aid designed to assistthe decision-maker in clarifying preferences in a cooplex decision environment.It is applicable to problems which may be represented by a hierarchy of objec-tives to be satisfied. The program is MADAM: Multiple-Attribute Decision Anal-ysls Model, and it is written in FORTRAN V and is implemented on the CYBER 175

FORM

DD I jAN 73 1473 EDITION OF I NOV 6s IS OBSOLETE UNCLASSIFIEDSECURITY CLASSIFICATION OF THIS PAGE (ihen Date Entered)

Page 170: its NTTT FTCNLG - DTIC

UNCLASSIFIEDSECURITY CLASSIFICATION OF THIS PAGE(Whan Data Enteord)

system. MADAM is designed to aid the decision-maker as he or she progressesthrough problem formulation, parameterization, sensitivity analyses, and adecision, including storage of all data and rationales. Deterministic problemsare analyzed through Multi-Attribute Utility Theory concepts and an dditivevalue function is utilized for sensitivity analysis. Pairwise prefe'Aenti'alindependence is tested between attributes. The sensitivity analysers include acumulative weight analysis, a relative weight analysis, and an attribute levelanalysis. The analyses may be conducted by fixing an objective to be consideredand conducting the analysis across the alternative systems or actions, or con-versely by fixing the alternative to be considered and conducting the analysisacross a desired set of objectives.

The work is divided into two volumes. Volume I is a theoretical presenta-tion and includes a user's manual. It requires no programming expertise andmay be used independently of Volume II. Volume II is a programming manual in-cluding the source code. It may not be used indepeadently of Volume I.

UNCLASSIFIEDSECURITY CLASSIFICATIOm OF T'1 4AGE(Wen Date Ent,