******************************************************** .Architecture and Code Base Quality ********************************************************~ | Code Fixes= SUM(Bug Fixes Planned[Release!]/TIME STEP*"Release Ready this Step?"[Release!])/Fraction of Defects Important ~ Defect/Month ~ The rate of fixing the code base as a result of incorporating MR fixes in \ the new release. Note that that no matter what fraction of defects we call \ important, we will transfer same amount from this stock. | Weighted Error Density in Architecture and Code Base= (Density of Defect in Code+Density of Problems in Architecture*Error per Design Problem in Features\ /Modules for a feature*Relative Importance of Architecture Problems)/(1+Relative Importance of Architecture Problems\ ) ~ Defect/module ~ The weighted error density in architecture and code base shows the density \ of errors in old architecture and code base as it influences the quality \ of development in new releases. | Inc Defect in Underlying Code= SUM((Defects in Accepted Code[Release!]+Defects in Code Developed[Release!]+Defects in MRs\ [Release!])*"Release Ready this Step?"[Release!])/ TIME STEP ~ Defect/Month ~ Defects in the code that is released become influential in the quality of \ upcoming releases, to the extent that they hinder good development. | Inc Underlying Code= SUM((Code Accepted[Release!]+Code Developed[Release!]+Code Waiting Rework[Release!])\ *"Release Ready this Step?"[Release!])/TIME STEP ~ module/Month ~ Rate of increase in the underlying code | Relative Importance of Architecture Problems= 2 ~ Dmnl ~ This parameter factors in the difference between one problem in a feature \ architecture, vs. one defect in a module of code written. The higher the \ parameter, the more important the weight of architecture is in this \ balance. | Total Accumulated Defects= Accumulated Defects in Code ~ Defect ~ Total number of accumulated defects in the underlying code. | Accumulated Defects in Code= INTEG ( Inc Defect in Underlying Code-Code Fixes, 0) ~ Defect ~ The total number of defected codes accumulated across all releases | Fixed Defects in Code= INTEG ( Code Fixes, 0) ~ Defect ~ accumulated number of fixed (former) defects in the code. | Accmltd Code Accepted= INTEG ( Inc Underlying Code, 0) ~ module ~ Accumulated code accepted. | Accmltd Features Designed= INTEG ( Inc Old Design, 0) ~ feature ~ Accumulated number of features designed. | Accumulated Problems in Architecture and Design= INTEG ( +Inc Prblm in Old Design-Architecture Redesign, 0) ~ Problem ~ The accumulated problems in the architecture and design that influence the \ quality of future releases. | Architecture Redesign= 0 ~ Problem/Month ~ The refactoring of architecture can reduce the errors in it. | Density of Defect in Code= ZIDZ(Accumulated Defects in Code,Accmltd Code Accepted) ~ Defect/module ~ The density of defects in the underlying legacy code. | Density of Problems in Architecture= ZIDZ(Accumulated Problems in Architecture and Design,Accmltd Features Designed) ~ Problem/feature ~ The density of problems in the features already designed and used as \ building block of future code. | Inc Old Design= SUM(Features Designed[Release!]/TIME STEP*"Release Ready this Step?"[Release!]) ~ feature/Month ~ The addition of legacy design | Inc Prblm in Old Design= SUM(Problems in Designed Features[Release!]/TIME STEP*"Release Ready this Step?"[Release\ !]) ~ Problem/Month ~ Rate of increase in the problems of the underlying design. | ******************************************************** .Concept and Design ********************************************************~ | Des Time Change[Release]= if then else("Release Started?"[Release]=1:AND:Sanctioned Design Complete[Release]=0\ , Allocated Design Finish Date[Release]/TIME STEP,"Release Started?"[Release]*(Allocated Design Finish Date\ [Release]-Sanctioned Design Complete[Release])/Time to Replan) ~ Dmnl ~ We set new desired times for finishing the design based on what we get \ allocated. | Time to Replan= 1 ~ Month ~ This is the time constant for adjustment of expectations about release \ date, code complete etc, to the data showing that it is going up or down. | Release Start Date[Release]= SW Endogenous Start*Endogenous Release Start Date[Release]+(1-SW Endogenous Start)*Exogenous Release Start Date\ [Release] ~ Month ~ Release start date can be exogenous or endogenous. | "Ok to Plan?"[Release]= if then else(Time=Release Start Date[Release],1,0) ~ Dmnl ~ A switch which equals 1 at the time step when we decide to start a new \ release. | SW Endogenous Start= 1 ~ Dmnl ~ Put 1 to have the starts of release endogenously determined, put 0 for \ exogenous starts. | Exogenous Release Start Date[Release]= 0, 6, 12, 18, 24, 30 ~ Month ~ Release Start Dates, as an exogenous parameter | Relative Size of Expected Bug Fixing[Release]= XIDZ(Size of Next Bug Fix,Features Under Consideration*Normal Scope of New Release[Release\ ]*Modules for a feature,3) ~ Dmnl ~ This tells how big will the bug fixes be in the upcoming release, compared \ to the desired number of features. | Tl Eff Bug Fix on Scope( [(0,0)-(4,1)],(0,1),(0.452599,0.692982),(1,0.4),(1.3945,0.232456),(2,0.1),(2.77676,0.0263158\ ),(4,0)) ~ Dmnl ~ Effect of bug fixing scope on the scope of the next release | Scope of New Release[Release]= Normal Scope of New Release[Release]*Eff Bug Fixing on Scope of New Release[Release] ~ Dmnl ~ The fraction of total features under consideration that we decide to \ include in this release. | Features Approved[Release]= Features Under Consideration*Scope of New Release[Release]/TIME STEP*"Ok to Plan?"[Release\ ] ~ feature/Month ~ At the time of OK to Plan, a fraction of total features under \ consideration are finalized to be designed. | SW Eff Bug Fix on Scope= 1 ~ Dmnl ~ Put 1 to adjust the scope of next release according to the level of bug \ fixing planned for it. Put 0 not to have this effect. | Eff Bug Fixing on Scope of New Release[Release]= Tl Eff Bug Fix on Scope(Relative Size of Expected Bug Fixing[Release])*SW Eff Bug Fix on Scope\ +1-SW Eff Bug Fix on Scope ~ Dmnl ~ The effect of bug fixing on scope of new release depends on how much bug \ fixing is there compared to what we are planning to accomplish in the next \ release, if there was no bugs. | Normal Scope of New Release[Release]= 0.2 ~ Dmnl ~ The normal scope of the projects, as a fraction of all the features under \ consideration, if there was no bug fixing. | Chng Start Date[R1]= 0 ~~| Chng Start Date[Later Releases]= if then else(Endogenous Release Start Date[Later Releases]=FINAL TIME,if then else(VECTOR ELM MAP\ (Fraction code Perceived Developed[R1], Later Releases-2 )>Threshold for New Project Start\ ,1,0)*(Time+1-Endogenous Release Start Date[Later Releases])/TIME STEP,0) ~ Dmnl ~ This equation puts the release start date for later projects (not first \ release) at the TIME+1, as soon as the project before them is completed to \ a Threshold level in development phase. | Perceived Total Code[Release]= DELAY1(Total Code[Release], Time to Perceive Current Status) ~ module ~ The perceived total code for the release. | Fraction code Perceived Developed[Release]= 1-XIDZ(Perceived Estimated Code to Write[Release],Perceived Total Code[Release],1) ~ Dmnl ~ The fraction of code for each release that is perceived to be left for \ development. | Threshold for New Project Start= 0.6 ~ Dmnl ~ Threshod for starting a new release. As soon as the current release passes \ this threshold, the new release will be started. | Endogenous Release Start Date[R1]= INTEG ( Chng Start Date[R1], 0) ~~| Endogenous Release Start Date[Later Releases]= INTEG ( Chng Start Date[Later Releases], FINAL TIME) ~ Month ~ This release start date is set to start a release as soon as the former \ one passes a threshold in % of code developed. | Normal Error Rate in Feature Design[Release]= 0.1 ~ Problem/feature ~ Normal Error Rate in Feature Design | Error Rate in Feature Design[Release]= Normal Error Rate in Feature Design[Release]*Eff Old Archtctr on Design Error ~ Problem/feature ~ The error rate in designing features. Includes low quality requirements \ and unclear specifications etc. Depends on the quality of old code and \ architecture.. | Eff Old Archtctr on Design Error= Tl Eff Old Arch on Design Problems(Density of Problems in Architecture)*SW Eff Old Arch on Design Problems\ +1-SW Eff Old Arch on Design Problems ~ Dmnl ~ The effect of quality of old design and architecture on how good a job we \ do in design of new pieces. | Tl Eff Old Arch on Design Problems( [(0,0)-(1,2)],(0,1),(0.269113,1.16667),(0.40367,1.32456),(0.562691,1.60526),(0.691131\ ,1.80702),(0.82263,1.9386),(1,2)) ~ Dmnl ~ Table for effect of architecture and code base quality on the quality of \ design | Feature Cancellation[Release]= Code Cancellation[Release]/Modules for a feature ~ feature/Month ~ The speed of cancellation of features already designed, under time \ pressure. | SW Eff Old Arch on Design Problems= 1 ~ Dmnl [0,1] ~ Put 1 to have the effect of old architectural and design problems on \ quality of current design active. | Feature Requests= SUM(Features Approved[Release!]) ~ feature/Month ~ The rate of request for new features, mainly from customer needs and \ market pressure. For the equilibrium, it can be put at the features \ approved level so that there is no net change in the total number of \ features under consideration (assuming no cancellation) | Problems Introduced in Design[Release]= Design[Release]*Error Rate in Feature Design[Release] ~ Problem/Month ~ The rate of introduction of new problems depends on the design speed as \ well as the quality of design. | Problems in Designed Features[Release]= INTEG ( Problems Moved to Design[Release]+Problems from Cancellation[Release]-Problem Cancellation\ [Release]+Problems Introduced in Design[Release], Features Designed[Release]*Error Rate in Original Feature Selection[Release]) ~ Problem ~ | Problems Moved to Design[Release]= Design[Release]*Ave Problem in Features to Design[Release] ~ Problem/Month ~ Coherence problems carry forward into designed features. | Ave New Problem per Cancellation[Release]= ZIDZ(Problems Per Feature Interaction*Features Designed[Release],Current Scope of Release\ [Release]) ~ Problem/feature ~ This equation assumes that canacellations have detrimental effects to the \ extent that they interact with other features in the code. Therefore the \ problems they create also correlates with fraction of features inside the \ code designed. However, for the part of code not designed, the \ cancellations create no new issues, since those pieces can be designed \ with knowledge of cancellation. | Ave Prblm in Designed Feature[Release]= ZIDZ(Problems in Designed Features[Release],Features Designed[Release]) ~ Problem/feature ~ Average number of design problems in designed features. | Ave Problem in Features to Design[Release]= ZIDZ(Problems in Approved Features[Release],Features to Design[Release]) ~ Problem/feature ~ Average number of (coherence) problems in features to be designed. | Late Feature Introduction[Release]= if then else (Late Intro Time[Release]=Time, Late Features[Release]/TIME STEP, 0) ~ feature/Month [0,100] ~ The rate of introduction of late features. Controlled as an exogenous \ shock here. | Current Scope of Release[Release]= Features Designed[Release]+Features to Design[Release] ~ feature ~ | Defect Intro in Coherence of Feature Set[Release]= Error Rate in Original Feature Selection[Release]*Features Approved[Release] ~ Problem/Month ~ | Design Time Left[Release]= Max(Min Des Time, Sanctioned Design Complete[Release]-Time) ~ Month ~ Design time left depends on the scheduled time for design and a minimum \ time needed to make any design changes. | Error Rate in Late Features[Release]= Error Rate in Original Feature Selection[Release]*Late Feature Error Coefficient ~ Problem/feature ~ The error rate in the design of late features. | Error Rate in Original Feature Selection[Release]= 0.1 ~ Problem/feature ~ Rate of problems in coherence of combinations chosen for new features. | Features Designed[Release]= INTEG ( Design[Release]-Feature Cancellation[Release], 0) ~ feature ~ Number of features designed and ready to be coded | Features to Design[Release]= INTEG ( -Design[Release]+Features Approved[Release]+Late Feature Introduction[Release], 0) ~ feature ~ Number of features to be designed before being coded. | Features Under Consideration= INTEG ( Feature Requests-SUM(Features Approved[Release!]-Feature Cancellation[Release!]), Initial Features Under Consideration) ~ feature ~ The number of features under consideration for future releases. | Late Feature Problems[Release]= Error Rate in Late Features[Release]*Late Feature Introduction[Release] ~ Problem/Month ~ Rate of introduction of problems into approved features through \ introduction of late features. | Late Features[Release]= 0 ~ feature [0,100,10] ~ The number of new features introduced at some point in the process | Late Intro Time[Release]= 15 ~ Month ~ Time at which the late features are introduced | Problem Cancellation[Release]= Feature Cancellation[Release]*Ave Prblm in Designed Feature[Release] ~ Problem/Month ~ The problems are removed along with cancelled features. | Problems from Cancellation[Release]= Feature Cancellation[Release]*Ave New Problem per Cancellation[Release] ~ Problem/Month ~ The feature cancellation can result in addition of design problems for the \ rest of the code, since pieces are removed from otherwise coherent \ architecture. | Problems in Approved Features[Release]= INTEG ( Defect Intro in Coherence of Feature Set[Release]-Problems Moved to Design[Release]+\ Late Feature Problems[Release], Features to Design[Release]*Error Rate in Original Feature Selection[Release]) ~ Problem ~ | Design[Release]= Features to Design[Release]/Design Time Left[Release] ~ feature/Month ~ The development of requirements is inforced to finish by the time that \ designs are scheduled. | Sanctioned Design Complete[Release]= INTEG ( Des Time Change[Release], 0) ~ Month ~ This is the variable which drives time pressure to design stage. | Late Feature Error Coefficient= 3 ~ Dmnl ~ How many times of the normal feature additions do we encounter problems \ with the design of late features. | Problems Per Feature Interaction= 0 ~ Problem/feature ~ Number of problems arising as a result of each feature interaction. | Initial Features Under Consideration= 2000 ~ feature [0,12000] ~ The constant for the initial number of features under consideration for \ each release. | Min Des Time= 0.25 ~ Month ~ Minimum time needed to finish the designs, even if after schedule. | TIME STEP = 0.03125 ~ Month [0,?] ~ The time step for the simulation. | ******************************************************** .Patches and Current Engineering ********************************************************~ | Desired Total Dev Resources= 50 ~ Person ~ This is the total maximum resources desired to be given to this product \ for development and current engineering. In fact it should be tied to the \ amount of work expected for the product, not a stand-alone concept. | Eff Profitability on Resources Allocated= (Tl Eff Profit on Resources(Perceived Profitability)*Min(Time Since Release Ready[R1\ ]/"Honey-Moon Period",1)+1-Min(Time Since Release Ready[R1]/"Honey-Moon Period",1))\ *SW Eff Proft on Resources+1-SW Eff Proft on Resources ~ Dmnl ~ We gradually strengthen the tie between profitability and resources \ allocated, as the project gets more mature (passes through honeymoon \ period). | Perceived Profitability= INTEG ( (Profitability-Perceived Profitability)/Time to Perceive Profitability, 0) ~ Dmnl ~ Perceived profitibility fraction. | Tl Eff Profit on Resources( [(-1,0)-(1,1.3)],(-1,0.5),(-0.425076,0.587281),(-0.125382,0.695614),(0,0.8),(0.1,1),\ (0.174312,1.06623),(0.29052,1.10614),(0.535168,1.15746),(1,1.2)) ~ Dmnl ~ Table for effect of profitability on resources given to the project. | SW Eff Proft on Resources= 0 ~ Dmnl [0,1] ~ Put 1 to have the effect of profitability on resources allocated, put 0 to \ cut this feedback. | Time to Adjust Resources= 10 ~ Month ~ Time to adjust the resources to what is dictated by profitability concerns. | Total Allctd Resources= Allctd Ttl Dev Resource+Alloctd Ttl CE Resource ~ Person ~ Total resources allocated for development and current engineering. | Time to Perceive Profitability= 10 ~ Month ~ Time constant for perceiving profitability. | Total Dev Resources= INTEG ( (Desired Total Dev Resources*Eff Profitability on Resources Allocated-Total Dev Resources\ )/Time to Adjust Resources, Desired Total Dev Resources) ~ Person ~ The resources allocated depend to the profitability of the product to some \ extent. | "Honey-Moon Period"= 20 ~ Month ~ The period during which the effect of profitability on resources is not \ strong | Time Since Release Ready[Release]= INTEG ( "Release Ready?"[Release], 0) ~ Month ~ The number of month since each release is ready. | Accumulated Customer Calls= INTEG ( Inc Customer Calls, 0) ~ Defect*Site ~ The accumulated number of customer calls from all the releases until this \ point in time. | Accumulated Total Work= INTEG ( Development and CE Rate, 0) ~ module ~ The total accumulated work done on the product, both on development and \ patching. | Development and CE Rate= SUM(Total Development[Release!]+Patch Development[Release!]*Modules Equivalent to Patch\ ) ~ module/Month ~ The rate of development work done on the product in total (over all \ releases) | Inc Customer Calls= SUM(Total Customer Calls from Defects[Release!]) ~ Defect*Site/Month ~ Increase in the number of customer calls. | Fraction of Desired CR Allocated[Release]= XIDZ(Development Resources to Current Release[Release],Dsrd Dev Resources[Release],1\ ) ~ Dmnl ~ What fraction of desired resources for current development of each release \ is allocated to them. | Productivity in Writing Patch[Release]= Normal Productivity[Release]/Modules Equivalent to Patch ~ Patch/Person/Month ~ The number of patches an individual can write in a month. The productivity \ should be connected to what the productivity effects are for development, \ however, effect of work pressure is not so high since patches are written \ in a fairly high pressure environment anyway (customers are waiting) and \ effect of code complexity is not so big since people try to do the patches \ with the least interaction. It is red to make sure that other possible \ feedbacks are included in it. | Frac CE Allctd= ZIDZ(Alloctd Ttl CE Resource,Ttl Des Resource to CE)*(1-SW Exogenous CE Resources)+SW Exogenous CE Resources ~ Dmnl ~ Fraction of CE resource request that is allocated | Ttl Des Resource to CE= SUM(Desired Resources to Current Engineering[Release!])*(1-SW Exogenous CE Resources\ ) ~ Person ~ Total people requested for the development tasks at hand for the current \ engineering of different releases. | SW Exogenous CE Resources= 0 ~ Dmnl ~ Put 0 to get normal allocation to CE, put 1 to get exogenous allocation to \ CE, where all the resources needed are given to CE, without interfering \ with the resources for current development' | SW Higher Priority to Current= 1 ~ Dmnl [0,1] ~ Put 1 so that allocation of resources for development of different \ releases gives categorically higher priority to more eminent ones, put 0 \ for proportional distribution of resources between different releases. | Allctd Ttl Dev Resource= Min(Ttl Des Resource to CR,XIDZ(Ttl Des Resource to CR*Total Dev Resources,Total Desired Resources\ ,Total Dev Resources)) ~ Person ~ We allocate the resources between current engineering and new release \ proportionately | Development Resources to Current Release[Later Releases]= Dsrd Dev Resources[Later Releases]*Frac CR Allctd*(1-SW Higher Priority to Current)+\ SW Higher Priority to Current*if then else (CR Dev Resources Left After Allocation[Later Releases]=0,VECTOR ELM MAP(CR Dev Resources Left After Allocation\ [R1], Later Releases -2 ),Dsrd Dev Resources[Later Releases]) ~~| Development Resources to Current Release[R1]= Dsrd Dev Resources[R1]*Frac CR Allctd*(1-SW Higher Priority to Current)+SW Higher Priority to Current\ *if then else(CR Dev Resources Left After Allocation [R1]=0,Allctd Ttl Dev Resource,Dsrd Dev Resources[R1]) ~ Person ~ We allocate the resources to each release proportional to their requests \ for resources. Alternatively one can allocate resources to the sooner \ release in the expense of the older one. Both allocations are possible \ here and one can choose between them using the switch. | CR Dev Resources Left After Allocation[R1]= Max(Allctd Ttl Dev Resource-Dsrd Dev Resources[R1], 0) ~~| CR Dev Resources Left After Allocation[Later Releases]= Max(0,VECTOR ELM MAP(CR Dev Resources Left After Allocation[R1], Later Releases-2)-Dsrd Dev Resources\ [Later Releases]) ~ Person ~ The amount of resources left for new development resources given to \ different future releases, after allocating the resources to all the \ releases before that. This is based on the allocation scheme where we give \ all the resources requested by the most mature release, before going to \ the next. | Alloctd Ttl CE Resource= Min(Ttl Des Resource to CE,ZIDZ(Ttl Des Resource to CE*Total Dev Resources,Total Desired Resources\ )) ~ Person ~ Resources are allocated proportional to request, unless we have more \ resource than needed. | Desired Patch Rate[Release]= Patch to Develop[Release]/Time to Patch ~ Patch/Month ~ Desired speed of patching. | Desired Resources to Current Engineering[Release]= Desired Patch Rate[Release]/Productivity in Writing Patch[Release] ~ Person ~ Desired resources for current engineering. | Development Resource to Current Engineering[Release]= Desired Resources to Current Engineering[Release]*Frac CE Allctd ~ Person ~ The development resources allocated to developing patches across different \ releases are proportional to their requests. | Frac CR Allctd= XIDZ(Allctd Ttl Dev Resource,Ttl Des Resource to CR,1) ~ Dmnl ~ The fraction of total resources for current development that is allocated. | Fraction of Calls Indicating New Defects[Release]= ZIDZ(Calls from Unknown Defects[Release],Total Customer Calls from Defects[Release]) ~ Dmnl ~ Fraction of calls that indicate a new defect. | Time to Patch= 5 ~ Month ~ The desired time to write the patches for the outstanding defects | Patch Developed[Release]= (Ave Def with Patch[Release]+Average Defects Patched[Release])/Defect per Patch ~ Patch ~ The total number of patches developed so far for different releases of the \ product | Patch Development[Release]= Development Resource to Current Engineering[Release]*Productivity in Writing Patch[Release\ ] ~ Patch/Month ~ The rate of developing patches depends both on the productivity of \ developers in writing patches and on quantity of developers devoted to \ this task. | Patch to Develop[Release]= Ave Known Def in Site[Release]/Defect per Patch ~ Patch ~ The stock of patches pending development | Ttl Des Resource to CR= SUM(Dsrd Dev Resources[Release!]) ~ Person ~ Total people requested for the development tasks at hand for the currently \ under development releases | Total Customer Calls from Defects[Release]= Calls from Defects With Patch[Release]+Calls from Known Defects[Release]+Calls from Unknown Defects\ [Release] ~ Defect*Site/Month ~ Total customer calls coming from defects in the product | Total Desired Resources= Ttl Des Resource to CR+Ttl Des Resource to CE ~ Person ~ The total development and CE resources requested | ******************************************************** .Defects in the Field ********************************************************~ | Sites Installed[Release]= INTEG ( +Products Sold[Release]-Products Retired[Release], Products Sold[Release]*Average Time in the Field) ~ Site ~ The total number of sites with a version of the product installed in their \ site. | Total Defects Introduced[Release]= Products Sold[Release]*(Defects in Accepted Code[Release]+Defects in Code Developed[\ Release]+Defects in MRs[Release])*Fraction of Defects Important ~ Defect*Site/Month ~ The observable defects introduced depend on the rate of sales, the avearge \ number of defects in an installation, and the fraction of those defects \ that can create observable issues for the customer. | Average Outstanding Defects= Total Ave Defect-SUM(Average Defects Patched[Release!]) ~ Defect ~ This is the number of defects outstanding in the sites, an overall measure \ of quality | Total Ave Defect= SUM(Ave Def with Patch[Release!]+Ave Known Def in Site[Release!]+Ave Unknown Def in Site\ [Release!]+Average Defects Patched[Release!]) ~ Defect ~ Total number of average defects, distributed between different stocks. | Ave Def with Patch[Release]= ZIDZ(Defects with Patch[Release],Sites Installed[Release]) ~ Defect ~ The average number of defects in sites for which we have already developed \ a patch | Ave Known Def in Site[Release]= ZIDZ(Known Defects in Field[Release],Sites Installed[Release]) ~ Defect ~ The number of defects known in a typical site. | Ave Unknown Def in Site[Release]= ZIDZ(Unknown Defects in Field[Release],Sites Installed[Release]) ~ Defect ~ The average number of unknown defects that is in use in a typical site | Average Defects Patched[Release]= ZIDZ(Defects Patched[Release],Sites Installed[Release]) ~ Defect ~ The average number of defects patched in a typical site. | Calls from Defects With Patch[Release]= Defects with Patch[Release]/Time to Show up for Def with Patch ~ Defect*Site/Month ~ Number of calls coming from defects for which a patch exist | Calls from Known Defects[Release]= Known Defects in Field[Release]/Time to Show Up for Defects ~ Defect*Site/Month ~ The number of defects that show up again as customer calls, even though we \ know about them. | Calls from Unknown Defects[Release]= Unknown Defects in Field[Release]/Time to Show Up for Defects ~ Defect*Site/Month ~ The number of MRs created by real, unknown problems in the customer site. | Defect Covering by Patch[Release]= Patch Development[Release]*Defect per Patch ~ Defect/Month ~ The total number of defects that are covered by these patches | Defect not Patching[Release]= Defect Covering by Patch[Release]*Sites Installed[Release]*(1-Fraction Sites Installing\ ) ~ Defect*Site/Month ~ The number of defects for which we have developed patches, yet people have \ not installed those patches. | Defect Patching[Release]= Defect Covering by Patch[Release]*Sites Installed[Release]*Fraction Sites Installing ~ Defect*Site/Month ~ The number of defects that are patched in different installation of the \ software in the field. | Patches Retired[Release]= Products Retired[Release]*Average Defects Patched[Release] ~ Defect*Site/Month ~ Defects we have fixed through patches also retire with retired \ installments. | Defect Show up[Release]= Calls from Unknown Defects[Release]*Sites Installed[Release]/Sites Reporting One Defect\ [Release] ~ Defect*Site/Month ~ Every defect that is found becomes known and therefore is known for all \ the sites installed. | Defects Patched[Release]= INTEG ( Defect Patching[Release]+Installing Known Patches[Release]-Patches Retired[Release]+\ Patched Defects Sold[Release], 0) ~ Defect*Site ~ I assume there is no patches at the beginning of simulation, therefore \ there is no defect that is covered by patches | Defects Retired[Release]= Products Retired[Release]*Ave Unknown Def in Site[Release] ~ Defect*Site/Month ~ As products are retired, some of the defects that have remained unknown \ also retire with the solution. | Defects with Patch[Release]= INTEG ( Defect not Patching[Release]-Defects with Patch Retired[Release]-Installing Known Patches\ [Release]+Unpatched Defects Sold with Patch[Release], 0) ~ Defect*Site ~ I assume there is no patches at the beginning of simulation, therefore \ there is no defect that is covered by patches | Defects with Patch Retired[Release]= Products Retired[Release]*Ave Def with Patch[Release] ~ Defect*Site/Month ~ Defects with developed patches are retired as installations are retired | Fraction Defect Unknown[Release]= XIDZ(Unknown Defects in Field[Release],Total Defects in Field[Release],1) ~ Dmnl ~ Fraction of defects which are unknown. | Unpatched Defects Sold with Patch[Release]= Total Defects Introduced[Release]*ZIDZ((Defects with Patch[Release]+Defects Patched[\ Release])*(1-Fraction Patches Installed At Sales[Release]),Total Defects in Field[Release\ ]) ~ Defect*Site/Month ~ A fraction of total patches are installed at the time of sales to new \ sites. | Fraction Patches Installed At Sales[Release]= 0.8 ~ Dmnl ~ What fraction of already known problems patched, are fixed at the \ installation time. | Sites Reporting One Defect[Release]= 1 ~ Site ~ The number of sites that report a single bug | Installing Known Patches[Release]= Total Customer Calls from Defects[Release]*Fraction of sites Installing All patches for a Call\ *Ave Def with Patch[Release] ~ Defect*Site/Month ~ Any customer call that escalates results in installing the available \ patches on the system, therefore removing the possible issues created by \ those patches | Known Defects in Field[Release]= INTEG ( +Defect Show up[Release]-Defect not Patching[Release]-Defect Patching[Release]-Known Defects Retired\ [Release]+Known Defects Sold[Release], Defect Show up[Release]*Time to Show Up for Defects) ~ Defect*Site ~ The total number of known defects, coming from unknown defects discovered \ or known defects sold. | Known Defects Retired[Release]= Products Retired[Release]*Ave Known Def in Site[Release] ~ Defect*Site/Month ~ Known defects are retired as we retire the systems installed. | Known Defects Sold[Release]= Total Defects Introduced[Release]*XIDZ(Known Defects in Field[Release],Total Defects in Field\ [Release],0) ~ Defect*Site/Month ~ The total number of known defects introduced since we known some defects \ exist when we are introducing the product. | Patched Defects Sold[Release]= Total Defects Introduced[Release]*ZIDZ(Defects Patched[Release]+Defects with Patch[Release\ ],Total Defects in Field[Release])*Fraction Patches Installed At Sales[Release] ~ Defect*Site/Month ~ Of total defects for which we have already made a patch, a fraction will \ be sold with the patches installed. | Products Retired[Release]= Sites Installed[Release]/Average Time in the Field ~ Site/Month ~ The rate of retiring the systems depends on the number of systems we have \ installed and how long they last in the field. | Total Defects in Field[Release]= Defects Patched[Release]+Defects with Patch[Release]+Known Defects in Field[Release]\ +Unknown Defects in Field[Release] ~ Defect*Site ~ The total number of patched or unpatched defects in the field | Unknown Defects Introduced[Release]= Total Defects Introduced[Release]*Fraction Defect Unknown[Release] ~ Defect*Site/Month ~ Unknown defects get introduced since several of the defects are unknown \ yet! | Unknown Defects in Field[Release]= INTEG ( +Unknown Defects Introduced[Release]-Defect Show up[Release]-Defects Retired[Release\ ], 0) ~ Defect*Site ~ The total number of important defects over all different sites. | Fraction of Defects Important= 0.15 ~ Dmnl ~ The fraction of total defects in the code shipped that can lead to \ customer calls and quality issues. | Average Time in the Field= 30 ~ Month ~ The product remains in the field for about 50 month | Time to Show up for Def with Patch= 10 ~ Month ~ The defects for which patches are developed but not installed usually get \ longer to trigger any problem. | Fraction Sites Installing= 0.5 ~ Dmnl ~ What fraction of sites we can persuade to install the patchs at the time \ they are out. | Fraction of sites Installing All patches for a Call= 0.1 ~ 1/Defect ~ Each defect that escalates results in the site installing the available \ patches or not. This number indicates what fraction of sites (or patches) \ are installed following each call. | Time to Show Up for Defects= 50 ~ Month ~ The time it takes for an average defect to show up | ******************************************************** .Development ********************************************************~ | Defects in Code Developed[Release]= INTEG ( +Defects Generated[Release]-Defects Accepted[Release]-Defects found[Release]+Dfcts Left in RWrk\ [Release], 0) ~ Defect ~ The defects from the code of last release are carried over to the current \ release. | Dev Reschedule[Release]= if then else(Allocated Dev Finish Date[Release]>Time:AND:Sanctioned Code Complete[Release\ ]=0,Allocated Dev Finish Date[Release]/TIME STEP,if then else(Allocated Dev Finish Date\ [Release]>Time,1,0)*(Allocated Dev Finish Date[Release]-Sanctioned Code Complete[Release\ ])/Time to Replan) ~ Dmnl ~ The (re)scheduling of the code complete date. | Tst Effectiveness= 0.9 ~ Dmnl [0,1] ~ The effectivness of tests in finding bugs, if they are in the area that is \ tested. | Dfct Dnsty in Accepted Code[Release]= EXP(-Tst Effectiveness*Ave Dfct in Tstd Code[Release])*Ave Dfct in Tstd Code[Release\ ]*(1-Tst Effectiveness) ~ Defect/module ~ The defect density in accepted code is based on Poisson distribution of \ errors across code, leading to a chance of not discovering any defects for \ each test that has n errors, therefore we can calculate the expected error \ per accepted test. | Tst Rjctn Frac[Release]= 1-EXP(-Tst Effectiveness*Ave Dfct in Tstd Code[Release]) ~ Dmnl ~ The fraction of tests that reject are calculated based on the assumption \ that defects are randomly distributed in the whole code base. Therefore \ the number of defects per test is a Poisson distribution with mean of 'Ave \ Dfct in Tstd Code'. Assuming an independent chance of 'Tst Effectiveness' \ for finding each of those errors, we can find the chance of being rejected \ by finding the summation of that chance over all number of errors (0 to \ infinity). | Code Covered by Test= 1 ~ module/Test ~ This should be a function of test coverage | Code Developed[Release]= INTEG ( Development[Release]+Rework[Release]-Test Acceptance[Release]-Test Rejection[Release\ ], 0) ~ module ~ The amount of code developed, but yet not successfully tested. | Code to Develop[Release]= INTEG ( Design Rate[Release]-Development[Release]-Code Cancellation[Release]+Bug Fixes Designed\ [Release], 0) ~ module ~ We start from no new code to develop, since no requirement is written at \ the beginning. | Bug Fixes Designed[Release]= Code to Fix Bugs[Release] ~ module/Month ~ The bug fixes included for the upcoming release. | Ave Dfct in Tstd Code[Release]= Code Covered by Test*Dfct Dnsty in Untstd Code[Release] ~ Defect/Test ~ The average number of defects that one can expect to find in a test, given \ the average density of defects. | Totl Code Tstd[Release]= Code Covered by Test*Test Rate[Release] ~ module/Month ~ the total amount of code that is really tested, depends on the number of \ tests and the coverage of each test. | Tstd Code Accptd[Release]= Test Rate[Release]*Code Covered by Test*(1-Tst Rjctn Frac[Release]) ~ module/Month ~ The portion of tested code that gets accepted, depends on test coverage \ and the fraction of acceptance. | Development Time Left[Release]= Max(Min Dev Time,Sanctioned Code Complete[Release]-Allocated Design Time Left[Release\ ]*(1-"Frctn Des-Dev Overlap")-Time) ~ Month ~ If we run ove the code scheduled date, we can't push for faster than a \ minimum finish time for development. | Eff Archtcr Complexity on Productivity= Max(1,Accmltd Code Accepted/Minimum Code Size With an Effect)^(Strength of Complexity on Productivity Effect\ *Density of Problems in Architecture) ~ Dmnl ~ The effect of code complexity on productivity not only depends on size of \ the code base, but also on the quality of the architecture. A power law is \ assumed for the shape of function. | Minimum Code Size With an Effect= 10000 ~ module ~ The minimum size of code where effect of complexity is observable. | Strength of Complexity on Productivity Effect= 1 ~ feature/Problem ~ The exponent for the power law governing the effect of complexity on \ productivity | Productivity[Release]= Normal Productivity[Release]*Eff Pressure on Productivity[Release]*(1/Eff Archtcr Complexity on Productivity\ *SW Eff Archtcr Complexity on Productivity+1-SW Eff Archtcr Complexity on Productivity\ ) ~ module/Person/Month ~ The productivity depends on the work pressure and code complexity effects. | SW Eff Archtcr Complexity on Productivity= 0 ~ Dmnl [0,1] ~ Put 1 to get the effect of code complexity and architecture quality on \ productivity, put 0 to avoid that. | "Eff Old Code & Archtctr on Error"[Release]= "Tl Eff Old Code & Archtctr on Error"(Weighted Error Density in Architecture and Code Base\ )*SW Eff Old Code and Archtctr on Error+1-SW Eff Old Code and Archtctr on Error ~ Dmnl ~ Effect of old code and architecture on the quality of development in the \ current release depends on the overall quality of old code base and \ architecture. | "Tl Eff Old Code & Archtctr on Error"( [(0,0)-(1,3)],(0,1),(0.16208,1.17105),(0.333333,1.68421),(0.480122,2.31579),(0.663609\ ,2.75),(0.844037,2.92105),(1,3)) ~ Dmnl ~ The shape of this table function might be not S-shape since the worse the \ old architecture is, the more problematic new coding will be, yet there \ should be some saturation level, hence the current formulation.\!\! | Errors from Coding[Release]= Normal Errors from Coding*Eff Pressure on Error Rate[Release]*"Eff Old Code & Archtctr on Error"\ [Release] ~ Defect/module ~ The error rate depends on the inherent quality of the workforce (Normal \ errors) as well as the work pressure they are working under and the \ quality of the code and architecture from old releases. | Modules for a feature= 10 ~ module/feature ~ Number of modules needed for a new feature. | SW Eff Old Code and Archtctr on Error= 1 ~ Dmnl [0,1] ~ Put 1 to have the effect of old code and architecture on error rate on, \ put zero to remove that effect. | New Error Rate in Rwrk[Release]= Normal Error Rate in Rwrk*Eff Pressure on Error Rate[Release] ~ Defect/module ~ The error rate for creating new errors in the reworked code. It depends on \ different factors including the work pressure. | Normal Error Rate in Rwrk= 0.5 ~ Defect/module [0,1] ~ The normal error rate in rework phase. | Design Rate[Release]= Design[Release]*Modules for a feature ~ module/Month ~ The total number of modules to be developed depend on the modules in one \ feature, and the total number of features to be developed. | Errors from Design and Architecture[Release]= Ave Prblm in Designed Feature[Release]*Error per Design Problem in Features/Modules for a feature\ *Eff Pressure on Error Rate[Release] ~ Defect/module ~ Errors from design and architecture have a base rate which depend on \ quality of architecture, but can get worse depending on the work pressure. | Natural Dev Schedule Pressure[Release]= ZIDZ(Estmtd Dev Time Left[Release,Normal],Development Time Left[Release]) ~ Dmnl ~ The natural schedule pressure is felt based on what one sees to be the \ pressure relative to natural productivity. | Tl Eff Pressure on Productivity( [(0,0)-(3,2)],(0,0.8),(0.623853,0.885965),(1,1),(1.27523,1.16667),(1.54128,1.38596),\ (1.85321,1.54386),(2.37615,1.65789),(3,1.7),(10,2)) ~ Dmnl ~ Table for the effect of time pressure on productivity. | Normal Errors from Coding= 0.5 ~ Defect/module ~ Average number of defects in coding that are created in each module, if \ the schedule pressure is very low. | Current Dev Schedule Pressure[Release]= ZIDZ(Estmtd Dev Time Left[Release,Current],Development Time Left[Release]) ~ Dmnl ~ The schedule pressure depends on how long we have left for the development \ phase vs. how long we estimate this phase to take. Note that this schedule \ pressure is based on observed productivity, rather than the normal/base \ productivity. Therefore it is anchored on what is culturally considered \ right productivity in the organization not an absolute level of \ productivity. Therefore it should not be used for determining productivity \ levels. | Eff Pressure on Productivity[Release]= Tl Eff Pressure on Productivity(Natural Dev Schedule Pressure[Release])*SW Eff Pressure on Productivity\ +1-SW Eff Pressure on Productivity ~ Dmnl ~ The effect of schedule pressure on productivity is captured by a table \ function. | SW Eff Pressure on Productivity= 1 ~ Dmnl [0,1] ~ Put 1 to have the effect of work pressure on productivity on, put 0 to \ switch that effect off. | Eff Pressure on Error Rate[Release]= Tl Eff Pressure on Error Rate(Natural Dev Schedule Pressure[Release])*SW Eff Pressure on Error\ +1-SW Eff Pressure on Error ~ Dmnl ~ Effect of work pressure on error rate is created because under work \ pressure people take short cuts, skip unit testing, don't study the \ requirements well enough, don't do code reviews, don't develop as good a \ design based on given requirements etc. This effect is not only on quality \ of coding, but also exacerbates the problems with quality that result from \ poor design and architectural issues. | SW Eff Pressure on Error= 1 ~ Dmnl [0,1] ~ Put 1 to get the feedback from schedule pressure on error rate. Put 0 to \ get no such feedback. | Tl Eff Pressure on Error Rate( [(0,0)-(4,4)],(0,1),(1,1),(1.27217,1.22807),(1.48012,1.5614),(1.71254,2),(2.01835,2.36842\ ),(2.42202,2.72368),(3,3),(10,4)) ~ Dmnl ~ Table for effect of time pressure on error rate. | Allocated Design Time Left[Release]= Estmtd Design Time Left[Release]*Prcnt Time Allocated[Release] ~ Month ~ allocated design time left. | Ave Dfct Dnsty in Accptd Code[Release]= ZIDZ(Defects in Accepted Code[Release],Code Accepted[Release]) ~ Defect/module ~ Defect density in the accepted code is an important quality measure for us. | Ave Dfct in Rwrk Code[Release]= ZIDZ(Defects in MRs[Release],Code Waiting Rework[Release]) ~ Defect/module ~ The number of defects that can be fixed by fixing the MR. | Code Accepted[Release]= INTEG ( Test Acceptance[Release], 0) ~ module ~ | Code Cancellation[Release]= Code to Develop[Release]*Frctn Code Cancellation[Release] ~ module/Month ~ Under pressure we can cancel some of the codes that are designed to be \ written. This can be both intentionally, or unintentional. | Code Passing Test[Release]= Totl Code to Tst[Release]*Frctn Tst Running[Release] ~ module/Month ~ The rate of code testing is assumed to be proportional to the amount of \ test that is performed out of total tests to be performed. This assumption \ is OK for products which run only the related fraction of the tests. | Code Waiting Rework[Release]= INTEG ( +Test Rejection[Release]-Rework[Release], 0) ~ module ~ The total amount of code waiting rework. | Defects Accepted[Release]= (Tstd Code Accptd[Release]*Dfct Dnsty in Accepted Code[Release]+(Test Acceptance[Release\ ]-Tstd Code Accptd[Release])*Dfct Dnsty in Untstd Code[Release]) ~ Defect/Month ~ The defects can be either in the part tested, or in the part not tested. \ The density of defect in the untested part is same as average untested \ code, while the density in the tested part is calculated based on Poisson \ distribution of defects. | Defects Fixed[Release]= Rework[Release]*Ave Dfct in Rwrk Code[Release]*Frac Errors Found in Rwrk ~ Defect/Month ~ It is assumed that a fraction of the defects in the reworked code are \ removed, and a fraction remain undiscovered. | Defects found[Release]= Test Rejection[Release]*Dfct Dnsty in Rejctd Code[Release] ~ Defect/Month ~ Defects are carried with the code, the higher the rejection rate and the \ density of defects in the code rejected, the higher will be the defects \ that are found. | Defects from Dev[Release]= Development[Release]*Error Rate New Dev[Release] ~ Defect/Month ~ The defects that come from development depend on the error rate and the \ rate of developement we do. | Defects Generated[Release]= Defects from Dev[Release]+Dfct from Rwrk[Release] ~ Defect/Month ~ The total defect generated is a funciton of both defects in the new code \ as well as in the old code. | Defects in Accepted Code[Release]= INTEG ( Defects Accepted[Release], 0) ~ Defect ~ The number of defects in the accepted code. | Defects in MRs[Release]= INTEG ( +Defects found[Release]-Defects Fixed[Release]-Dfcts Left in RWrk[Release], 0) ~ Defect ~ We find defects through testing and deplete them by either submitting \ reworked code that has defects or by fixing them. | Desired Development Rate[Release]= Code to Develop[Release]/Development Time Left[Release] ~ module/Month ~ The development rate needed to finish the coding on time for code complete | Dev Resources to New Dev[Release]= Min(ZIDZ(Dsrd New Dev Resources[Release],Dsrd Dev Resources[Release])*Development Resources to Current Release\ [Release],Dsrd New Dev Resources[Release ]) ~ Person ~ The resources between rework and new development are distributed based on \ how much need there is for each, proportionately. | Dev Resources to Rework[Release]= Min(ZIDZ(Dsrd Rwrk Resources[Release],Dsrd Dev Resources[Release])*Development Resources to Current Release\ [Release],Dsrd Rwrk Resources[Release] ) ~ Person ~ The resources between rework and new development are distributed based on \ how much need there is for each, proportionately. | Development[Release]= Feasible New Dev Rate[Release] ~ module/Month ~ The development rate is based on resources allocated for development. | Dfct Dnsty in Rejctd Code[Release]= Max(0,ZIDZ(Totl Code Tstd[Release]*(Dfct Dnsty in Untstd Code[Release]-Dfct Dnsty in Accepted Code\ [Release])+Test Rejection[Release]*Dfct Dnsty in Accepted Code[Release],Test Rejection\ [Release])) ~ Defect/module ~ We can't change the density of error in the untested code based by simply \ testing it. Therefore the density of defect in the exiting code (accepted \ or rejected) should be the same as that in the stock of code. This \ equation is based on the free mixing of errors in the stocks of code. | Dfct Dnsty in Untstd Code[Release]= ZIDZ(Defects in Code Developed[Release],Code Developed[Release]) ~ Defect/module ~ The density of Defects in the code developed but not tested. | Dfct from Rwrk[Release]= Rework[Release]*New Error Rate in Rwrk[Release] ~ Defect/Month ~ the rate of errors created by rework depend on the error rate and the \ amount of rework we do. | Dfcts Left in RWrk[Release]= Rework[Release]*Ave Dfct in Rwrk Code[Release]*(1-Frac Errors Found in Rwrk) ~ Defect/Month ~ A fraction of errors are not corrected in each iteration of rework, since \ not all defects are caught by testing at the first place. | Dsrd Dev Resources[Release]= Dsrd New Dev Resources[Release]+Dsrd Rwrk Resources[Release] ~ Person ~ Desired development resources for new code and rework. | Dsrd New Dev Resources[Release]= Max(Desired Development Rate[Release]/Normal Productivity[Release], 0) ~ Person ~ Desired new development rate depends on the productivity in normal \ situations and the rate of development desired. | Dsrd Rwrk Rate[Release]= Code Waiting Rework[Release]/Dsrd Time to Do Rwrk ~ module/Month ~ The desired rework rate depends on the amount of rework in backlog and the \ how fast we want to do that rework. | Dsrd Rwrk Resources[Release]= Max(0,Dsrd Rwrk Rate[Release]/Normal Productivity[Release]) ~ Person ~ The desired resources for rework depend on the normal productivity of \ people and the desired rework rate. | Error Rate New Dev[Release]= Errors from Coding[Release]+Errors from Design and Architecture[Release] ~ Defect/module ~ The number of defects found in a module, in average. | Feasible New Dev Rate[Release]= Dev Resources to New Dev[Release]*Productivity[Release] ~ module/Month ~ The development rate that is feasible based on availability of resources \ for development of new code. | Feasible Rwrk Rate[Release]= Dev Resources to Rework[Release]*Productivity[Release] ~ module/Month ~ Feasible rework rate from resources depends on the availability of \ resources as well as their productivity. | Frctn Code Cancellation[Release]= Tl Eff Schdul Prssr on Cancellation(Current Dev Schedule Pressure[Release])*Maximum Cancellation Fraction ~ 1/Month ~ The cancellation fraction is a funciton of schedule pressure and can not \ exceed some maximum level. | Rework[Release]= Feasible Rwrk Rate[Release] ~ module/Month ~ Rework rate depends on feasible rate given by the current resource \ availability. | Test Rejection[Release]= Totl Code Tstd[Release]*Tst Rjctn Frac[Release] ~ module/Month ~ Testing rejects in a fraction of cases, and therefore creates proportional \ amount of rework. | Normal Productivity[Release]= 20 ~ module/(Month*Person) [10,30] ~ Normal productivity represents the work rate of an average worker, if s/he \ follows good processes and does not take any shortcuts. | Total Development[Release]= Development[Release]+Rework[Release] ~ module/Month ~ Total development consists of new development and the rework for the \ current release. | Sanctioned Code Complete[Release]= INTEG ( Dev Reschedule[Release], 0) ~ Month ~ This is the time people think is OK to have the code complete, based on \ the changing pressures in the field. It is not clear if the code complete \ is so well set. | Test Acceptance[Release]= Code Passing Test[Release]-Test Rejection[Release] ~ module/Month ~ The code accepted in testing is what is not rejected, which in turn \ depends on the coverage as well as total test done. | Totl Code to Tst[Release]= Code Developed[Release]+Code to Develop[Release]+Code Waiting Rework[Release] ~ module ~ The total code that needs testing include those pieces developed, those \ under rework, and the parts that need to be developed. | "Frctn Des-Dev Overlap"= 0.5 ~ Dmnl ~ The fraction of overlap between design and development phases is assumed \ constant, while it really is not. The impact is negligible due to short \ design phase. | Maximum Cancellation Fraction= 0.5 ~ 1/Month ~ There is a limit on the cancellation of features feasible. | Tl Eff Schdul Prssr on Cancellation( [(0,0)-(10,1)],(0,0),(1,0),(2,0),(10,0)) ~ Dmnl ~ This table represents the reaction of the development group by cancelling \ features to the schedule pressure they perceive.\!\!\! | Error per Design Problem in Features= 10 ~ Defect/Problem ~ How many coding defects each design problem can create. | Dsrd Time to Do Rwrk= 0.25 ~ Month ~ We want to do our rework in about a week. | Frac Errors Found in Rwrk= 0.7 ~ Dmnl [0,1] ~ The defects per module for reworked code. | Min Dev Time= 0.25 ~ Month ~ The minimum time for development of the remaining code, used when we go \ beyond schedule. | ******************************************************** .Fixing Bugs ********************************************************~ | Cancel Bug Fixes[Release]= Bugs to Fix in Future Releases[Release]/Time to Cancel Bug Fixes*(1-ZIDZ(Products Sold\ [Release],SUM(Products Sold[Release!]))) ~ Defect/Month ~ We cancel bug fixes based on the importance of the product in the market. \ If a product is selling well, we will put more emphasis on fixing its \ bugs, than when a release is not selling so well (in which case we start \ draining the bug fixes for that release). | SW Fixing Bugs= 1 ~ Dmnl ~ Put 1 to have bugs from old release become part of new release planning. \ Put 0 so that such effect does not exist, i.e. the old bugs are completely \ ignored. | Increase in Known Bugs[Release]= ZIDZ(Defect Show up[Release],Sites Installed[Release])*SW Fixing Bugs ~ Defect/Month ~ The increase in the number of bugs we know about in the field depends on \ the rate of bug reports from the field across all releases. | Time to Cancel Bug Fixes= 10 ~ Month ~ The time frame for draining the stock of bugs to fix. | Size of Next Bug Fix= SUM(Desired Bug Fixes for Next Release[Release!])/Defect per Patch*Modules Equivalent to Patch\ *"Multiplier Fixing work vs. Patch" ~ module ~ Size of the next bug fix in the upcoming planning of a release is \ determined by desired number of bug fixes. | Bug Fix Approval[Release]= SUM(Desired Bug Fixes for Next Release[Release!])*"Ok to Plan?"[Release]/TIME STEP ~ Defect/Month ~ The bug fixes planned are assumed to be decided upon at the OK to plan. We \ assume that we take bug fixes proportionately from all the different \ releases. | Bugs to Fix in Future Releases[Release]= INTEG ( +Increase in Known Bugs[Release]-ZIDZ(Bugs to Fix in Future Releases[Release],SUM(Bugs to Fix in Future Releases\ [Release!]))*SUM(Bug Fix Approval[Release!])-Cancel Bug Fixes[Release], 0) ~ Defect ~ This is parallel to stock of open MRs from all different releases. The \ current formulation does not reflect how quality of future releases for \ customers is increased by doing bug fixes in this release. That is usually \ one of the important motivations for having bug fixes in a release. | Desired Bug Fixes for Next Release[Release]= Bugs to Fix in Future Releases[Release]*Fraction Bugs Fixed in Next Release ~ Defect ~ The number of MRs planned to be fixed in the upcoming release. | Fraction Bugs Fixed in Next Release= 0.3 ~ Dmnl ~ Fraction of bugs normally planned to be fixed in the next release. | Bug Fixes Planned[Release]= INTEG ( Bug Fix Approval[Release], 0) ~ Defect ~ Number of bug fixes planned in each release. | Code to Fix Bugs[Release]= Bug Fix Approval[Release]/Defect per Patch*Modules Equivalent to Patch*"Multiplier Fixing work vs. Patch" ~ module/Month ~ The number of modules of code needed to be written as a result of bug \ fixes planned is determined by looking at the number of patches and the \ adjusting the scope to account for the fact that bug fixes are more \ comprehensive and time consuming. | "Multiplier Fixing work vs. Patch"= 2 ~ Dmnl ~ Fixing the errors when done as part of a new release and included in the \ whole code is this much more resource consuming than fixing them as \ patches. | Modules Equivalent to Patch= 20 ~ module/Patch ~ A measure of how much work a patch entails, when compared to a typical \ module. | Defect per Patch= 4 ~ Defect/Patch [0,10] ~ The number of defects that are taken care of in one typical patch | ******************************************************** .Testing Model ********************************************************~ | Maximum of All Physical Stocks= Max(VMAX(Code Developed[Release!]), Max(VMAX(Code to Develop[Release!]), Max(VMAX(Code Waiting Rework[Release!]), Max(VMAX(Defects in Code Developed[Release!]), Max(VMAX(Defects in MRs[Release!]), Max(VMAX(Defects Patched[Release!]), Max(VMAX(Defects with Patch[Release!]), Max(VMAX(Features Designed[Release!]), Max(VMAX(Features to Design[Release!]), Max(Features Under Consideration, Max(VMAX(Known Defects in Field[Release!]), Max(VMAX(Sites Installed[Release!]), Max(VMAX(Test Ran[Release!]), Max(VMAX(Tests to Run[Release!]),VMAX(Unknown Defects in Field[Release!]))))))))))))\ ))) ~ ~ Maximum of all physical stocks, used only for robustness testing, and \ therefore does not have a unit. | Discrepancy Defect in Field Vs Accumulated= Total Accumulated Defects-Total Ave Defect/Fraction of Defects Important ~ Defect ~ This test item tells if the total number of defects in the average field \ site equals the number we have on the accumulated error case. It is not \ necessarily 0 since when we sell the product, not 100% of code is passed, \ and therefore initial customers get fewer errors (just a few) while the \ later ones have more. | Minimum of all Physical Stocks= Min(VMIN(Code Developed[Release!]), Min(VMIN(Code to Develop[Release!]), Min(VMIN(Code Waiting Rework[Release!]), Min(VMIN(Defects in Code Developed[Release!]), Min(VMIN(Defects in MRs[Release!]), Min(VMIN(Defects Patched[Release!]), Min(VMIN(Defects with Patch[Release!]), Min(VMIN(Features Designed[Release!]), Min(VMIN(Features to Design[Release!]), Min(Features Under Consideration, Min(VMIN(Known Defects in Field[Release!]), Min(VMIN(Sites Installed[Release!]), Min(VMIN(Test Ran[Release!]), Min(VMIN(Tests to Run[Release!]),VMIN(Unknown Defects in Field[Release!]))))))))))))\ ))) ~ ~ This test item checks if all the physical stocks remain ab over 0 or not. | ******************************************************** .Metrics ********************************************************~ | Accumulated Revenue= INTEG ( Revenue Inc, 0) ~ $ ~ The accumulated revenue through time. | Max Natural Schedule Pressure= INTEG ( Min(3,VMAX(Natural Dev Schedule Pressure[Release!])), 0) ~ Month ~ The maximum of schedule pressure across different releases. | Average Max Natural Sch Pressure= ZIDZ(Max Natural Schedule Pressure,Time) ~ Dmnl ~ Average of the maximum schedule pressure among different releases, through \ time. | Revenue Inc= Revenue ~ $/Month ~ The increase rate in revenue. | Accumulated Calls at Final Time= if then else(Time<=FINAL TIME-TIME STEP, 0, Accumulated Customer Calls at Sampling Time\ /TIME STEP) ~ Site*Defect/Month ~ Accumulated customer calls at final time for payoff function in \ optimization. | Accumulated Customer Calls at Sampling Time= SAMPLE IF TRUE(Time<=Sampling Time:AND: Time+TIME STEP>Sampling Time, Accumulated Customer Calls\ , 0) ~ Defect*Site ~ The accumulated number of customer calls at the time of the sampling. | Accumulated Resources at Final Time= if then else(Time<=FINAL TIME-TIME STEP, 0, Accumulated Resources at Sampling Time/TIME STEP\ ) ~ Person ~ accumulation resources at final time for optimization purposes. | Accumulated Resources at Sampling Time=SAMPLE IF TRUE( Time<=Sampling Time:AND: Time+TIME STEP>Sampling Time, Accumulated Resources So far,\ 0) ~ Month*Person ~ Picks up the value of accumulated resources at the sampling time. | Accumulated Resources So far= INTEG ( Resource Accumulation, 0) ~ Person*Month ~ Total number of people involved in development and testing of the product. | Finish Time at Final Time= if then else(Time<=FINAL TIME-TIME STEP, 0, Finish Time of Last Release/TIME STEP) ~ Dmnl ~ Finish time of 6 releases at the end, divided by time step to make sure \ the payoff is equal to final time, in optimization control. | Finish Time of Last Release=SAMPLE IF TRUE( "Release Ready?"[R6]>0 :AND: Finish Time of Last Release=0,Time,0) ~ Month ~ This picks up the finish time for the last release. | Resource Accumulation= SUM(Test Resources Allocated[Release!])+Total Allctd Resources ~ Person ~ Sum of resources actively involved in the project at this time. | Sampling Time= if then else(Finish Time of Last Release>0,Min(Finish Time of Last Release+Time to Wait Before Sampling\ , FINAL TIME), FINAL TIME) ~ Month ~ Sampling time for observing value of important metrics. | Time to Wait Before Sampling= 10 ~ Month ~ There is no sampling in the first few months to avoid picking up things \ before project are under way. | ******************************************************** .Test ********************************************************~ | Test Coverage= 0.5 ~ Dmnl [0,1] ~ How much of the code the test set to be designed covers | Test Design[Release]= (Design[Release]*Modules for a feature+Bug Fixes Designed[Release])/Code Covered by Test\ *Test Coverage ~ Test/Month ~ The tests are assumed to be designed as we design the features or bug \ fixes. So test design depends on how fast we develop the requirements, \ what is our test coverage, how big is each requirement, and how much code \ each test covers. | Fraction Code Accepted[Release]= ZIDZ(Code Accepted[Release],Total Code[Release]) ~ Dmnl ~ The fraction of the total code that is done and tested. | Demand for Test Resources[Release]= Tst Rate Feasible[Release]/Test Resource Productivity ~ Person ~ The total demand for test resources across ongoing releases. | Test Resources Allocated[Release]= Min(Demand for Test Resources[Release], ZIDZ(Demand for Test Resources[Release]*Testing Resources\ ,SUM(Demand for Test Resources[Release!]))) ~ Person ~ The test resources are given to the release based on availability of those \ resources and proportional to requests. | Testing Resources= 20 ~ Person ~ The total number of testing resources available. Assumed to be fixed here. | Tests to Run[Release]= INTEG ( Retest Required[Release]+Test Design[Release]-Test Rate[Release], 0) ~ Test ~ Note that in a coflow of tests with code, this stock represents all the \ code that is not yet administered, i.e. code to develop, developed, or \ waiting rework. | Frac Total Tst Feasible[Release]= Tl Tst Dependency on Dev[Release](Fraction Code Written[Release]) ~ Dmnl ~ This is the fraction of total tests that are ready to be executed. We \ can't run tests without having them ready, because of interdependencies \ etc. Blocking issues are included in this table function. | Fraction Code Written[Release]= ZIDZ(Code Accepted[Release]+Code Developed[Release],Total Code[Release]) ~ Dmnl ~ Fraction of code that is written and either tested or ready to test. This \ determines the fraction of tests one can do. Note that the inputs to this \ do not include any delays, which assumes that the delays are relatively \ small for test to know where the code is. | Retest Required[Release]= Test Rate[Release]*Tst Rjctn Frac[Release] ~ Test/Month ~ The tests that are rejected need to be redone, after the code is revisited. | Frctn Tst Running[Release]= ZIDZ(Test Rate[Release],Tests to Run[Release]) ~ 1/Month ~ The fraction of total tests that is being run at this time | Test Resource Productivity= 50 ~ Test/Person/Month ~ The productivity of test personnel for doing tests. | Tl Tst Dependency on Dev[Release]( [(0,0)-(1,1)],(0,0),(0.9,0),(0.95,0.1),(1,1),(1.1,1)) ~ Dmnl ~ The shape of the curve suggests what fraction of our tests we can do based \ on the current level of development. | Total Tests to Cover[Release]= Test Ran[Release]+Tests to Run[Release] ~ Test ~ Total number of tests that are designed and can be run. | Test Feasible[Release]= Max(0,Frac Total Tst Feasible[Release]*Total Tests to Cover[Release]-(Total Tests to Cover\ [Release]-Tests to Run[Release])) ~ Test ~ The feasible tests are those that are not already done and are feasible \ based on the precedence relationships. | Test Rate[Release]= Tst Rate from Resources[Release] ~ Test/Month ~ The test rate depends on both availability of resources that are requested \ based on feasibility of tests considering the current development leve | Test Ran[Release]= INTEG ( +Test Rate[Release]-Retest Required[Release], 0) ~ Test ~ The number of tests that are already done and have passed. In coflow with \ code, it parallels the code accpeted stock. | Total Code[Release]= Code Accepted[Release]+Totl Code to Tst[Release] ~ module ~ The total code | Tst Rate Feasible[Release]= Test Feasible[Release]/Min Tst Time ~ Test/Month ~ The maximum feasible testing rate depend on what amount of tests we can \ potentially administer and how long each test takes an minimum. | Tst Rate from Resources[Release]= Test Resources Allocated[Release]*Test Resource Productivity ~ Test/Month ~ The resources for testing can put an upper bound on the amount of testing \ we can do. | Min Tst Time= 0.1 ~ Month ~ The minimum time needed to run a test. | ******************************************************** .Sales and Financial ********************************************************~ | Total Cost= (Cost of Development and Testing Resources+Cost of Services and Maintenance)*(1+Fraction Overhead Cost\ )+Sales Cost ~ $/Month ~ Total R&D, Service, and salesforce costs of the project. | Revenue= SUM(Products Sold[Release!]*Price)+Maintenance Fee*SUM(Sites Installed[Release!]) ~ $/Month ~ The revenue earned from this product line. | Maintenance Fee= 1000 ~ $/Month/Site ~ The maintenance fee charged. | Sales Bonus Fraction= 0.01 ~ Dmnl ~ The fraction of sales that goes as sales bonus | Sales Cost= Product Sales Personnel*Sales Personnel Cost+SUM(Sales Materialized[Release!])*Sales Bonus Fraction\ *Price ~ $/Month ~ The cost of salesforce. | Sales Personnel Cost= 50000 ~ $/(Month*Person) ~ The fixed salary of sales personnel | Average Delay from Ready Releases= ZIDZ(SUM(Accumulated Change in Release Date[Release!]*"Release Ready?"[Release!]),SUM\ ("Release Ready?"[Release!])) ~ Month ~ Calculating the average of delay across all the ready projects. | Average Delay from All[Release]= (Accumulated Change in Release Date[Release]+Relative Weight of Old Releases*Average Delay from Ready Releases\ )/(1+Relative Weight of Old Releases ) ~ Month ~ The average delay is a weighted average of delay so far in the current \ release, and the delay observed in past releases. | Acceptable Features in Market= RAMP(Feature Expectation Growth Rate, 20, FINAL TIME) ~ feature ~ This is the number of new features that need to be in a new release to \ make that release reasonable in the eyes of customer. | Time to Perceive Functionality= 6 ~ Month ~ Time to perceive functionality of the software. | Net Revenue= Revenue-Total Cost ~ $/Month ~ Net revenue of the product. | Accumulated Features Designed[R1]= Features Designed[R1] ~~| Accumulated Features Designed[Later Releases]= VECTOR ELM MAP(Accumulated Features Designed[R1], Later Releases-2)+Features Designed\ [Later Releases] ~ feature ~ This is the total number of features from the first release to this one. | Cost per Customer Call= 200 ~ $/Defect/Site ~ The cost of each customer call arising from a defect, in terms of service \ labor etc. | Price= 250000 ~ $/Site ~ The price of each installation of the software. | Profitability= ZIDZ(Net Revenue,Revenue) ~ Dmnl ~ Profitability of the product line. | Eff Features on Sales[Release]= Tl Eff Features on Sales(XIDZ(Perceived Features Designed[Release],Acceptable Features in Market\ ,1))*SW Eff Features on Sales +1-SW Eff Features on Sales ~ Dmnl ~ The effect of new features on sales depends on how many features we have \ vs. what is the acceptable level of features we could have. | Cost of Development and Testing Resources= Salary of developer and testers*(SUM(Test Resources Allocated[Release!])+Total Allctd Resources\ ) ~ $/Month ~ Total Cost of Development and Testing Resources allocated to this project. \ It assumes that non-allocated resources are used elsewhere and therefore \ not billed to this product. | Cost of Services and Maintenance= Cost per Customer Call*SUM(Total Customer Calls from Defects[Release!]) ~ $/Month ~ Total Cost of Services and Maintenance, assumed to be a function of the \ number customer calls. | Feature Expectation Growth Rate= 30 ~ feature/Month ~ The rate of growth in the number of features needed to remain competitive \ in the market place. | Fraction Overhead Cost= 0.5 ~ Dmnl ~ Overhead cost, as a fraction of R&D and Service labor costs. | Perceived Features Designed[Release]= INTEG ( (Accumulated Features Designed[Release]-Perceived Features Designed[Release])/Time to Perceive Functionality\ , Accumulated Features Designed[Release]) ~ feature ~ Perceived number of the features included in each release. | Salary of developer and testers= 6000 ~ $/Month/Person ~ Normal salary of developer and testers | Acceptable Delay Level= 4 ~ Month ~ The normal level of delay is put at 4 month, suggesting that if we have \ delays that long we get normal sales. | Time to Perceive Delays= 5 ~ Month ~ Time to perceive the delays by customers. | Indicated Sales[Release]= Product Sales Personnel*Normal Sales Productivity*Eff Features on Sales[Release]*Eff Quality and Services on Sales\ *Eff Timeliness on Sales[Release]*This Release Selling[Release] ~ Site/Month ~ The indicated sales depends on number of sales person, their productivity \ and how that productivity depends on quality, timeliness, and features of \ the product. | Time to Perceive Quality= 15 ~ Month ~ Time to perceive the quality of the product. | Initial Perceived Quality= 1 ~ Dmnl ~ The initial quality level (0 for very good quality, 1 for medium, and \ higher for poor) is what customers have in mind before observing the \ products real quality. | Perceived Delay[Release]= DELAY1(Average Delay from All[Release], Time to Perceive Delays) ~ Month ~ Perceived delivery delay. | Tl Eff Delay on Sales( [(0,0)-(1,1.5)],(0,0),(0.195719,0.203947),(0.321101,0.447368),(0.455657,0.690789),(0.666667\ ,0.888158),(1,1),(2,1.15),(4,1.3)) ~ Dmnl ~ Table for effect of delays on sales. | Tl Eff Features on Sales( [(0,0)-(2,1.5)],(0,0),(0.311927,0.0263158),(0.489297,0.118421),(0.66055,0.355263),(0.795107\ ,0.598684),(0.880734,0.815789),(1,1),(1.24159,1.18421),(1.5,1.3),(2,1.4)) ~ Dmnl ~ Table for effect of feature availability on sales. | Perceived Outstanding Defects= INTEG ( (Average Outstanding Defects-Perceived Outstanding Defects)/Time to Perceive Quality\ *"Release Ready?"[R1], Initial Perceived Quality*Normal Bug Acceptable) ~ Defect ~ The initial perceived quality sets the expectations from the company \ before the release is out. Later on it is adjusted to observed quality, as \ soon as first release is out. | SW Eff Qual and Services on Sales= 1 ~ Dmnl ~ Put 1 to have effect of quality on sales, put 0 not to include that effect. | Relative Weight of Old Releases= 0.5 ~ Dmnl ~ The weight of old releases in comparison with the focal release, when \ determining the effect of delay on sales. | SW Eff Delay on Sales= 1 ~ Dmnl ~ Put 1 to have effect of schedule delay on attractiveness, put 0 not to \ include that effect. | SW Eff Features on Sales= 1 ~ Dmnl ~ Put 1 to have the effect of features on sales, put 0 to eliminate that \ effect. | Normal Sales Productivity= 2 ~ Site/Month/Person ~ The productivity of sales personnel in selling this product. | Market Size= 50 ~ Site/Month ~ This size is defined in terms of number of sites per month in a steady \ state, not including any of the diffusion dynamics etc. Therefore is \ fairly simplistic. | This Release Selling[Early Releases]= "Release Ready?"[Early Releases]*(1-VECTOR ELM MAP("Release Ready?"[R1], Early Releases\ )) ~~| This Release Selling[R6]= "Release Ready?"[R6] ~ Dmnl ~ Only the latest release is selling at any time. | Eff Market Saturation on Sales= Tl Eff Saturation on Sales(XIDZ(Market Size,SUM(Indicated Sales[Release!]),10)) ~ Dmnl ~ The effect of market saturation depends on how much sales we could \ potentially do, vs. what the market needs. | Normal Bug Acceptable= 300 ~ Defect ~ This is the average number of bugs in a medium release. | SW Endogenous Sales= 1 ~ Dmnl [0,1] ~ Put 1 to have endogenous sales rate. Put 0 to get the fixed, exogenous \ rate. | Product Sales Personnel= 5 ~ Person ~ The number of dedicated sales personnel for this product. | Eff Quality and Services on Sales= Tl Eff Quality and Services on Sales(Normalized Quality)*SW Eff Qual and Services on Sales\ +1-SW Eff Qual and Services on Sales ~ Dmnl ~ Effect of quality and services on sales of the product. | Eff Timeliness on Sales[Release]= Tl Eff Delay on Sales(Normalized Delay[Release])*SW Eff Delay on Sales+1-SW Eff Delay on Sales ~ Dmnl ~ Effect of time-to-market on sales. | Tl Eff Saturation on Sales( [(0,0)-(3,1)],(0,0),(0.4,0.4),(0.706422,0.583333),(1,0.7),(1.45872,0.837719),(2.07339\ ,0.934211),(3,1)) ~ Dmnl ~ There is a market saturation effect, i.e. sales can not grow more than a \ limit in the market. | Normalized Delay[Release]= XIDZ(Acceptable Delay Level,Perceived Delay[Release],5) ~ Dmnl ~ Delay level normalized by some acceptable delay. | Normalized Quality= XIDZ(Normal Bug Acceptable,Perceived Outstanding Defects, 5) ~ Dmnl ~ Normalized quality of the product. | Tl Eff Quality and Services on Sales( [(0,0)-(4,2)],(0,0),(0.464832,0.587719),(0.685015,0.789474),(1,1),(2,1.3),(4,1.5)) ~ Dmnl ~ Table for effect of quality on sales of the product. | Sales Materialized[Release]= Indicated Sales[Release]*Eff Market Saturation on Sales ~ Site/Month ~ The real sales materialized not only depends on the potential level, but \ on market availability. | Products Sold[Release]= Exogenous Products Sold*This Release Selling[Release]*(1-SW Endogenous Sales)+SW Endogenous Sales\ *Sales Materialized[Release] ~ Site/Month ~ The number of products sold and sites installed in a month. | Exogenous Products Sold= 10 ~ Site/Month ~ Exogenous sales is used for model testing | ******************************************************** .Scheduling ********************************************************~ | Chang in Release Date[Release]= (Allocated Release Date[Release]-Sanctioned Release Date[Release])/Time to Replan*if then else\ (Sanctioned Release Date[Release]=0,0,1)*(1-"Release Ready?"[Release]) ~ Dmnl ~ This is the change rate in the release date, which accumulates to show the \ delay in one release. | Number Replans So Far[Release]= (SQRT((2+Strength of Threshold Feedback)^2+8*Accumulated Change in Release Date[Release\ ]/Normal Threshold for Replan)-(2+Strength of Threshold Feedback))/(2*Strength of Threshold Feedback\ )-Modulo((SQRT((2+Strength of Threshold Feedback)^2+8*Accumulated Change in Release Date\ [Release]/Normal Threshold for Replan)-(2+Strength of Threshold Feedback))/(2*Strength of Threshold Feedback\ ),1) ~ Dmnl ~ Number of replans can be tracked based on the accumulated change in the \ release date and how the management changes the formal schedule based on \ that accumulated informal change. The formula comes from the assumption \ that threshold for changing release date is B*(1+a*n), where B is \ threshold for the first replan, a is the strength parameter and n is the \ replan numbers so far. By summing this over n=1..N we get to the total \ delay corresponding to N replans, and by finding N in terms of that \ summation, we can find the Time equivalent. This variable, however, is not \ changing anything at the current formulation, in the other words, it is \ assumed that official replans are not so significant in determining the \ pressure, rather, the perception of the work status and what will become \ the official replan in future are important. This makes the behavior \ smoother (since the discrete replans are removed) but the overall dynamics \ don't change. | Accumulated Change in Release Date[Release]= INTEG ( Chang in Release Date[Release], 0) ~ Month ~ The amount of change in the release date accumulated through time for \ different releases. | Release Date Planning[Release]= if then else(Estmtd Dev Time Left[Release,Current]>0:AND:Sanctioned Release Date[Release\ ]=0,Allocated Release Date[Release]/TIME STEP ,if then else(Estmtd Dev Time Left[Release,Current]>0,1,0)*(Allocated Release Date[Release\ ]-Sanctioned Release Date[Release])/Time to Replan) ~ Dmnl ~ The formulation makes sure that we start with initial scheduled release \ date and then adjust it to the allocated one slowly. | Sanctioned Release Date[Release]= INTEG ( Release Date Planning[Release], 0) ~ Month ~ | Estmtd Tests to Be Designed[Release]= Features to Design[Release]*Test Coverage/Code Covered by Test*Modules for a feature ~ Test ~ The number of tests to be designed. | "Release Started?"[Release]= if then else(Release Start Date[Release]>Time,0, 1) ~ Dmnl ~ Gives 1 if the release has started, otherwise 0. | Normal Threshold for Replan= 2 ~ Month ~ | Strength of Threshold Feedback= 0.5 ~ Dmnl ~ This is the power to which the number of replans are raised, in order to \ determine how larger the treshold gets for replanning. A value of 1 means \ for the 2nd replan we have 2 times of normal treshold and for the 3ed one \ 3 times, so on. A value of 0.5 suggests that for 2nd replan we have \ sqrt(2)=1.41 times longer treshold etc. | SW Effect Replan on Replan Threshold= 1 ~ Dmnl ~ Put 1 to have the effect of number of replans on treshold for a new \ replan. Put 0 for not having this feedback on. | Chng Prcvd Estmtd Code[Release]= if then else("Release Started?"[Release]=1:AND: Perceived Estimated Code to Write[Release\ ]=0,Estmtd Code to Write[Release]/TIME STEP,(Estmtd Code to Write[Release]-Perceived Estimated Code to Write\ [Release])/Time to Perceive Current Status) ~ module/Month ~ This equation ensures that the perceived estimated release date starts at \ estimated level at the beginning but then adjusts to it with some delay. | Perceived Estimated Code to Write[Release]= INTEG ( Chng Prcvd Estmtd Code[Release], Estmtd Code to Write[Release]) ~ module ~ Perceived code to be written based on current estimates. | Time to Perceive Current Status= 2 ~ Month ~ There is a delay in assessing and perceiving the current status of \ project. This delay is important in how fast we plan and react to the \ state of project. | Expctd Code to Write After Being First[Release,Productivity Base]= Max(0,Perceived Estimated Code to Write[Release]-Expctd Code Written Before Being First\ [Release,Productivity Base]) ~ module ~ The code that is expected to be written after becoming the main release \ depends on how much code is left to be written and how long we expect to \ stay in the shadow of other projects. | Frac Resources to Nth Release[NthRelease]= SUM(Fraction of Desired CR Allocated[Release!]*"If Ri Nth Release?"[Release!,NthRelease ]) ~ Dmnl ~ The fraction of desired resources going to the Nth active release. \ Alternatively we could look at the fraction of resources actually going, \ but that will come up with a too conservative estimate for what will be \ left for each project. | Estmtd Code to Write[Release]= Code to Develop[Release]+Features to Design[Release]*Modules for a feature ~ module ~ A rough estimate of the code waiting to be written comes from currently \ available code and the part to be designed based on the current \ specifications. | Estmtd Dev Time Left[Release,Productivity Base]= ZIDZ(Expctd Code to Write After Being First[Release,Productivity Base],Expctd Resource Available to First Release New Dev\ *Prcvd Productivity[Release,Productivity Base]) ~ Month ~ The development time left depends on the work left, the expected resources \ available and productivity of those resources. | Expctd Code Written Before Being First[Release,Productivity Base]= Expctd Resource Available to New Dev[Release]*Prcvd Productivity[Release,Productivity Base\ ]*Time in Shadow[Release] ~ module ~ The expected progress during the time the release is in the shadow of more \ eminent ones. | Allocated Dev Time Left[Release]= Estmtd Dev Time Left[Release,Current]*Prcnt Time Allocated[Release] ~ Month ~ Allocated development time left. | Time Reqstd for Des Dev Test Left[Release]= Estmtd Design Time Left[Release]*(1-"Frctn Des-Dev Overlap")+Estmtd Dev Time Left[Release\ ,Current]+Estmtd Test Time Left[Release]*(1-"Frctn Test-Dev Overlap") ~ Month ~ The time required for the rest of the project depends on how much time \ testing, development, and design need all together. | Prcvd Productivity[Release,Current]= INTEG ( (Productivity[Release]-Prcvd Productivity[Release,Current])/Time to Perceive Productivity\ , Normal Productivity[Release]) ~~| Prcvd Productivity[Release,Normal]= INTEG ( 0*(Productivity[Release]-Prcvd Productivity[Release,Current])/Time to Perceive Productivity\ , Normal Productivity[Release]) ~ module/(Month*Person) ~ Perceived productivity slowly adjust to real productivity observed on the \ field. | Time in Shadow[Later Releases]= Max(0,if then else("If Ri Nth Release?"[Later Releases,R1]=1,0,VECTOR ELM MAP(Sanctioned Release Date\ [R1], Later Releases-2)-Time)) ~~| Time in Shadow[R1]= 0 ~ Month ~ The time that a release is in the shadow of more important releases is as \ long as there is a more urgent release out there. | Expctd Resource Available to First Release New Dev= Total Dev Resources*Prcvd Frac Resource to New Dev*Prcvd Frac to Current Release*SUM\ ("If Ri Nth Release?"[Release!,R1]*Expected Fraction to This Release[Release!]) ~ Person ~ The resources available for the first (highest priority/most eminent) \ release is calculated from looking at the current release with the highest \ priority. | Expctd Resource Available to New Dev[Release]= Total Dev Resources*Prcvd Frac Resource to New Dev*Prcvd Frac to Current Release*Expected Fraction to This Release\ [Release ] ~ Person ~ From total resources, only the fraction that is not going to CE, Rework, \ or other releases, can be expected to be assigned to this release. | "If Ri Nth Release?"[Release,NthRelease]= if then else(Sorted Vector of Releases[NthRelease]+1=Release,1,0)*(1-"Release Ready?"\ [Release])*"Release Started?"[Release ] ~ Dmnl ~ This equation finds out if the each release is the Nthe active release. \ For example, if first release is GA then the second release will be 1st, \ and so on. Note that releases which have not started or have finished are \ not counted. | Total Number of Releases= ELMCOUNT(Release) ~ Dmnl ~ The total number of releases modeled | Rank Release[Release]= (Total Number of Releases-Release+1)*(1-"Release Ready?"[Release])*"Release Started?"\ [Release] ~ Dmnl ~ Gives the rank of each release: highest number for the first release, 0 \ for inactive ones. | Sorted Vector of Releases[Release]= VECTOR SORT ORDER( Rank Release[Release], -1) ~ Dmnl ~ This variable sorts and finds out the rank of each release among the \ active releases. So the first active release gets the rank 0 and all the \ finished releases get the rank 5 (the number of releases). | Expected Fraction to This Release[Release]= SUM(Perceived Fraction to Nth Release[NthRelease!]*"If Ri Nth Release?"[Release,NthRelease\ !]) ~ Dmnl ~ The expected fraction of resources going to each release depends on where \ in the ranking that release is perceived to be. | Perceived Fraction to Nth Release[NthRelease]= INTEG ( (Frac Resources to Nth Release[NthRelease]-Perceived Fraction to Nth Release[NthRelease\ ])/Time to Perceive Resource Availability, XIDZ(1,SUM((1-"Release Ready?"[NthRelease!])*"Release Started?"[NthRelease!]),1)) ~ Dmnl ~ The fraction of resources given to the Nth release is perceived as we go \ forward. The initial value is set to assume equal allocation between all \ active releases. | Allocated Design Finish Date[Release]= Time+Allocated Design Time Left[Release] ~ Month ~ Allocated design finish date, used to determine the development finish \ date. | Allocated Dev Finish Date[Release]= Time+(Allocated Design Finish Date[Release]-Time)*(1-"Frctn Des-Dev Overlap")+Allocated Dev Time Left\ [Release] ~ Month ~ The development finish date allocated. | Allocated Release Date[Release]= Allocated Dev Finish Date[Release]+Allocated Test Time Left[Release]*(1-"Frctn Test-Dev Overlap"\ ) ~ Month ~ Allocated release date, based on development, design, and testing phase \ conditions. | Allocated Test Time Left[Release]= Estmtd Test Time Left[Release]*Prcnt Time Allocated[Release] ~ Month ~ Allocated testing time left. | Chng Status[Release]= (1-"Release Ready?"[Release])*"Release Ready this Step?"[Release]/TIME STEP ~ 1/Month ~ The rate to change the status of a release into ready. | Estimated Test Left[Release]= Estmtd Tests to Be Designed[Release]+Tests to Run[Release] ~ Test ~ The number of tests to run. | Estmtd Design Time Left[Release]= ZIDZ(Features to Design[Release],Features Designed[Release]+Features to Design[Release\ ])*Normal Design Time ~ Month ~ Estimated design time left based on how far in the design process we are. | Estmtd Test Time Left[Release]= Estimated Test Left[Release]/Testing Resources/Test Resource Productivity ~ Month ~ Estimated testing time left. | Frac Resources to New Dev= XIDZ(SUM(Development[Release!]),SUM(Development[Release!]+Rework[Release!]),0.9) ~ Dmnl ~ Fraction of resources going to development | Fraction of Resources to Current Release= XIDZ(Allctd Ttl Dev Resource,Allctd Ttl Dev Resource+Alloctd Ttl CE Resource,Initial Prcvd Fraction to Current release\ ) ~ Dmnl ~ The fraction of resources allocated to current releases. | "Release Ready this Step?"[Release]= if then else(Fraction Total Tests Passed[Release]>=Project Readiness Treshold,1,0)*(\ 1-"Release Ready?"[Release]) ~ Dmnl ~ The flag that becomes 1 at the time the release gets ready and then stays \ at 0. | Fraction Total Tests Passed[Release]= ZIDZ(Test Ran[Release],Total Tests for This Release[Release]) ~ Dmnl ~ Fraction Total Tests Passed. | Initial Prcvd Fraction to Current release= 0.9 ~ Dmnl ~ Initially people come with the perception that only 10% of time need be \ spent on current engineering | Prcvd Frac Resource to New Dev= INTEG ( (Frac Resources to New Dev-Prcvd Frac Resource to New Dev)/Time to Perceive Resource Availability\ , 0.9) ~ Dmnl ~ It takes time for people to learn what percentage of resources are really \ available for new development, vs. rework and current engineering. The \ perception is assumed to aggregate across multiple releases since people \ interact and see what happens across releases. At the beginning this \ perception is assumed to equal 0.9 | Negotiated Release Date[Release]= (Reqstd Release Date[Release]-Time)*Frac Time Cut+Time ~ Month ~ The release date given to the team, after negotiations. | "Release Ready?"[Release]= INTEG ( Chng Status[Release], 0) ~ Dmnl ~ The counter variable showing if the release is ready or not | Prcnt Time Allocated[Release]= XIDZ(Negotiated Release Date[Release]-Time,Reqstd Release Date[Release]-Time,1) ~ Dmnl ~ Fraction of time requested, given to the development team. | Prcvd Frac to Current Release= INTEG ( (Fraction of Resources to Current Release-Prcvd Frac to Current Release)/Time to Perceive Resource Availability\ , Initial Prcvd Fraction to Current release) ~ Dmnl ~ People adjust their perception about what fraction of work is given to \ current release | Total Tests for This Release[Release]= Estmtd Tests to Be Designed[Release]+Total Tests to Cover[Release] ~ Test ~ Total tests for the current release. | Reqstd Release Date[Release]= Time+Time Reqstd for Des Dev Test Left[Release] ~ Month ~ Requested release date by development organization. | Time to Perceive Productivity= 10 ~ Month ~ Time to Perceive Productivity | Normal Design Time= 2 ~ Month ~ normal length of the design phase. | Project Readiness Treshold= 0.95 ~ Dmnl [0,1] ~ The pass rate necessary for release | "Frctn Test-Dev Overlap"= 0.1 ~ Dmnl ~ The fraction of test overlap with development is indeed not constant, but \ changing depending on where in the process we are. So when all the \ development is done, there is no overlap, while there is much more overlap \ at the beginning. The small fraction makes the constancy assumption OK. | Frac Time Cut= 1 ~ Dmnl [0,1.5] ~ Fraction of time requested that is normally given to the team. | Time to Perceive Resource Availability= 50 ~ Month ~ Time to Perceive Resource Availability | ******************************************************** .Mdl ********************************************************~ This version was built to include slow adjustment of scheduled release \ date, rather than the discrete version. | Early Releases: (R1-R5) ~ ~ | Productivity Base: Current, Normal ~ ~ This subscript is to simplify equations written in parallel, but based on \ two different productivity levels, one is the current level of the \ productivity, and another is based on the normal level of productivity. \ Current productivity is what is really used in most of the planning of the \ work, while the normal productivity is what is driving how fast people \ work, how is their quality and so on. | SRelease<-> Release ~ ~ | NthRelease<-> Release ~ ~ | Later Releases: (R2-R6) ~ ~ | Release: R1, Later Releases ~ ~ Different releases for the same product | ******************************************************** .Control ********************************************************~ Simulation Control Parameters | FINAL TIME = 100 ~ Month ~ The final time for the simulation. | INITIAL TIME = 0 ~ Month ~ The initial time for the simulation. | SAVEPER = 1 ~ Month [0,?] ~ The frequency with which output is stored. | \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Introduction $192-192-192,0,Arial|12||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,75 12,1,0,233,388,67,10,0,4,0,34,-1,0,0,0,0-0-0,0-0-0,Arial|12||0-0-255 TL: Table functions 12,2,0,308,485,138,10,0,4,0,34,-1,0,0,0,0-0-0,0-0-0,Arial|12||255-128-0 Output variables, OPT: Payoff variables 12,3,0,435,357,257,10,0,4,0,34,-1,0,0,0,0-0-0,0-0-0,Arial|12||0-128-0 Exogenous Parameters, Data: Data series, Parameters for table functions 12,4,0,369,455,193,10,0,4,0,34,-1,0,0,0,0-0-0,0-0-0,Arial|12||128-0-128 TST: Test parameters/structural parameters/exogenous 12,5,0,219,422,51,10,0,4,0,34,-1,0,0,0,0-0-0,0-0-0,Arial|12||255-0-255 SW: Switches 12,6,0,242,522,68,10,0,4,0,34,-1,0,0,0,0-0-0,0-0-0,Arial|12||128-64-0 IN: Initial conditions 12,7,0,240,556,66,10,0,4,0,34,-1,0,0,0,0-0-0,0-0-0,Arial|12||255-0-0 AF: Attention flags 12,8,0,163,310,52,12,8,4,0,40,-1,0,0,0,0-0-0,0-0-0,Arial|14||0-0-0 Color Codes 12,9,0,645,153,195,16,0,4,0,24,-1,0,0,0,0-0-0,0-0-0,|18|B|0-0-0 Software Project Dynamics Model 12,10,0,649,208,202,13,0,4,0,8,-1,0,0,0,0-0-0,0-0-0,|16||0-0-0 Started July 19, 2004 Hazhir Rahmandad \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Concept and Design $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,85 10,1,Features Designed,848,538,40,20,3,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,2,Features to Design,614,539,40,20,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,3,5,1,4,0,0,22,0,0,0,-1--1--1,,1|(771,538)| 1,4,5,2,100,0,0,22,0,0,0,-1--1--1,,1|(688,538)| 11,5,1660,729,538,6,8,34,3,0,0,1,0,0,0 10,6,Design,729,555,22,9,40,3,0,0,-1,0,0,0 10,7,Problems in Designed Features,851,289,47,25,3,3,0,0,0,0,0,0 10,8,Design Time Left,740,736,51,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,9,8,6,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(721,636)| 1,10,2,6,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(639,593)| 10,11,Sanctioned Design Complete,846,881,40,20,3,3,0,0,0,0,0,0 10,12,Time,587,761,24,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,13,11,8,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(765,784)| 1,14,12,8,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(652,753)| 10,15,Min Des Time,865,754,42,9,8,3,0,10,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,16,15,8,0,0,0,0,0,0,0,-1--1--1,,1|(813,746)| 12,17,48,579,880,10,8,0,3,0,0,-1,0,0,0 1,18,20,11,4,0,0,22,0,0,0,-1--1--1,,1|(732,880)| 1,19,20,17,100,0,0,22,0,0,0,-1--1--1,,1|(617,880)| 11,20,48,652,880,6,8,34,3,0,0,1,0,0,0 10,21,Des Time Change,652,897,54,9,40,3,0,0,-1,0,0,0 1,22,11,20,1,0,0,0,0,64,0,-1--1--1,,1|(717,837)| 10,23,Allocated Design Finish Date,642,806,56,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,24,23,21,0,0,43,0,0,64,0,-1--1--1,,1|(646,848)| 1,25,160,21,0,0,0,0,0,0,0,-1--1--1,,1|(567,866)| 10,26,Initial Features Under Consideration,152,609,62,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,27,Features Under Consideration,400,541,45,20,3,3,0,0,0,0,0,0 12,28,48,186,542,10,8,0,3,0,0,-1,0,0,0 1,29,31,27,4,0,0,22,0,0,0,-1--1--1,,1|(318,542)| 1,30,31,28,100,0,0,22,0,0,0,-1--1--1,,1|(232,542)| 11,31,48,275,542,6,8,34,3,0,0,1,0,0,0 10,32,Feature Requests,275,559,54,9,40,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,33,35,2,4,0,0,22,0,0,0,-1--1--1,,1|(544,540)| 1,34,35,27,100,0,0,22,0,0,0,-1--1--1,,1|(474,540)| 11,35,1452,509,540,6,8,34,3,0,0,1,0,0,0 10,36,Features Approved,509,557,56,9,40,3,0,0,-1,0,0,0 10,37,Scope of New Release,363,454,43,16,8,3,0,0,0,0,0,0 10,38,"Ok to Plan?",305,644,37,9,8,3,0,0,0,0,0,0 1,39,38,36,1,0,43,0,0,64,0,-1--1--1,,1|(443,670)| 1,40,27,35,1,0,43,0,0,64,0,-1--1--1,,1|(453,502)| 1,41,37,35,1,0,43,0,0,64,0,-1--1--1,,1|(448,462)| 10,42,TIME STEP,548,624,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,43,42,35,1,0,45,0,0,64,0,-1--1--1,,1|(528,561)| 10,44,Time,216,698,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,45,44,38,0,0,0,0,0,0,0,-1--1--1,,1|(253,674)| 10,46,Problems in Approved Features,615,289,45,28,3,3,0,0,0,0,0,0 12,47,48,387,284,10,8,0,3,0,0,-1,0,0,0 1,48,50,46,4,0,0,22,0,0,0,-1--1--1,,1|(529,284)| 1,49,50,47,100,0,0,22,0,0,0,-1--1--1,,1|(437,284)| 11,50,48,483,284,6,8,34,3,0,0,1,0,0,0 10,51,Defect Intro in Coherence of Feature Set,483,316,66,24,40,3,0,0,-1,0,0,0 1,52,54,7,4,0,0,22,0,0,0,-1--1--1,,1|(771,289)| 1,53,54,46,100,0,0,22,0,0,0,-1--1--1,,1|(693,289)| 11,54,1724,732,289,6,8,34,3,0,0,1,0,0,0 10,55,Problems Moved to Design,732,313,51,16,40,3,0,0,-1,0,0,0 10,56,Ave Problem in Features to Design,658,425,58,16,8,3,0,0,0,0,0,0 10,57,Ave Prblm in Designed Feature,818,436,54,16,8,3,0,0,0,0,0,0 1,58,46,56,1,0,43,0,0,64,0,-1--1--1,,1|(641,365)| 1,59,7,57,1,0,43,0,0,64,0,-1--1--1,,1|(823,386)| 1,60,5,55,1,0,43,0,0,64,0,-1--1--1,,1|(727,405)| 1,61,56,55,1,0,43,0,0,64,0,-1--1--1,,1|(700,371)| 10,62,Error Rate in Original Feature Selection,293,260,64,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,63,35,51,1,0,43,0,0,64,0,-1--1--1,,1|(480,462)| 1,64,62,51,1,0,43,0,0,64,0,-1--1--1,,1|(374,300)| 1,65,2,56,0,0,45,0,0,64,0,-1--1--1,,1|(633,486)| 1,66,1,57,0,0,45,0,0,64,0,-1--1--1,,1|(834,491)| 1,67,69,27,4,0,0,22,0,0,0,-1--1--1,,1|(400,649)| 1,68,69,1,100,0,0,22,0,0,0,-1--1--1,,1|(860,599)| 11,69,1548,860,649,6,8,34,3,0,0,1,0,0,0 10,70,Feature Cancellation,860,673,38,16,40,3,0,0,-1,0,0,0 12,71,48,1010,294,10,8,0,3,0,0,-1,0,0,0 1,72,74,71,4,0,0,22,0,0,0,-1--1--1,,1|(980,292)| 1,73,74,7,100,0,0,22,0,0,0,-1--1--1,,1|(923,292)| 11,74,48,954,292,6,8,34,3,0,0,1,0,0,0 10,75,Problem Cancellation,954,316,38,16,40,3,0,0,-1,0,0,0 12,76,48,880,136,10,8,0,3,0,0,-1,0,0,0 1,77,79,7,4,0,0,22,0,0,0,-1--1--1,,1|(880,237)| 1,78,79,76,100,0,0,22,0,0,0,-1--1--1,,1|(880,171)| 11,79,48,880,204,8,6,33,3,0,0,4,0,0,0 10,80,Problems from Cancellation,933,204,45,16,40,3,0,0,-1,0,0,0 1,81,70,75,1,0,43,0,0,64,0,-1--1--1,,1|(972,477)| 1,82,57,75,1,0,43,0,0,64,0,-1--1--1,,1|(905,434)| 1,83,70,80,1,0,43,0,0,64,0,-1--1--1,,1|(1059,358)| 10,84,Ave New Problem per Cancellation,1152,323,54,16,8,3,0,0,0,0,0,0 1,85,84,80,1,0,43,0,0,64,0,-1--1--1,,1|(1080,239)| 1,86,1,84,1,0,43,0,0,64,0,-1--1--1,,1|(1088,387)| 10,87,Problems Per Feature Interaction,1184,216,57,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,88,87,84,1,0,43,0,0,64,0,-1--1--1,,1|(1182,256)| 12,89,48,588,140,10,8,0,3,0,0,-1,0,0,0 1,90,92,46,4,0,0,22,0,0,0,-1--1--1,,1|(591,235)| 1,91,92,89,100,0,0,22,0,0,0,-1--1--1,,1|(591,173)| 11,92,48,591,204,8,6,33,3,0,0,4,0,0,0 10,93,Late Feature Problems,638,204,39,16,40,3,0,0,-1,0,0,0 10,94,Error Rate in Late Features,470,161,54,16,8,3,0,0,0,0,0,0 1,95,94,92,1,0,43,0,0,64,0,-1--1--1,,1|(537,176)| 12,96,48,590,417,10,8,0,3,0,0,-1,0,0,0 1,97,99,2,4,0,0,22,0,0,0,-1--1--1,,1|(590,498)| 1,98,99,96,100,0,0,22,0,0,0,-1--1--1,,1|(590,445)| 11,99,48,590,472,8,6,33,3,0,0,2,0,0,0 10,100,Late Feature Introduction,543,472,39,16,40,3,0,0,-1,0,0,0 10,101,Late Feature Introduction,623,93,43,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,102,101,93,1,0,43,0,0,64,0,-1--1--1,,1|(627,161)| 10,103,Code Cancellation,973,738,42,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,104,Modules for a feature,1050,695,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,105,103,70,0,0,43,0,0,64,0,-1--1--1,,1|(922,708)| 1,106,104,70,0,0,45,0,0,64,0,-1--1--1,,1|(957,684)| 1,107,62,94,1,0,43,0,0,64,0,-1--1--1,,1|(373,173)| 10,108,Late Feature Error Coefficient,234,198,56,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,109,108,94,0,0,43,0,0,64,0,-1--1--1,,1|(346,180)| 10,110,Current Scope of Release,1152,439,52,16,8,3,0,0,0,0,0,0 10,111,Features Designed,1258,402,33,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,112,Features to Design,1242,477,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,113,111,110,0,0,43,0,0,64,0,-1--1--1,,1|(1217,415)| 1,114,112,110,0,0,43,0,0,64,0,-1--1--1,,1|(1203,460)| 1,115,110,84,0,0,45,0,0,64,0,-1--1--1,,1|(1152,388)| 10,116,Late Features,518,392,42,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||128-0-128 10,117,Late Intro Time,586,369,45,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||128-0-128 1,118,116,100,1,0,43,0,0,64,0,-1--1--1,,1|(520,440)| 1,119,117,100,1,0,0,0,0,64,0,-1--1--1,,1|(557,417)| 10,120,Time,416,388,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,121,120,100,0,0,0,0,0,0,0,-1--1--1,,1|(467,422)| 10,122,TIME STEP,414,420,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,123,122,100,0,0,0,0,0,0,0,-1--1--1,,1|(463,439)| 10,124,Error Rate in Feature Design,750,117,47,16,8,3,0,0,0,0,0,0 10,125,Endogenous Release Start Date,340,769,40,20,3,3,0,0,0,0,0,0 12,126,48,834,129,10,8,0,3,0,0,-1,0,0,0 1,127,129,7,4,0,0,22,0,0,0,-1--1--1,,1|(836,235)| 1,128,129,126,100,0,0,22,0,0,0,-1--1--1,,1|(836,165)| 11,129,48,836,200,8,6,33,3,0,0,2,0,0,0 10,130,Problems Introduced in Design,765,200,63,16,40,3,0,0,-1,0,0,0 1,131,124,130,1,0,43,0,0,64,0,-1--1--1,,1|(740,130)| 1,132,5,130,1,0,43,0,0,64,0,-1--1--1,,1|(769,376)| 1,133,36,32,1,0,43,0,0,64,0,-1--1--1,,1|(358,612)| 10,134,Eff Old Archtctr on Design Error,868,101,57,16,8,3,0,0,0,0,0,0 10,135,Tl Eff Old Arch on Design Problems,1009,114,54,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,136,SW Eff Old Arch on Design Problems,985,62,60,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,137,136,134,0,0,43,0,0,64,0,-1--1--1,,1|(933,79)| 1,138,135,134,0,0,43,0,0,64,0,-1--1--1,,1|(946,108)| 1,139,134,124,0,0,43,0,0,64,0,-1--1--1,,1|(810,108)| 10,140,Normal Error Rate in Feature Design,745,68,62,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,141,140,124,0,0,43,0,0,64,0,-1--1--1,,1|(746,85)| 10,142,Density of Problems in Architecture,1138,106,42,24,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,143,142,134,1,0,43,0,0,64,0,-1--1--1,,1|(1054,95)| 10,144,Total Code,97,867,41,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,145,Perceived Estimated Code to Write,425,904,57,24,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,146,Fraction code Perceived Developed,297,895,63,16,8,3,0,0,0,0,0,0 1,147,145,146,0,0,43,0,0,64,0,-1--1--1,,1|(370,900)| 10,148,FINAL TIME,398,860,45,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 12,149,48,167,765,10,8,0,3,0,0,-1,0,0,0 1,150,152,125,4,0,0,22,0,0,0,-1--1--1,,1|(272,765)| 1,151,152,149,100,0,0,22,0,0,0,-1--1--1,,1|(204,765)| 11,152,48,238,765,6,8,34,3,0,0,1,0,0,0 10,153,Chng Start Date,238,782,49,9,40,3,0,0,-1,0,0,0 1,154,148,153,0,0,0,0,0,64,0,-1--1--1,,1|(324,824)| 1,155,44,152,0,0,0,0,0,64,0,-1--1--1,,1|(224,726)| 1,156,146,153,0,0,45,0,0,64,0,-1--1--1,,1|(268,841)| 1,157,125,152,1,0,0,0,0,64,0,-1--1--1,,1|(305,728)| 10,158,Threshold for New Project Start,207,853,55,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,159,158,153,0,0,0,0,0,0,0,-1--1--1,,1|(220,820)| 10,160,TIME STEP,497,841,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,161,160,153,0,0,0,0,0,0,0,-1--1--1,,1|(374,813)| 10,162,Perceived Total Code,185,898,47,16,8,3,0,0,0,0,0,0 10,163,Time to Perceive Current Status,111,815,55,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,164,162,146,0,0,43,0,0,64,0,-1--1--1,,1|(226,899)| 1,165,144,162,0,0,43,0,0,64,0,-1--1--1,,1|(123,876)| 1,166,163,162,0,0,0,0,0,64,0,-1--1--1,,1|(142,851)| 10,167,Normal Scope of New Release,329,345,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,168,167,37,0,0,43,0,0,64,0,-1--1--1,,1|(343,392)| 10,169,Eff Bug Fixing on Scope of New Release,259,412,53,24,8,3,0,0,0,0,0,0 10,170,Relative Size of Expected Bug Fixing,187,333,64,16,8,3,0,0,0,0,0,0 10,171,Tl Eff Bug Fix on Scope,128,469,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,172,Size of Next Bug Fix,115,274,42,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,173,172,170,0,0,43,0,0,64,0,-1--1--1,,1|(145,299)| 1,174,167,170,0,0,45,0,0,64,0,-1--1--1,,1|(271,340)| 1,175,27,170,1,0,45,0,0,64,0,-1--1--1,,1|(209,407)| 1,176,170,169,1,0,43,0,0,64,0,-1--1--1,,1|(236,385)| 1,177,171,169,0,0,43,0,0,64,0,-1--1--1,,1|(178,446)| 1,178,169,37,0,0,43,0,0,64,0,-1--1--1,,1|(311,432)| 10,179,SW Eff Bug Fix on Scope,102,396,48,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,180,179,169,0,0,0,0,0,0,0,-1--1--1,,1|(171,402)| 10,181,Modules for a feature,67,329,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,182,181,170,0,0,45,0,0,64,0,-1--1--1,,1|(111,330)| 10,183,SW Endogenous Start,485,773,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,184,Exogenous Release Start Date,493,710,58,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||128-0-128 10,185,Release Start Date,337,691,57,9,8,3,0,0,0,0,0,0 1,186,125,185,0,0,43,0,0,64,0,-1--1--1,,1|(338,731)| 1,187,184,185,0,0,43,0,0,64,0,-1--1--1,,1|(421,701)| 1,188,183,185,0,0,43,0,0,64,0,-1--1--1,,1|(411,731)| 1,189,185,38,0,0,43,0,0,64,0,-1--1--1,,1|(324,673)| 10,190,"Release Started?",525,901,31,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,191,Time to Replan,740,857,46,9,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,192,190,21,0,0,43,0,0,64,0,-1--1--1,,1|(570,899)| 1,193,191,21,0,0,45,0,0,64,0,-1--1--1,,1|(702,874)| 12,194,0,1048,847,127,26,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Concept and Design 1,195,62,7,0,0,0,0,0,64,1,-1--1--1,,1|(573,274)| 1,196,1,7,0,0,0,0,0,64,1,-1--1--1,,1|(848,422)| 1,197,26,27,0,0,0,0,0,64,1,-1--1--1,,1|(275,574)| 1,198,62,46,0,0,0,0,0,64,1,-1--1--1,,1|(456,273)| 1,199,2,46,0,0,0,0,0,64,1,-1--1--1,,1|(614,425)| 1,200,148,125,0,0,0,0,0,64,1,-1--1--1,,1|(376,825)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Development $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,75 10,1,Code Developed,695,480,40,20,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,2,Code Accepted,1014,481,40,20,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,3,Code Waiting Rework,700,634,45,25,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,4,6,2,4,0,0,22,0,0,0,-1--1--1,,1|(899,480)| 1,5,6,1,100,0,0,22,0,0,0,-1--1--1,,1|(774,480)| 11,6,556,819,480,6,8,34,3,0,0,1,0,0,0 10,7,Test Acceptance,819,497,51,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,8,10,3,4,0,0,22,0,0,0,-1--1--1,,1|(723,584)| 1,9,10,1,100,0,0,22,0,0,0,-1--1--1,,1|(723,523)| 11,10,3564,723,553,8,6,33,3,0,0,4,0,0,0 10,11,Test Rejection,775,553,44,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,12,14,1,4,0,0,22,0,0,0,-1--1--1,,1|(669,530)| 1,13,14,3,100,0,0,22,0,0,0,-1--1--1,,1|(669,590)| 11,14,3580,669,566,8,6,33,3,0,0,2,0,0,0 10,15,Rework,637,566,24,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,16,Defects in Code Developed,704,795,43,26,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,17,Defects in MRs,702,925,40,20,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,18,Defects in Accepted Code,1044,798,50,23,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 12,19,48,534,776,10,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,20,22,16,4,0,0,22,0,0,0,-1--1--1,,1|(628,778)| 1,21,22,19,100,0,0,22,0,0,0,-1--1--1,,1|(563,778)| 11,22,48,589,778,6,8,34,3,0,0,1,0,0,0 10,23,Defects Generated,589,795,56,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,24,26,18,4,0,0,22,0,0,0,-1--1--1,,1|(928,791)| 1,25,26,16,100,0,0,22,0,0,0,-1--1--1,,1|(798,791)| 11,26,3308,856,791,6,8,34,3,0,0,1,0,0,0 10,27,Defects Accepted,856,808,54,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,28,30,17,4,0,0,22,0,0,0,-1--1--1,,1|(733,886)| 1,29,30,16,100,0,0,22,0,0,0,-1--1--1,,1|(733,838)| 11,30,3324,733,861,8,6,33,3,0,0,4,0,0,0 10,31,Defects found,783,861,42,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 12,32,48,704,1046,10,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,33,35,32,4,0,0,22,0,0,0,-1--1--1,,1|(701,1019)| 1,34,35,17,100,0,0,22,0,0,0,-1--1--1,,1|(701,966)| 11,35,48,701,994,8,6,33,3,0,0,4,0,0,0 10,36,Defects Fixed,751,994,42,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,37,Error Rate New Dev,302,705,59,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,38,Desired Development Rate,418,356,56,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,39,Dev Resources to New Dev,563,317,54,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,40,Feasible New Dev Rate,676,356,42,16,8,3,0,0,0,0,0,0 10,41,Productivity,769,279,36,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,42,39,40,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(614,334)| 1,43,41,40,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(732,309)| 10,44,Development Time Left,252,358,40,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,45,44,38,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(330,365)| 10,46,Min Dev Time,222,230,41,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,47,Sanctioned Code Complete,80,196,40,20,3,3,0,0,0,0,0,0 10,48,Time,273,264,24,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,49,47,44,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(195,279)| 1,50,48,44,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(266,290)| 10,51,Code to Develop,444,478,40,20,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,52,54,1,4,0,0,22,0,0,0,-1--1--1,,1|(633,480)| 1,53,54,51,100,0,0,22,0,0,0,-1--1--1,,1|(541,480)| 11,54,3596,605,480,6,8,34,3,0,0,1,0,0,0 10,55,Development,605,497,39,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 12,56,48,249,471,10,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,57,59,51,4,0,0,22,0,0,0,-1--1--1,,1|(357,471)| 1,58,59,56,100,0,0,22,0,0,0,-1--1--1,,1|(279,471)| 11,59,48,305,471,6,8,34,3,0,0,1,0,0,0 10,60,Design Rate,305,488,38,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,61,51,38,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(414,405)| 1,62,40,55,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(652,411)| 10,63,Defects from Dev,414,674,51,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,64,55,63,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(475,575)| 1,65,37,63,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(340,700)| 1,66,63,22,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(463,714)| 10,67,Rework,339,990,32,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,68,Dfct Dnsty in Untstd Code,691,700,40,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 1,69,16,68,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(698,749)| 1,70,1,68,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(593,598)| 10,71,Code Passing Test,892,435,57,9,8,3,0,0,0,0,0,0 10,72,Totl Code to Tst,785,408,48,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,73,51,72,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(653,425)| 1,74,1,72,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(745,438)| 1,75,71,7,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(848,466)| 1,76,11,7,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(812,536)| 10,77,Code Waiting Rework,929,399,46,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,78,77,72,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(864,402)| 10,79,Test Rejection,846,976,52,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,80,79,31,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(804,913)| 1,81,46,44,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(234,283)| 10,82,Dev Resources to Rework,601,196,54,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,83,Feasible Rwrk Rate,718,157,59,9,8,3,0,0,0,0,0,0 1,84,82,83,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(663,175)| 1,85,41,83,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(746,224)| 10,86,Feasible Rwrk Rate,542,676,48,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,87,86,15,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(587,622)| 10,88,Ave Dfct in Rwrk Code,554,949,50,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,89,Code Waiting Rework,516,845,46,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,90,17,88,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(636,944)| 1,91,89,88,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(539,893)| 10,92,Frac Errors Found in Rwrk,442,964,44,16,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,93,Tst Rjctn Frac,917,647,43,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||255-0-0 1,94,93,11,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(828,598)| 10,95,Test Acceptance,988,858,59,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,96,95,27,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(907,852)| 10,97,Code Covered by Test,1024,620,43,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,98,72,71,1,0,0,0,0,0,0,-1--1--1,,1|(838,406)| 10,99,Dfct Dnsty in Accepted Code,923,893,47,16,8,3,0,0,0,0,0,0 10,100,Dfct Dnsty in Rejctd Code,903,953,40,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||255-0-0 1,101,99,27,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(884,860)| 1,102,99,100,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(911,913)| 10,103,Dfct Dnsty in Untstd Code,1047,968,44,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,104,103,100,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(982,969)| 10,105,Test Rejection,868,1036,52,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,106,105,100,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(885,982)| 1,107,100,31,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(839,906)| 10,108,Ave Dfct in Tstd Code,892,713,48,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,109,108,93,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(906,683)| 1,110,97,108,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(976,690)| 1,111,68,108,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(771,718)| 10,112,Ave Dfct in Tstd Code,1109,942,53,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,113,176,99,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(1026,886)| 1,114,112,99,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(1018,921)| 10,115,Tstd Code Accptd,1042,717,54,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,116,97,115,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(1021,659)| 1,117,93,115,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(994,685)| 1,118,115,26,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(915,764)| 1,119,68,26,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(805,751)| 10,120,Modules for a feature,253,422,42,16,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,121,120,59,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(281,442)| 10,122,Ave Dfct Dnsty in Accptd Code,1205,621,53,16,8,3,0,0,0,0,0,0 10,123,Totl Code Tstd,918,567,44,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,124,97,123,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(973,596)| 1,125,123,11,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(857,574)| 10,126,Totl Code Tstd,1015,1017,52,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,127,126,100,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(957,970)| 1,128,130,16,4,0,0,22,0,0,0,-1--1--1,,1|(696,839)| 1,129,130,17,100,0,0,22,0,0,0,-1--1--1,,1|(696,887)| 11,130,3676,696,863,8,6,33,3,0,0,2,0,0,0 10,131,Dfcts Left in RWrk,633,863,55,9,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,132,88,35,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(600,982)| 1,133,67,35,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(539,1020)| 1,134,67,131,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(463,906)| 1,135,88,131,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(582,906)| 1,136,92,131,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(519,906)| 1,137,92,35,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(531,986)| 10,138,Dfct from Rwrk,382,863,45,9,8,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,139,138,23,0,0,0,0,0,0,0,-1--1--1,,1|(478,831)| 1,140,67,138,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(340,942)| 10,141,New Error Rate in Rwrk,182,978,47,16,8,3,0,0,0,0,0,0 1,142,141,138,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(286,932)| 10,143,Total Development,512,620,55,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 1,144,55,143,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(546,563)| 1,145,15,143,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(580,590)| 10,146,Dsrd New Dev Resources,443,306,43,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,147,Normal Productivity,373,260,58,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,148,Dsrd Rwrk Resources,437,218,33,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,149,Dsrd Time to Do Rwrk,383,135,50,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,150,Code Waiting Rework,572,134,46,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,151,Dsrd Rwrk Rate,472,162,48,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,152,150,151,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(488,152)| 1,153,38,146,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(436,322)| 1,154,149,151,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(445,152)| 1,155,151,148,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(458,178)| 1,156,147,148,1,0,45,0,0,64,0,-1--1--1,,1|(385,240)| 1,157,147,146,1,0,45,0,0,64,0,-1--1--1,,1|(397,285)| 10,158,Dsrd Dev Resources,537,264,41,16,8,3,0,0,0,0,0,0 1,159,148,158,0,0,43,0,0,64,0,-1--1--1,,1|(479,237)| 1,160,146,158,0,0,43,0,0,64,0,-1--1--1,,1|(483,287)| 1,161,148,82,0,0,43,0,0,64,0,-1--1--1,,1|(501,209)| 1,162,146,39,0,0,43,0,0,64,0,-1--1--1,,1|(490,309)| 1,163,158,82,0,0,45,0,0,64,0,-1--1--1,,1|(563,235)| 1,164,158,39,0,0,45,0,0,64,0,-1--1--1,,1|(546,284)| 10,165,Normal Productivity,869,348,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,166,165,41,0,0,43,0,0,64,0,-1--1--1,,1|(819,313)| 10,167,Frctn Tst Running,994,433,32,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,168,167,71,0,0,0,0,0,0,0,-1--1--1,,1|(962,433)| 10,169,Tst Effectiveness,796,679,59,9,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|10||0-128-0 1,170,169,93,0,1,0,0,0,0,0,-1--1--1,,1|(849,664)| 1,171,174,115,0,0,0,0,2,0,0,-1--1--1,|10||0-0-0,1|(1078,646)| 1,172,2,122,0,0,0,0,0,0,0,-1--1--1,,1|(1106,548)| 1,173,18,122,1,0,0,0,0,0,0,-1--1--1,,1|(1163,727)| 10,174,Test Rate,1108,588,38,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,175,174,123,0,0,0,0,0,0,0,-1--1--1,,1|(1022,578)| 10,176,Tst Effectiveness,1105,903,51,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,177,Design,361,421,44,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,178,177,60,0,0,0,0,0,0,0,-1--1--1,,1|(334,452)| 12,179,48,-130,197,10,8,0,3,0,0,-1,0,0,0 1,180,182,47,4,0,0,22,0,0,0,-1--1--1,,1|(2,197)| 1,181,182,179,100,0,0,22,0,0,0,-1--1--1,,1|(-84,197)| 11,182,48,-41,197,6,8,34,3,0,0,1,0,0,0 10,183,Dev Reschedule,-41,214,49,9,40,3,0,0,-1,0,0,0 10,184,Allocated Dev Finish Date,-33,274,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,185,TIME STEP,-130,270,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,186,184,183,0,0,43,0,0,64,0,-1--1--1,,1|(-37,247)| 1,187,47,183,1,0,45,0,0,64,0,-1--1--1,,1|(4,151)| 1,188,185,183,1,0,45,0,0,64,0,-1--1--1,,1|(-73,241)| 12,189,48,457,593,10,8,0,3,0,0,-1,0,0,0 1,190,192,189,4,0,0,22,0,0,0,-1--1--1,,1|(457,566)| 1,191,192,51,100,0,0,22,0,0,0,-1--1--1,,1|(457,517)| 11,192,48,457,542,8,6,33,3,0,0,4,0,0,0 10,193,Code Cancellation,520,542,55,9,40,3,0,0,-1,0,0,0 10,194,Frctn Code Cancellation,313,589,38,16,8,3,0,0,0,0,0,0 1,195,51,192,1,0,43,0,0,64,0,-1--1--1,,1|(416,515)| 1,196,194,192,0,0,43,0,0,64,0,-1--1--1,,1|(393,562)| 10,197,Current Dev Schedule Pressure,134,455,58,16,8,3,0,0,0,0,0,0 10,198,Estmtd Dev Time Left,126,542,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,199,198,197,0,0,43,0,0,64,0,-1--1--1,,1|(128,505)| 1,200,44,197,1,0,45,0,0,64,0,-1--1--1,,1|(180,395)| 10,201,Tl Eff Schdul Prssr on Cancellation,134,593,57,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 1,202,197,194,1,0,43,0,0,64,0,-1--1--1,,1|(171,522)| 1,203,201,194,1,0,43,0,0,64,0,-1--1--1,,1|(234,594)| 10,204,Maximum Cancellation Fraction,288,645,65,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,205,204,194,0,0,0,0,0,0,0,-1--1--1,,1|(297,623)| 10,206,Errors from Coding,66,821,56,9,8,3,0,0,0,0,0,0 10,207,Errors from Design and Architecture,189,672,57,16,8,3,0,0,0,0,0,0 1,208,206,37,1,0,43,0,0,64,0,-1--1--1,,1|(145,798)| 1,209,207,37,1,0,43,0,0,64,0,-1--1--1,,1|(239,682)| 10,210,Error per Design Problem in Features,74,635,62,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,211,Modules for a feature,35,691,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,212,Ave Prblm in Designed Feature,150,751,58,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,213,211,207,0,0,43,0,0,64,0,-1--1--1,,1|(99,683)| 1,214,210,207,0,0,43,0,0,64,0,-1--1--1,,1|(124,651)| 1,215,212,207,0,0,43,0,0,64,0,-1--1--1,,1|(165,717)| 10,216,Development Resources to Current Release,677,260,65,24,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,217,216,82,0,0,43,0,0,64,0,-1--1--1,,1|(639,228)| 1,218,216,39,0,0,43,0,0,64,0,-1--1--1,,1|(618,289)| 10,219,Natural Dev Schedule Pressure,6,484,58,16,8,3,0,0,0,0,0,0 1,220,44,219,1,0,45,0,0,64,0,-1--1--1,,1|(89,411)| 1,221,198,219,0,0,43,0,0,64,0,-1--1--1,,1|(72,516)| 10,222,Eff Pressure on Productivity,882,269,47,16,8,3,0,0,0,0,0,0 10,223,Tl Eff Pressure on Productivity,1015,371,55,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,224,Eff Pressure on Error Rate,-47,656,47,16,8,3,0,0,0,0,0,0 10,225,Tl Eff Pressure on Error Rate,-81,552,55,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 1,226,219,224,1,0,43,0,0,64,0,-1--1--1,,1|(-29,570)| 1,227,225,224,1,0,43,0,0,64,0,-1--1--1,,1|(-81,593)| 10,228,Normal Errors from Coding,44,762,43,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,229,Natural Dev Schedule Pressure,1057,293,40,24,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,230,229,222,0,0,43,0,0,64,0,-1--1--1,,1|(979,282)| 1,231,223,222,0,0,43,0,0,64,0,-1--1--1,,1|(954,324)| 1,232,224,206,1,0,43,0,0,64,0,-1--1--1,,1|(-34,715)| 1,233,228,206,1,0,43,0,0,64,0,-1--1--1,,1|(50,784)| 10,234,SW Eff Pressure on Error,-144,621,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,235,234,224,0,0,43,0,0,64,0,-1--1--1,,1|(-103,636)| 1,236,222,41,0,0,43,0,0,64,0,-1--1--1,,1|(826,273)| 10,237,SW Eff Pressure on Productivity,1058,337,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,238,237,222,0,0,43,0,0,64,0,-1--1--1,,1|(976,305)| 1,239,224,207,1,0,43,0,0,64,0,-1--1--1,,1|(5,719)| 1,240,224,141,1,0,43,0,0,64,0,-1--1--1,,1|(-74,814)| 10,241,Normal Error Rate in Rwrk,79,1025,40,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,242,241,141,0,0,43,0,0,64,0,-1--1--1,,1|(123,1004)| 10,243,Weighted Error Density in Architecture and Code Base,-89,981,75,24,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,244,"Eff Old Code & Archtctr on Error",78,899,51,16,8,3,0,0,0,0,0,0 10,245,"Tl Eff Old Code & Archtctr on Error",198,858,53,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,246,SW Eff Old Code and Archtctr on Error,-109,910,64,20,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,247,245,244,0,0,43,0,0,64,0,-1--1--1,,1|(144,876)| 1,248,243,244,0,0,43,0,0,64,0,-1--1--1,,1|(-5,939)| 1,249,246,244,0,0,43,0,0,64,0,-1--1--1,,1|(-17,904)| 1,250,244,206,0,0,43,0,0,64,0,-1--1--1,,1|(72,863)| 10,251,Eff Archtcr Complexity on Productivity,880,184,44,24,8,3,0,0,0,0,0,0 10,252,Strength of Complexity on Productivity Effect,976,121,70,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,253,Minimum Code Size With an Effect,1041,235,62,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,254,Density of Problems in Architecture,1091,157,42,24,8,2,0,2,0,0,0,0,0-0-0,0-0-0,|10||128-128-128 10,255,Accmltd Code Accepted,1090,207,48,16,8,2,0,2,0,0,0,0,0-0-0,0-0-0,|10||128-128-128 1,256,254,251,1,0,45,0,0,64,0,-1--1--1,,1|(982,160)| 1,257,255,251,1,0,45,0,0,64,0,-1--1--1,,1|(970,183)| 1,258,252,251,1,0,43,0,0,64,0,-1--1--1,,1|(923,141)| 1,259,253,251,0,0,43,0,0,64,0,-1--1--1,,1|(964,210)| 1,260,251,41,1,0,43,0,0,64,0,-1--1--1,,1|(793,241)| 10,261,SW Eff Archtcr Complexity on Productivity,894,224,46,24,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,262,261,41,0,0,0,0,0,64,0,-1--1--1,,1|(824,254)| 10,263,Allocated Design Time Left,96,303,56,16,8,2,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,264,"Frctn Des-Dev Overlap",15,367,44,16,8,3,0,0,0,0,0,0 1,265,264,44,1,0,43,0,0,64,0,-1--1--1,,1|(126,348)| 1,266,263,44,1,0,45,0,0,64,0,-1--1--1,,1|(171,317)| 10,267,Code to Fix Bugs,221,503,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 12,268,48,250,528,10,8,0,3,0,0,-1,0,0,0 1,269,271,51,4,0,0,22,0,0,0,-1--1--1,,1|(444,528)| 1,270,271,268,100,0,0,22,0,0,0,-1--1--1,,1|(309,528)| 11,271,48,365,528,6,8,34,3,0,0,1,0,0,0 10,272,Bug Fixes Designed,365,552,32,16,40,3,0,0,-1,0,0,0 1,273,267,272,0,0,43,0,0,64,0,-1--1--1,,1|(290,526)| 10,274,Time to Replan,-86,140,46,9,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,275,274,183,0,0,0,0,0,0,0,-1--1--1,,1|(-68,171)| 10,276,Time,-165,159,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,277,276,183,0,0,0,0,0,0,0,-1--1--1,,1|(-110,183)| 12,278,0,192,125,75,22,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Development \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Test $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,75 10,1,Tests to Run,886,434,41,29,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 12,2,48,911,314,10,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12||0-0-0 1,3,5,1,4,0,0,22,0,0,0,-1--1--1,,1|(909,394)| 1,4,5,2,100,0,0,22,0,0,0,-1--1--1,,1|(909,346)| 11,5,48,909,377,8,6,33,3,0,0,4,0,0,0 10,6,Test Design,961,377,44,10,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,7,Total Tests to Cover,927,676,49,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,8,Frctn Tst Running,884,544,32,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,9,Frac Total Tst Feasible,865,224,50,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,10,Tst Rate Feasible,630,353,33,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,11,Min Tst Time,530,302,47,10,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|12||0-128-0 1,12,11,10,1,0,45,0,8,64,0,-1--1--1,|12||0-0-0,1|(555,318)| 10,13,Tst Rate from Resources,830,604,49,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,14,Testing Resources,697,524,40,18,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|12||0-128-0 10,15,Test Resource Productivity,718,679,54,18,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|12||0-128-0 1,16,15,13,1,0,45,0,8,64,0,-1--1--1,|12||0-0-0,1|(781,647)| 10,17,Tl Tst Dependency on Dev,1001,167,68,18,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|12||0-0-255 1,18,17,9,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(925,188)| 1,19,1,8,1,0,45,0,8,64,0,-1--1--1,|12||0-0-0,1|(889,514)| 10,20,Fraction Code Written,704,169,53,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,21,Total Tests to Cover,758,248,54,18,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 10,22,Test Feasible,808,308,50,10,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 1,23,20,9,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(827,132)| 1,24,9,22,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(827,260)| 1,25,21,22,0,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(781,276)| 1,26,1,22,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(876,353)| 1,27,22,10,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(706,306)| 10,28,Test Coverage,983,267,54,10,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|12||0-128-0 1,29,28,6,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(950,298)| 10,30,Modules for a feature,1113,432,55,18,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 10,31,Code Covered by Test,1098,265,59,18,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,32,30,6,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(1044,401)| 10,33,Design,1101,339,36,10,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,34,33,6,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(1023,376)| 1,35,31,6,1,0,45,0,8,64,0,-1--1--1,|12||0-0-0,1|(1033,292)| 10,36,Test Ran,601,442,42,29,3,3,0,10,0,0,0,0,0-0-0,0-0-0,|12||255-128-0 1,37,39,36,4,0,0,22,0,0,0,-1--1--1,,1|(711,452)| 1,38,39,1,100,0,0,22,0,0,0,-1--1--1,,1|(818,452)| 11,39,4764,786,452,6,8,34,3,0,0,1,0,0,0 10,40,Test Rate,786,470,36,10,40,3,0,10,-1,0,0,0,0-0-0,0-0-0,|12||255-128-0 1,41,13,40,0,0,0,0,0,0,0,-1--1--1,,1|(809,539)| 1,42,40,8,0,0,0,0,0,0,0,-1--1--1,,1|(823,498)| 1,43,45,1,4,0,0,22,0,0,0,-1--1--1,,1|(818,427)| 1,44,45,36,100,0,0,22,0,0,0,-1--1--1,,1|(711,427)| 11,45,3692,786,427,6,8,34,3,0,0,3,0,0,0 10,46,Retest Required,786,409,59,10,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12||0-0-0 1,47,40,46,1,0,0,0,0,0,0,-1--1--1,,1|(784,438)| 1,48,1,7,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(952,576)| 1,49,36,7,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(665,593)| 10,50,Code Accepted,526,227,41,18,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,51,50,20,0,0,0,0,0,0,0,-1--1--1,,1|(602,202)| 10,52,Code Developed,560,112,45,18,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,53,52,20,0,0,0,0,0,0,0,-1--1--1,,1|(625,137)| 1,54,57,20,0,0,0,0,0,0,0,-1--1--1,,1|(609,169)| 10,55,Tst Rjctn Frac,814,378,59,10,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,56,55,46,0,0,0,0,0,0,0,-1--1--1,,1|(804,388)| 10,57,Total Code,541,170,41,10,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 1,58,50,57,0,0,0,0,0,0,0,-1--1--1,,1|(532,201)| 10,59,Totl Code to Tst,393,170,50,18,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,60,59,57,0,0,0,0,0,0,0,-1--1--1,,1|(464,170)| 10,61,Demand for Test Resources,523,638,61,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 1,62,10,61,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(499,457)| 1,63,15,61,1,0,45,0,8,64,0,-1--1--1,|12||0-0-0,1|(584,670)| 10,64,Test Resources Allocated,650,633,58,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 1,65,61,64,0,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(581,636)| 1,66,14,64,0,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(676,572)| 1,67,64,13,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(742,633)| 10,68,Fraction Code Accepted,324,232,53,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 1,69,50,68,0,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(437,228)| 1,70,57,68,0,0,45,0,8,64,0,-1--1--1,|12||0-0-0,1|(448,196)| 10,71,Bug Fixes Designed,1058,481,42,18,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,72,71,6,1,0,43,0,8,64,0,-1--1--1,|12||0-0-0,1|(969,413)| 12,73,0,694,101,24,13,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Test \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Defects in the Field $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,75 10,1,Sites Installed,709,144,40,20,3,3,0,0,0,0,0,0 10,2,Unknown Defects in Field,532,432,60,20,3,3,0,0,0,0,0,0 10,3,Known Defects in Field,813,432,56,19,3,3,0,0,0,0,0,0 10,4,Defects Patched,1137,466,62,22,3,3,0,0,0,0,0,0 10,5,Defects with Patch,1132,368,58,20,3,3,0,0,0,0,0,0 12,6,48,309,432,10,8,0,3,0,0,-1,0,0,0 1,7,9,2,4,0,0,22,0,0,0,-1--1--1,,1|(431,432)| 1,8,9,6,100,0,0,22,0,0,0,-1--1--1,,1|(349,432)| 11,9,48,385,432,6,8,34,3,0,0,1,0,0,0 10,10,Unknown Defects Introduced,385,462,57,22,40,3,0,0,-1,0,0,0 1,11,13,3,4,0,0,22,0,0,0,-1--1--1,,1|(724,433)| 1,12,13,2,100,0,0,22,0,0,0,-1--1--1,,1|(636,433)| 11,13,3260,686,433,6,8,34,3,0,0,1,0,0,0 10,14,Defect Show up,686,450,48,9,40,3,0,0,-1,0,0,0 1,15,17,4,4,0,0,22,0,0,0,-1--1--1,,1|(1021,478)| 1,16,17,3,100,0,0,22,0,0,0,-1--1--1,,1|(813,478)| 11,17,3052,961,478,6,8,34,3,0,0,1,0,0,0 10,18,Defect Patching,961,495,48,9,40,3,0,0,-1,0,0,0 1,19,21,5,4,0,0,22,0,0,0,-1--1--1,,1|(1011,365)| 1,20,21,3,100,0,0,22,0,0,0,-1--1--1,,1|(813,365)| 11,21,3020,943,365,6,8,34,3,0,0,3,0,0,0 10,22,Defect not Patching,943,348,59,9,40,3,0,0,-1,0,0,0 1,23,25,4,4,0,0,22,0,0,0,-1--1--1,,1|(1133,433)| 1,24,25,5,100,0,0,22,0,0,0,-1--1--1,,1|(1133,399)| 11,25,2988,1133,416,8,6,33,3,0,0,4,0,0,0 10,26,Installing Known Patches,1191,416,50,16,40,3,0,0,-1,0,0,0 12,27,48,522,143,10,8,0,3,0,0,-1,0,0,0 1,28,30,1,4,0,0,22,0,0,0,-1--1--1,,1|(637,143)| 1,29,30,27,100,0,0,22,0,0,0,-1--1--1,,1|(563,143)| 11,30,48,600,143,6,8,34,3,0,0,1,0,0,0 10,31,Products Sold,600,160,43,9,40,3,0,0,-1,0,0,0 12,32,48,891,143,10,8,0,3,0,0,-1,0,0,0 1,33,35,32,4,0,0,22,0,0,0,-1--1--1,,1|(851,143)| 1,34,35,1,100,0,0,22,0,0,0,-1--1--1,,1|(779,143)| 11,35,48,815,143,6,8,34,3,0,0,1,0,0,0 10,36,Products Retired,815,160,51,9,40,3,0,0,-1,0,0,0 12,37,48,538,283,10,8,0,3,0,0,-1,0,0,0 1,38,40,37,4,0,0,22,0,0,0,-1--1--1,,1|(537,316)| 1,39,40,2,100,0,0,22,0,0,0,-1--1--1,,1|(537,382)| 11,40,48,537,347,8,6,33,3,0,0,4,0,0,0 10,41,Defects Retired,592,347,47,9,40,3,0,0,-1,0,0,0 12,42,48,808,313,10,8,0,3,0,0,-1,0,0,0 1,43,45,42,4,0,0,22,0,0,0,-1--1--1,,1|(803,335)| 1,44,45,3,100,0,0,22,0,0,0,-1--1--1,,1|(803,387)| 11,45,48,803,356,8,6,33,3,0,0,2,0,0,0 10,46,Known Defects Retired,749,356,46,16,40,3,0,0,-1,0,0,0 12,47,48,1162,228,10,8,0,3,0,0,-1,0,0,0 1,48,50,47,4,0,0,22,0,0,0,-1--1--1,,1|(1167,273)| 1,49,50,5,100,0,0,22,0,0,0,-1--1--1,,1|(1167,335)| 11,50,48,1167,316,8,6,33,3,0,0,4,0,0,0 10,51,Defects with Patch Retired,1217,316,42,16,40,3,0,0,-1,0,0,0 12,52,48,1160,621,10,8,0,3,0,0,-1,0,0,0 1,53,55,52,4,0,0,22,0,0,0,-1--1--1,,1|(1158,580)| 1,54,55,4,100,0,0,22,0,0,0,-1--1--1,,1|(1158,511)| 11,55,48,1158,541,8,6,33,3,0,0,4,0,0,0 10,56,Patches Retired,1215,541,49,9,40,3,0,0,-1,0,0,0 10,57,Ave Unknown Def in Site,663,225,42,16,8,3,0,0,0,0,0,0 10,58,Ave Known Def in Site,764,243,46,16,8,3,0,0,0,0,0,0 10,59,Ave Def with Patch,957,204,41,16,8,3,0,0,0,0,0,0 1,60,2,57,1,0,43,0,0,64,0,-1--1--1,,1|(519,272)| 1,61,3,58,1,0,43,0,0,64,0,-1--1--1,,1|(812,279)| 1,62,5,59,1,0,43,0,0,64,0,-1--1--1,,1|(987,272)| 1,63,1,57,0,0,45,0,0,64,0,-1--1--1,,1|(688,180)| 1,64,1,58,0,0,45,0,0,64,0,-1--1--1,,1|(734,189)| 1,65,1,59,1,0,45,0,0,64,0,-1--1--1,,1|(782,170)| 10,66,Average Time in the Field,860,73,49,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,67,66,36,1,0,45,0,0,64,0,-1--1--1,,1|(825,106)| 1,68,1,35,1,0,43,0,0,64,0,-1--1--1,,1|(734,96)| 10,69,Average Defects Patched,977,580,50,16,8,3,0,0,0,0,0,0 1,70,4,69,1,0,43,0,0,64,0,-1--1--1,,1|(1047,506)| 1,71,69,55,1,0,43,0,0,64,0,-1--1--1,,1|(1092,579)| 1,72,59,50,1,0,43,0,0,64,0,-1--1--1,,1|(1127,251)| 1,73,58,45,1,0,43,0,0,64,0,-1--1--1,,1|(747,303)| 1,74,57,40,1,0,43,0,0,64,0,-1--1--1,,1|(599,300)| 10,75,Products Retired,673,399,59,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,76,Products Retired,1426,414,59,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,77,75,40,0,0,43,0,0,64,0,-1--1--1,,1|(604,372)| 1,78,75,45,1,0,43,0,0,64,0,-1--1--1,,1|(785,375)| 1,79,76,51,1,0,43,0,0,64,0,-1--1--1,,1|(1341,294)| 1,80,76,56,1,0,43,0,0,64,0,-1--1--1,,1|(1361,542)| 1,81,90,69,1,0,45,0,0,64,0,-1--1--1,,1|(908,654)| 10,82,Time to Show Up for Defects,530,638,53,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,83,Fraction of Defects Important,220,401,58,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,84,Defect Covering by Patch,1026,420,52,16,8,2,0,0,0,0,0,0 10,85,Fraction Sites Installing,922,422,43,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,86,85,17,1,0,43,0,0,64,0,-1--1--1,,1|(928,447)| 1,87,84,17,1,0,43,0,0,64,0,-1--1--1,,1|(982,448)| 1,88,84,21,1,0,43,0,0,64,0,-1--1--1,,1|(993,389)| 1,89,85,21,0,0,45,0,0,64,0,-1--1--1,,1|(931,394)| 10,90,Sites Installed,749,660,51,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,91,90,14,1,0,43,0,0,64,0,-1--1--1,,1|(752,563)| 10,92,Calls from Unknown Defects,508,546,54,16,8,3,0,0,0,0,0,0 1,93,2,92,1,0,43,0,0,64,0,-1--1--1,,1|(516,466)| 1,94,92,14,1,0,43,0,0,64,0,-1--1--1,,1|(625,528)| 1,95,82,92,1,0,45,0,0,64,0,-1--1--1,,1|(527,595)| 1,96,90,18,1,0,43,0,0,64,0,-1--1--1,,1|(909,598)| 1,97,1,22,1,0,43,0,0,64,0,-1--1--1,,1|(841,227)| 10,98,Calls from Known Defects,652,583,54,16,8,3,0,0,0,0,0,0 1,99,82,98,1,0,45,0,0,64,0,-1--1--1,,1|(580,620)| 1,100,3,98,1,0,43,0,0,64,0,-1--1--1,,1|(727,546)| 10,101,Calls from Defects With Patch,1330,330,56,16,8,3,0,0,0,0,0,0 10,102,Time to Show up for Def with Patch,1444,282,61,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,103,5,101,1,0,43,0,0,64,0,-1--1--1,,1|(1244,361)| 1,104,102,101,1,0,45,0,0,64,0,-1--1--1,,1|(1404,328)| 10,105,Exogenous Products Sold,578,62,44,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||128-0-128 1,106,105,30,0,0,43,0,0,64,0,-1--1--1,,1|(588,100)| 1,107,59,26,1,0,43,0,0,64,0,-1--1--1,,1|(1245,146)| 10,108,Fraction of sites Installing All patches for a Call,1299,492,60,22,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,109,108,26,0,0,43,0,0,64,0,-1--1--1,,1|(1246,454)| 10,110,Total Customer Calls from Defects,1338,436,60,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,111,110,26,1,0,43,0,0,64,0,-1--1--1,,1|(1269,410)| 12,112,48,806,590,10,8,0,3,0,0,-1,0,0,0 1,113,115,3,4,0,0,22,0,0,0,-1--1--1,,1|(809,495)| 1,114,115,112,100,0,0,22,0,0,0,-1--1--1,,1|(809,567)| 11,115,48,809,546,8,6,33,3,0,0,4,0,0,0 10,116,Known Defects Sold,863,546,46,16,40,3,0,0,-1,0,0,0 12,117,48,1094,600,10,8,0,3,0,0,-1,0,0,0 1,118,120,4,4,0,0,22,0,0,0,-1--1--1,,1|(1094,510)| 1,119,120,117,100,0,0,22,0,0,0,-1--1--1,,1|(1094,568)| 11,120,48,1094,538,8,6,33,3,0,0,2,0,0,0 10,121,Patched Defects Sold,1046,538,40,16,40,3,0,0,-1,0,0,0 12,122,48,1101,226,10,8,0,3,0,0,-1,0,0,0 1,123,125,5,4,0,0,22,0,0,0,-1--1--1,,1|(1101,322)| 1,124,125,122,100,0,0,22,0,0,0,-1--1--1,,1|(1101,259)| 11,125,48,1101,291,8,6,33,3,0,0,2,0,0,0 10,126,Unpatched Defects Sold with Patch,1035,291,58,16,40,3,0,0,-1,0,0,0 10,127,Total Defects Introduced,346,296,41,16,8,3,0,0,0,0,0,0 1,128,31,127,1,0,43,0,0,64,0,-1--1--1,,1|(418,229)| 1,129,83,127,1,0,43,0,0,64,0,-1--1--1,,1|(291,357)| 1,130,127,10,1,0,43,0,0,64,0,-1--1--1,,1|(388,358)| 10,131,Fraction Defect Unknown,379,533,47,16,8,3,0,0,0,0,0,0 1,132,2,131,1,0,43,0,0,64,0,-1--1--1,,1|(445,494)| 10,133,Total Defects in Field,782,703,48,16,8,3,0,0,0,0,0,0 10,134,Defects Patched,992,752,58,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,135,Defects with Patch,841,779,42,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,136,Known Defects in Field,733,781,50,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,137,Unknown Defects in Field,636,698,52,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,138,137,133,0,0,43,0,0,64,0,-1--1--1,,1|(704,699)| 1,139,136,133,0,0,43,0,0,64,0,-1--1--1,,1|(753,747)| 1,140,135,133,0,0,43,0,0,64,0,-1--1--1,,1|(815,746)| 1,141,134,133,0,0,43,0,0,64,0,-1--1--1,,1|(898,730)| 1,142,133,131,1,0,45,0,0,64,0,-1--1--1,,1|(449,647)| 1,143,131,10,0,0,43,0,0,64,0,-1--1--1,,1|(380,507)| 1,144,3,116,0,0,43,0,0,64,0,-1--1--1,,1|(835,484)| 10,145,Total Defects Introduced,970,707,45,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,146,Total Defects Introduced,1079,185,45,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,147,Total Defects in Field,1176,167,52,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,148,145,116,1,0,43,0,0,64,0,-1--1--1,,1|(882,590)| 1,149,145,121,1,0,43,0,0,64,0,-1--1--1,,1|(1036,651)| 1,150,4,121,1,0,43,0,0,64,0,-1--1--1,,1|(1066,504)| 1,151,146,126,1,0,43,0,0,64,0,-1--1--1,,1|(1056,231)| 1,152,5,126,0,0,43,0,0,64,0,-1--1--1,,1|(1086,332)| 1,153,147,125,1,0,45,0,0,64,0,-1--1--1,,1|(1131,220)| 1,154,133,116,1,0,45,0,0,64,0,-1--1--1,,1|(834,598)| 1,155,133,121,1,0,45,0,0,64,0,-1--1--1,,1|(947,658)| 1,156,4,126,1,0,43,0,0,64,0,-1--1--1,,1|(1065,392)| 1,157,5,121,1,0,43,0,0,64,0,-1--1--1,,1|(1057,448)| 10,158,Fraction Patches Installed At Sales,979,105,54,16,8,3,0,0,-1,0,0,0 1,159,158,126,0,0,0,0,0,0,0,-1--1--1,,1|(1004,191)| 10,160,Fraction Patches Installed At Sales,1116,675,58,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,161,160,121,1,0,43,0,0,64,0,-1--1--1,,1|(1082,624)| 10,162,Sites Reporting One Defect,565,504,47,16,8,3,0,0,0,0,0,0 1,163,162,14,0,0,43,0,0,64,0,-1--1--1,,1|(626,476)| 10,164,Ave Unknown Def in Site,187,543,56,15,8,2,0,0,0,0,0,0 10,165,Ave Known Def in Site,280,563,46,16,8,2,0,0,0,0,0,0 10,166,Ave Def with Patch,381,578,41,16,8,2,0,0,0,0,0,0 10,167,Average Defects Patched,400,678,58,18,8,2,0,0,0,0,0,0 10,168,Defects in Accepted Code,178,234,52,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,169,168,127,0,0,43,0,0,64,0,-1--1--1,,1|(256,262)| 10,170,Total Ave Defect,266,658,49,9,8,3,0,0,-1,0,0,0 1,171,164,170,0,0,43,0,0,64,0,-1--1--1,,1|(224,597)| 1,172,165,170,0,0,43,0,0,64,0,-1--1--1,,1|(273,607)| 1,173,167,170,0,0,43,0,0,64,0,-1--1--1,,1|(335,668)| 1,174,166,170,0,0,43,0,0,64,0,-1--1--1,,1|(323,617)| 10,175,Defects in Code Developed,263,172,53,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,176,Defects in MRs,378,176,55,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,177,175,127,0,0,43,0,0,64,0,-1--1--1,,1|(300,228)| 1,178,176,127,0,0,43,0,0,64,0,-1--1--1,,1|(364,225)| 10,179,Average Outstanding Defects,316,727,62,16,8,3,0,0,0,0,0,0 1,180,170,179,0,0,43,0,0,64,0,-1--1--1,,1|(283,683)| 1,181,167,179,0,0,45,0,0,64,0,-1--1--1,,1|(362,700)| 10,182,Sales Materialized,507,206,42,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,183,182,31,0,0,0,0,0,0,0,-1--1--1,,1|(553,182)| 10,184,SW Endogenous Sales,436,144,56,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,185,184,31,0,0,0,0,0,0,0,-1--1--1,,1|(517,151)| 10,186,This Release Selling,667,63,44,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,187,186,31,0,0,0,0,0,0,0,-1--1--1,,1|(634,109)| 12,188,0,396,70,104,22,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Defects in the Field 1,189,66,1,0,0,0,0,0,64,1,-1--1--1,,1|(793,104)| 1,190,82,3,0,0,0,0,0,64,1,-1--1--1,,1|(662,541)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Patches and Current Engineering $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,75 10,1,Calls from Defects With Patch,132,351,60,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,2,Calls from Known Defects,146,262,50,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,3,Calls from Unknown Defects,152,470,58,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,4,Total Customer Calls from Defects,283,341,56,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,5,3,4,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(212,410)| 1,6,1,4,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(202,346)| 1,7,2,4,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(207,298)| 10,8,Fraction of Calls Indicating New Defects,262,486,50,24,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,9,3,8,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(199,452)| 10,10,Patch to Develop,337,583,51,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,11,Patch Developed,475,738,51,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,12,Defect per Patch,437,679,51,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,13,Desired Patch Rate,386,470,59,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,14,Time to Patch,358,392,43,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,15,10,13,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(351,522)| 1,16,14,13,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(373,419)| 10,17,Desired Resources to Current Engineering,522,411,66,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,18,13,17,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(438,418)| 10,19,Development Resource to Current Engineering,698,471,70,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,20,17,19,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(625,412)| 10,21,Total Dev Resources,914,203,40,20,3,3,0,0,-1,0,0,0 10,22,Development Resources to Current Release,561,-4,65,24,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,23,Defect Covering by Patch,628,686,48,16,8,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,24,4,8,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(299,410)| 10,25,Productivity in Writing Patch,577,515,43,16,8,3,0,0,0,0,0,0 1,26,25,17,0,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(552,469)| 10,27,Dsrd Dev Resources,445,93,37,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,28,Total Desired Resources,683,227,41,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,29,27,22,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(492,52)| 1,30,12,23,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(548,686)| 10,31,Ave Known Def in Site,211,616,50,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,32,31,10,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(265,609)| 1,33,12,10,1,0,45,0,8,64,0,-1--1--1,|10||0-0-0,1|(379,634)| 10,34,Patch Development,736,663,58,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,35,19,34,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(749,546)| 1,36,25,34,1,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(592,577)| 1,37,34,23,0,0,0,0,0,0,0,-1--1--1,,1|(691,672)| 10,38,Average Defects Patched,278,680,54,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,39,Ave Def with Patch,267,751,42,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,40,38,11,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(381,709)| 1,41,39,11,0,0,43,0,8,64,0,-1--1--1,|10||0-0-0,1|(359,745)| 1,42,12,11,0,0,0,0,0,0,0,-1--1--1,,1|(451,702)| 10,43,Ttl Des Resource to CE,507,298,49,16,8,3,0,0,0,0,0,0 10,44,Ttl Des Resource to CR,563,163,49,16,8,3,0,0,0,0,0,0 10,45,Allctd Ttl Dev Resource,758,130,41,16,8,3,0,0,0,0,0,0 10,46,Alloctd Ttl CE Resource,742,325,43,16,8,3,0,0,0,0,0,0 1,47,21,45,1,0,43,0,0,64,0,-1--1--1,,1|(865,122)| 1,48,21,46,1,0,43,0,0,64,0,-1--1--1,,1|(867,276)| 1,49,27,44,0,0,43,0,0,64,0,-1--1--1,,1|(497,124)| 1,50,44,28,1,0,43,0,0,64,0,-1--1--1,,1|(592,195)| 1,51,17,43,0,0,43,0,0,64,0,-1--1--1,,1|(515,361)| 1,52,43,28,1,0,43,0,0,64,0,-1--1--1,,1|(570,270)| 1,53,28,46,0,0,45,0,0,64,0,-1--1--1,,1|(708,269)| 10,54,Frac CR Allctd,579,106,45,9,8,3,0,0,0,0,0,0 10,55,Frac CE Allctd,623,327,45,9,8,3,0,0,0,0,0,0 1,56,45,54,0,0,43,0,0,64,0,-1--1--1,,1|(677,119)| 1,57,46,55,0,0,43,0,0,64,0,-1--1--1,,1|(690,325)| 1,58,44,54,0,0,45,0,0,64,0,-1--1--1,,1|(569,137)| 1,59,55,19,1,0,43,0,0,64,0,-1--1--1,,1|(675,421)| 1,60,54,22,0,0,43,0,0,64,0,-1--1--1,,1|(572,65)| 1,61,44,45,0,0,43,0,0,64,0,-1--1--1,,1|(657,146)| 1,62,43,46,1,0,43,0,0,64,0,-1--1--1,,1|(638,274)| 1,63,43,55,0,0,45,0,0,64,0,-1--1--1,,1|(564,312)| 1,64,28,45,0,0,45,0,0,64,0,-1--1--1,,1|(715,184)| 10,65,CR Dev Resources Left After Allocation,689,55,60,16,8,3,0,0,0,0,0,0 1,66,27,65,0,0,45,0,0,64,0,-1--1--1,,1|(548,77)| 1,67,45,65,0,0,43,0,0,64,0,-1--1--1,,1|(728,97)| 10,68,SW Higher Priority to Current,325,12,57,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,69,65,22,0,0,43,0,0,64,0,-1--1--1,,1|(640,32)| 1,70,68,22,0,0,43,0,0,64,0,-1--1--1,,1|(432,5)| 1,71,45,22,1,0,43,0,0,64,0,-1--1--1,,1|(723,15)| 10,72,SW Exogenous CE Resources,586,373,48,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,73,72,43,0,0,0,0,0,64,0,-1--1--1,,1|(551,340)| 1,74,72,55,0,0,0,0,0,64,0,-1--1--1,,1|(602,351)| 10,75,Normal Productivity,445,539,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,76,Modules Equivalent to Patch,514,635,59,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,77,75,25,0,0,43,0,0,64,0,-1--1--1,,1|(502,528)| 1,78,76,25,1,0,45,0,0,64,0,-1--1--1,,1|(522,595)| 10,79,Fraction of Desired CR Allocated,354,60,58,16,8,3,0,0,0,0,0,0 1,80,22,79,0,0,43,0,0,64,0,-1--1--1,,1|(457,27)| 1,81,27,79,0,0,45,0,0,64,0,-1--1--1,,1|(409,80)| 10,82,Accumulated Customer Calls,184,170,56,24,3,3,0,0,0,0,0,0 12,83,48,412,167,10,8,0,3,0,0,-1,0,0,0 1,84,86,82,4,0,0,22,0,0,0,-1--1--1,,1|(277,167)| 1,85,86,83,100,0,0,22,0,0,0,-1--1--1,,1|(364,167)| 11,86,48,321,167,6,8,34,3,0,0,1,0,0,0 10,87,Inc Customer Calls,321,184,57,9,40,3,0,0,-1,0,0,0 1,88,4,87,1,0,43,0,0,64,0,-1--1--1,,1|(328,273)| 10,89,Accumulated Total Work,1093,607,50,24,3,3,0,0,0,0,0,0 12,90,48,837,610,10,8,0,3,0,0,-1,0,0,0 1,91,93,89,4,0,0,22,0,0,0,-1--1--1,,1|(997,610)| 1,92,93,90,100,0,0,22,0,0,0,-1--1--1,,1|(893,610)| 11,93,48,945,610,6,8,34,3,0,0,1,0,0,0 10,94,Development and CE Rate,945,634,53,16,40,3,0,0,-1,0,0,0 10,95,Total Development,892,452,44,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,96,34,94,1,0,43,0,0,64,0,-1--1--1,,1|(785,662)| 1,97,95,93,1,0,43,0,0,64,0,-1--1--1,,1|(883,502)| 10,98,Modules Equivalent to Patch,973,752,64,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,99,98,94,1,0,43,0,0,64,0,-1--1--1,,1|(939,720)| 10,100,Desired Total Dev Resources,901,63,54,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,101,Eff Profitability on Resources Allocated,1013,248,64,16,8,3,0,0,0,0,0,0 1,102,100,21,0,0,43,0,0,64,0,-1--1--1,,1|(906,124)| 1,103,101,21,0,0,43,0,0,64,0,-1--1--1,,1|(972,229)| 10,104,"Honey-Moon Period",1104,182,59,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,105,Perceived Profitability,1245,320,40,20,3,3,0,0,0,0,0,0 10,106,Time Since Release Ready,1140,395,40,20,3,3,0,0,0,0,0,0 10,107,Tl Eff Profit on Resources,968,391,43,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,108,SW Eff Proft on Resources,868,336,48,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,109,107,101,0,0,43,0,0,64,0,-1--1--1,,1|(987,326)| 1,110,105,101,0,0,43,0,0,64,0,-1--1--1,,1|(1141,288)| 1,111,104,101,0,0,0,0,0,64,0,-1--1--1,,1|(1069,207)| 1,112,106,101,0,0,0,0,0,64,0,-1--1--1,,1|(1079,324)| 1,113,108,101,0,0,0,0,0,64,0,-1--1--1,,1|(934,295)| 12,114,48,1139,480,10,8,0,3,0,0,-1,0,0,0 11,115,48,1139,443,8,6,1,3,0,0,1,0,0,0 1,116,115,106,4,0,0,22,0,0,0,-1--1--1,,1|(1139,426)| 1,117,115,114,100,0,0,22,0,0,0,-1--1--1,,1|(1139,460)| 10,118,"Release Ready?",1041,490,58,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,119,118,115,0,0,43,0,0,64,0,-1--1--1,,1|(1088,466)| 10,120,Time to Adjust Resources,975,126,45,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,121,Time to Perceive Profitability,1168,237,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,122,120,21,0,0,0,0,0,64,0,-1--1--1,,1|(950,157)| 1,123,121,105,0,0,0,0,0,64,0,-1--1--1,,1|(1199,271)| 10,124,Profitability,1230,418,42,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,125,124,105,0,0,43,0,0,64,0,-1--1--1,,1|(1234,381)| 10,126,Total Allctd Resources,790,229,35,16,8,3,0,0,0,0,0,0 1,127,45,126,0,0,43,0,0,64,0,-1--1--1,,1|(771,172)| 1,128,46,126,0,0,43,0,0,64,0,-1--1--1,,1|(762,283)| 12,129,0,886,-24,218,22,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Patches and Current Engineering \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Fixing Bugs $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,100 10,1,Bugs to Fix in Future Releases,242,228,50,23,3,3,0,0,0,0,0,0 10,2,Bug Fixes Planned,480,232,40,20,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,3,5,2,4,0,0,22,0,0,0,-1--1--1,,1|(401,228)| 1,4,5,1,100,0,0,22,0,0,0,-1--1--1,,1|(321,228)| 11,5,236,357,228,6,8,34,3,0,0,1,0,0,0 10,6,Bug Fix Approval,357,252,51,9,40,3,0,0,-1,0,0,0 12,7,48,49,231,10,8,0,3,0,0,-1,0,0,0 1,8,10,1,4,0,0,22,0,0,0,-1--1--1,,1|(160,231)| 1,9,10,7,100,0,0,22,0,0,0,-1--1--1,,1|(87,231)| 11,10,48,122,231,6,8,34,3,0,0,1,0,0,0 10,11,Increase in Known Bugs,122,255,39,16,40,3,0,0,-1,0,0,0 10,12,Defect Show up,166,126,56,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,13,Sites Installed,84,314,51,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,14,12,11,0,0,43,0,0,64,0,-1--1--1,,1|(147,180)| 1,15,13,11,0,0,45,0,0,64,0,-1--1--1,,1|(96,293)| 10,16,Desired Bug Fixes for Next Release,303,142,57,16,8,3,0,0,0,0,0,0 10,17,Fraction Bugs Fixed in Next Release,229,67,62,16,8,3,0,0,0,0,0,0 10,18,"Ok to Plan?",386,335,45,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,19,1,16,1,0,43,0,0,64,0,-1--1--1,,1|(237,182)| 1,20,16,6,1,0,43,0,0,64,0,-1--1--1,,1|(347,181)| 1,21,18,6,1,0,43,0,0,64,0,-1--1--1,,1|(374,298)| 1,22,17,16,0,0,43,0,0,64,0,-1--1--1,,1|(260,99)| 10,23,TIME STEP,437,178,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,24,23,6,0,0,0,0,0,0,0,-1--1--1,,1|(402,210)| 10,25,Code to Fix Bugs,474,356,53,9,8,3,0,0,0,0,0,0 1,26,6,25,1,0,43,0,0,64,0,-1--1--1,,1|(437,317)| 10,27,Defect per Patch,852,303,51,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,28,Modules Equivalent to Patch,565,282,59,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,29,"Multiplier Fixing work vs. Patch",690,282,48,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,30,29,25,1,0,43,0,0,64,0,-1--1--1,,1|(602,316)| 1,31,28,25,1,0,43,0,0,64,0,-1--1--1,,1|(505,327)| 1,32,27,25,0,0,45,0,0,64,0,-1--1--1,,1|(670,328)| 10,33,Size of Next Bug Fix,625,164,38,16,8,3,0,0,0,0,0,0 1,34,28,33,0,0,43,0,0,64,0,-1--1--1,,1|(591,229)| 1,35,29,33,0,0,43,0,0,64,0,-1--1--1,,1|(660,229)| 1,36,16,33,0,0,43,0,0,64,0,-1--1--1,,1|(466,152)| 1,37,27,33,0,0,45,0,0,64,0,-1--1--1,,1|(750,240)| 12,38,48,229,381,10,8,0,3,0,0,-1,0,0,0 1,39,41,38,4,0,0,22,0,0,0,-1--1--1,,1|(229,345)| 1,40,41,1,100,0,0,22,0,0,0,-1--1--1,,1|(229,278)| 11,41,48,229,312,8,6,33,3,0,0,4,0,0,0 10,42,Cancel Bug Fixes,291,312,54,9,40,3,0,0,-1,0,0,0 10,43,Time to Cancel Bug Fixes,164,368,46,16,8,3,0,0,0,0,0,0 1,44,43,41,0,0,43,0,0,64,0,-1--1--1,,1|(196,339)| 1,45,1,42,1,0,43,0,0,64,0,-1--1--1,,1|(274,261)| 10,46,Products Sold,305,415,51,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,47,46,42,0,0,45,0,0,64,0,-1--1--1,,1|(298,370)| 10,48,SW Fixing Bugs,54,160,50,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,49,48,10,0,0,43,0,0,64,0,-1--1--1,,1|(84,192)| 12,50,0,424,87,80,23,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Fixing Bugs \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Architecture and Code Base Quality $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,100 10,1,Density of Problems in Architecture,329,375,62,16,8,3,0,0,0,0,0,0 10,2,Accumulated Problems in Architecture and Design,272,260,61,32,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,3,Accmltd Features Designed,281,494,54,33,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 12,4,48,46,259,10,8,0,3,0,0,-1,0,0,0 1,5,7,2,4,0,0,22,0,0,0,-1--1--1,,1|(175,259)| 1,6,7,4,100,0,0,22,0,0,0,-1--1--1,,1|(91,259)| 11,7,48,133,259,6,8,34,3,0,0,1,0,0,0 10,8,Inc Prblm in Old Design,133,283,49,16,40,3,0,0,-1,0,0,0 12,9,48,54,490,10,8,0,3,0,0,-1,0,0,0 1,10,12,3,4,0,0,22,0,0,0,-1--1--1,,1|(189,490)| 1,11,12,9,100,0,0,22,0,0,0,-1--1--1,,1|(101,490)| 11,12,48,145,490,6,8,34,3,0,0,1,0,0,0 10,13,Inc Old Design,145,507,45,9,40,3,0,0,-1,0,0,0 10,14,Problems in Designed Features,133,176,62,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,15,Features Designed,140,587,33,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,16,"Release Ready this Step?",181,372,51,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,17,TIME STEP,38,371,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,18,16,8,1,0,43,0,0,64,0,-1--1--1,,1|(134,333)| 1,19,16,12,1,0,43,0,0,64,0,-1--1--1,,1|(134,411)| 1,20,15,13,1,0,43,0,0,64,0,-1--1--1,,1|(132,548)| 1,21,14,7,1,0,43,0,0,64,0,-1--1--1,,1|(121,219)| 1,22,17,8,1,0,45,0,0,64,0,-1--1--1,,1|(90,331)| 1,23,17,13,1,0,45,0,0,64,0,-1--1--1,,1|(94,432)| 12,24,48,270,56,10,8,0,3,0,0,-1,0,0,0 1,25,27,24,4,0,0,22,0,0,0,-1--1--1,,1|(270,102)| 1,26,27,2,100,0,0,22,0,0,0,-1--1--1,,1|(270,190)| 11,27,48,270,146,8,6,33,3,0,0,4,0,0,0 10,28,Architecture Redesign,315,146,37,16,40,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,29,2,1,1,0,43,0,0,64,0,-1--1--1,,1|(296,303)| 1,30,3,1,1,0,45,0,0,64,0,-1--1--1,,1|(302,446)| 10,31,Accumulated Defects in Code,777,251,43,21,3,3,0,0,0,0,0,0 10,32,Accmltd Code Accepted,780,489,40,20,3,3,0,0,0,0,0,0 12,33,48,1019,247,10,8,0,3,0,0,-1,0,0,0 1,34,36,31,4,0,0,22,0,0,0,-1--1--1,,1|(864,247)| 1,35,36,33,100,0,0,22,0,0,0,-1--1--1,,1|(964,247)| 11,36,48,914,247,6,8,34,3,0,0,1,0,0,0 10,37,Inc Defect in Underlying Code,914,271,50,16,40,3,0,0,-1,0,0,0 12,38,48,1034,493,10,8,0,3,0,0,-1,0,0,0 1,39,41,32,4,0,0,22,0,0,0,-1--1--1,,1|(868,493)| 1,40,41,38,100,0,0,22,0,0,0,-1--1--1,,1|(976,493)| 11,41,48,922,493,6,8,34,3,0,0,1,0,0,0 10,42,Inc Underlying Code,922,517,44,16,40,3,0,0,-1,0,0,0 10,43,Density of Defect in Code,715,372,53,16,8,3,0,0,0,0,0,0 10,44,Code Accepted,880,600,55,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,45,Defects in Accepted Code,1024,163,52,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,46,TIME STEP,987,382,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,47,45,36,1,0,43,0,0,64,0,-1--1--1,,1|(975,199)| 1,48,44,42,1,0,43,0,0,64,0,-1--1--1,,1|(891,570)| 1,49,31,43,0,0,43,0,0,64,0,-1--1--1,,1|(748,307)| 1,50,32,43,0,0,45,0,0,64,0,-1--1--1,,1|(749,434)| 1,51,46,37,0,0,45,0,0,64,0,-1--1--1,,1|(956,335)| 1,52,46,41,0,0,45,0,0,64,0,-1--1--1,,1|(957,432)| 10,53,Fixed Defects in Code,776,90,40,20,3,3,0,0,0,0,0,0 1,54,56,53,4,0,0,22,0,0,0,-1--1--1,,1|(776,137)| 1,55,56,31,100,0,0,22,0,0,0,-1--1--1,,1|(776,203)| 11,56,620,776,170,8,6,33,3,0,0,4,0,0,0 10,57,Code Fixes,819,170,35,9,40,3,0,0,-1,0,0,0 10,58,Total Accumulated Defects,622,280,57,16,8,3,0,0,0,0,0,0 1,59,31,58,0,0,43,0,0,64,0,-1--1--1,,1|(713,262)| 10,60,Defects in Code Developed,866,65,53,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,61,Defects in MRs,981,69,55,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,62,60,36,0,0,43,0,0,64,0,-1--1--1,,1|(889,154)| 1,63,61,37,0,0,43,0,0,64,0,-1--1--1,,1|(951,159)| 10,64,"Release Ready this Step?",869,379,51,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,65,64,37,0,0,43,0,0,64,0,-1--1--1,,1|(888,331)| 1,66,64,41,0,0,43,0,0,64,0,-1--1--1,,1|(894,434)| 10,67,Code Developed,1011,615,57,9,8,2,0,0,0,0,0,0 10,68,Code Waiting Rework,788,579,46,16,8,2,0,0,0,0,0,0 1,69,68,42,0,0,43,0,0,64,0,-1--1--1,,1|(848,550)| 1,70,67,42,0,0,43,0,0,64,0,-1--1--1,,1|(974,574)| 10,71,Weighted Error Density in Architecture and Code Base,529,358,75,24,8,3,0,0,0,0,0,0 1,72,1,71,0,0,43,0,0,64,0,-1--1--1,,1|(415,367)| 1,73,43,71,0,0,43,0,0,64,0,-1--1--1,,1|(639,366)| 10,74,Relative Importance of Architecture Problems,455,442,68,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,75,74,71,0,0,43,0,0,64,0,-1--1--1,,1|(483,409)| 10,76,Modules for a feature,633,459,46,16,8,2,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,77,Error per Design Problem in Features,548,482,66,16,8,2,0,0,0,0,0,0 1,78,77,71,0,0,43,0,0,64,0,-1--1--1,,1|(540,430)| 1,79,76,71,0,0,43,0,0,64,0,-1--1--1,,1|(590,417)| 10,80,Bug Fixes Planned,619,145,36,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,81,80,56,1,0,43,0,0,64,0,-1--1--1,,1|(707,153)| 10,82,TIME STEP,619,185,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,83,"Release Ready this Step?",618,215,51,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,84,82,57,0,0,43,0,0,64,0,-1--1--1,,1|(716,177)| 1,85,83,57,0,0,43,0,0,64,0,-1--1--1,,1|(719,192)| 10,86,Fraction of Defects Important,580,72,58,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,87,86,56,0,0,45,0,0,64,0,-1--1--1,,1|(683,123)| 12,88,0,494,41,235,22,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Architecture and Code Base Quality \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Scheduling $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,75 10,1,Estmtd Dev Time Left,532,166,36,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,2,Estmtd Code to Write,111,-141,48,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,3,Prcvd Productivity,470,8,40,20,3,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,4,Total Dev Resources,948,33,37,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,5,Expctd Resource Available to New Dev,704,53,64,16,8,3,0,0,0,0,0,0 10,6,Prcvd Frac Resource to New Dev,766,-52,40,20,3,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,7,6,5,1,0,43,0,0,64,0,-1--1--1,,1|(740,9)| 1,8,4,5,1,0,43,0,0,64,0,-1--1--1,,1|(821,21)| 1,9,3,1,1,0,45,0,0,64,0,-1--1--1,,1|(485,41)| 10,10,Estmtd Design Time Left,298,247,46,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,11,Code to Develop,34,-200,57,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,12,Features to Design,129,-220,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,13,Modules for a feature,20,-113,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,14,12,2,1,0,43,0,0,64,0,-1--1--1,,1|(125,-187)| 1,15,11,2,1,0,43,0,0,64,0,-1--1--1,,1|(66,-173)| 1,16,13,2,1,0,43,0,0,64,0,-1--1--1,,1|(58,-124)| 10,17,Estmtd Test Time Left,532,334,38,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,18,Test Resource Productivity,651,384,54,19,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,19,Testing Resources,470,417,37,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,20,Estimated Test Left,532,458,59,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,21,Test Coverage,407,608,43,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,22,Modules for a feature,681,533,46,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,23,Code Covered by Test,547,605,47,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,24,Estmtd Tests to Be Designed,533,546,49,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,25,22,24,0,0,43,0,0,64,0,-1--1--1,,1|(615,538)| 1,26,21,24,0,0,43,0,0,64,0,-1--1--1,,1|(456,583)| 1,27,23,24,0,0,45,0,0,64,0,-1--1--1,,1|(541,582)| 10,28,Tests to Run,364,471,47,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,29,24,20,0,0,43,0,0,64,0,-1--1--1,,1|(532,505)| 1,30,28,20,0,0,43,0,0,64,0,-1--1--1,,1|(435,465)| 1,31,18,17,0,0,43,0,0,64,0,-1--1--1,,1|(594,359)| 1,32,20,17,0,0,43,0,0,64,0,-1--1--1,,1|(532,406)| 1,33,19,17,0,0,45,0,0,64,0,-1--1--1,,1|(496,381)| 10,34,Time Reqstd for Des Dev Test Left,524,247,62,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,35,Reqstd Release Date,799,401,49,16,8,3,0,0,0,0,0,0 1,36,10,34,1,0,43,0,0,64,0,-1--1--1,,1|(396,247)| 1,37,1,34,0,0,43,0,0,64,0,-1--1--1,,1|(528,199)| 1,38,17,34,0,0,43,0,0,64,0,-1--1--1,,1|(528,297)| 1,39,34,35,0,0,43,0,0,64,0,-1--1--1,,1|(654,320)| 10,40,Time,911,349,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,41,40,35,0,0,43,0,0,64,0,-1--1--1,,1|(868,368)| 10,42,Negotiated Release Date,1023,396,42,16,8,3,0,0,0,0,0,0 1,43,35,42,1,0,43,0,0,64,0,-1--1--1,,1|(907,398)| 10,44,Frac Time Cut,942,432,43,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,45,44,42,0,0,45,0,0,64,0,-1--1--1,,1|(968,420)| 1,46,40,42,0,0,43,0,0,64,0,-1--1--1,,1|(951,366)| 10,47,Prcnt Time Allocated,909,269,34,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,48,42,47,0,0,43,0,0,64,0,-1--1--1,,1|(970,337)| 1,49,40,47,0,0,45,0,0,64,0,-1--1--1,,1|(910,319)| 1,50,35,47,0,0,45,0,0,64,0,-1--1--1,,1|(849,340)| 10,51,Allocated Design Time Left,286,173,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,52,Allocated Dev Time Left,319,120,42,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,53,Allocated Design Finish Date,168,147,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,54,Allocated Dev Finish Date,58,116,42,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,55,Prcnt Time Allocated,403,202,38,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,56,55,52,0,0,43,0,0,64,0,-1--1--1,,1|(366,165)| 1,57,55,51,0,0,43,0,0,64,0,-1--1--1,,1|(358,190)| 1,58,1,52,0,0,43,0,0,64,0,-1--1--1,,1|(435,145)| 1,59,10,51,0,0,43,0,0,64,0,-1--1--1,,1|(293,216)| 10,60,Time,229,194,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,61,51,53,0,0,43,0,0,64,0,-1--1--1,,1|(233,161)| 1,62,60,53,0,0,43,0,0,64,0,-1--1--1,,1|(208,178)| 1,63,53,54,0,0,43,0,0,64,0,-1--1--1,,1|(114,132)| 1,64,52,54,1,0,43,0,0,64,0,-1--1--1,,1|(187,95)| 10,65,Allocated Test Time Left,350,320,44,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,66,Allocated Release Date,244,384,42,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,67,54,66,1,0,43,0,0,64,0,-1--1--1,,1|(94,246)| 1,68,17,65,0,0,43,0,0,64,0,-1--1--1,,1|(450,328)| 1,69,55,65,0,0,43,0,0,64,0,-1--1--1,,1|(379,254)| 1,70,65,66,0,0,43,0,0,64,0,-1--1--1,,1|(303,348)| 10,71,"Frctn Test-Dev Overlap",366,362,45,16,8,3,0,0,0,0,0,0 1,72,71,66,1,0,45,0,0,64,0,-1--1--1,,1|(315,379)| 10,73,Features Designed,150,208,33,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,74,Features to Design,133,266,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,75,Normal Design Time,215,297,45,16,8,3,0,0,0,0,0,0 1,76,74,10,0,0,43,0,0,64,0,-1--1--1,,1|(205,257)| 1,77,75,10,0,0,43,0,0,64,0,-1--1--1,,1|(249,275)| 1,78,73,10,0,0,45,0,0,64,0,-1--1--1,,1|(210,223)| 10,79,Productivity,352,-24,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,80,79,3,0,0,43,0,0,64,0,-1--1--1,,1|(400,-10)| 10,81,Time to Perceive Productivity,349,25,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,82,81,3,0,0,45,0,0,64,0,-1--1--1,,1|(408,16)| 10,83,Frac Resources to New Dev,703,-134,57,16,8,3,0,0,0,0,0,0 10,84,Development,611,-181,47,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,85,Rework,763,-180,32,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,86,84,83,0,0,43,0,0,64,0,-1--1--1,,1|(643,-164)| 1,87,85,83,0,0,45,0,0,64,0,-1--1--1,,1|(743,-164)| 10,88,Time to Perceive Resource Availability,862,-110,64,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,89,83,6,0,0,43,0,0,64,0,-1--1--1,,1|(728,-100)| 1,90,88,6,0,0,45,0,0,64,0,-1--1--1,,1|(823,-86)| 10,91,Features to Design,381,543,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,92,91,24,0,0,43,0,0,64,0,-1--1--1,,1|(445,543)| 1,93,71,34,0,0,0,0,0,0,0,-1--1--1,,1|(438,308)| 10,94,Sanctioned Release Date,101,566,42,25,3,3,0,0,0,0,0,0 12,95,48,111,420,10,8,0,3,0,0,-1,0,0,0 1,96,98,94,4,0,0,22,0,0,0,-1--1--1,,1|(111,521)| 1,97,98,95,100,0,0,22,0,0,0,-1--1--1,,1|(111,458)| 11,98,48,111,495,8,6,33,3,0,0,4,0,0,0 10,99,Release Date Planning,161,495,42,16,40,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,100,66,99,1,0,43,0,0,64,0,-1--1--1,,1|(185,425)| 10,101,TIME STEP,255,555,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,102,101,99,1,0,45,0,0,64,0,-1--1--1,,1|(204,547)| 1,103,94,99,1,0,45,0,0,64,0,-1--1--1,,1|(150,534)| 10,104,Total Tests for This Release,729,476,44,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,105,24,104,0,0,43,0,0,64,0,-1--1--1,,1|(624,512)| 10,106,Total Tests to Cover,726,429,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,107,106,104,0,0,43,0,0,64,0,-1--1--1,,1|(727,445)| 10,108,Fraction Total Tests Passed,844,587,43,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,109,Test Ran,818,671,36,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,110,109,108,0,0,43,0,0,64,0,-1--1--1,,1|(827,639)| 1,111,104,108,0,0,45,0,0,64,0,-1--1--1,,1|(780,526)| 10,112,"Release Ready this Step?",961,589,47,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,113,Project Readiness Treshold,958,655,56,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,114,108,112,0,0,43,0,0,64,0,-1--1--1,,1|(893,587)| 1,115,113,112,1,0,45,0,0,64,0,-1--1--1,,1|(959,611)| 10,116,"Frctn Des-Dev Overlap",349,73,44,16,8,3,0,0,0,0,0,0 1,117,116,34,0,0,0,0,0,64,0,-1--1--1,,1|(431,155)| 1,118,116,54,1,0,0,0,0,64,0,-1--1--1,,1|(177,60)| 10,119,Prcvd Frac to Current Release,889,-25,40,20,3,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,120,119,5,1,0,43,0,0,64,0,-1--1--1,,1|(807,-5)| 1,121,88,119,0,0,45,0,0,64,0,-1--1--1,,1|(872,-76)| 10,122,Fraction of Resources to Current Release,1011,-108,67,16,8,3,0,0,-1,0,0,0 1,123,122,119,1,0,43,0,0,64,0,-1--1--1,,1|(941,-51)| 10,124,Initial Prcvd Fraction to Current release,1014,-200,62,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,125,Allctd Ttl Dev Resource,1183,-157,45,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,126,125,122,0,0,0,0,0,0,0,-1--1--1,,1|(1109,-136)| 10,127,Alloctd Ttl CE Resource,1192,-106,47,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,128,127,122,0,0,0,0,0,0,0,-1--1--1,,1|(1118,-106)| 1,129,124,122,0,0,0,0,0,0,0,-1--1--1,,1|(1012,-160)| 10,130,"Release Ready?",883,527,40,20,3,3,0,0,0,0,0,0 12,131,48,1042,529,10,8,0,3,0,0,-1,0,0,0 1,132,134,130,4,0,0,22,0,0,0,-1--1--1,,1|(947,529)| 1,133,134,131,100,0,0,22,0,0,0,-1--1--1,,1|(1007,529)| 11,134,48,977,529,6,8,34,3,0,0,1,0,0,0 10,135,Chng Status,977,546,38,9,40,3,0,0,-1,0,0,0 10,136,TIME STEP,1063,495,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,137,136,135,1,0,43,0,0,64,0,-1--1--1,,1|(1048,521)| 1,138,130,134,1,0,43,0,0,64,0,-1--1--1,,1|(932,483)| 1,139,112,135,1,0,43,0,0,64,0,-1--1--1,,1|(968,566)| 1,140,130,112,1,0,43,0,0,64,0,-1--1--1,,1|(897,554)| 10,141,Expected Fraction to This Release,1032,75,56,16,8,3,0,0,0,0,0,0 10,142,Perceived Fraction to Nth Release,1062,7,40,20,3,3,0,0,0,0,0,0 10,143,"Release Ready?",1219,365,58,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,144,Frac Resources to Nth Release,1216,-17,57,16,8,3,0,0,0,0,0,0 10,145,Total Number of Releases,1247,165,48,16,8,3,0,0,0,0,0,0 10,146,Sorted Vector of Releases,1178,209,50,16,8,3,0,0,0,0,0,0 10,147,"If Ri Nth Release?",1180,53,54,9,8,3,0,0,0,0,0,0 1,148,147,144,1,0,43,0,0,64,0,-1--1--1,,1|(1191,18)| 1,149,144,142,0,0,43,0,0,64,0,-1--1--1,,1|(1137,-5)| 1,150,142,141,0,0,43,0,0,64,0,-1--1--1,,1|(1049,36)| 1,151,143,147,1,0,45,0,0,64,0,-1--1--1,,1|(1314,226)| 1,152,88,142,0,0,0,0,0,0,0,-1--1--1,,1|(951,-57)| 1,153,147,141,0,0,43,0,0,64,0,-1--1--1,,1|(1113,62)| 10,154,"Release Started?",1118,287,52,9,8,3,0,0,0,0,0,0 1,155,40,154,0,0,0,0,0,64,0,-1--1--1,,1|(1004,321)| 1,156,154,147,1,0,43,0,0,64,0,-1--1--1,,1|(1098,177)| 10,157,Rank Release,1247,317,43,9,8,3,0,0,-1,0,0,0 1,158,157,146,0,0,0,0,0,0,0,-1--1--1,,1|(1218,272)| 1,159,145,157,0,0,0,0,0,0,0,-1--1--1,,1|(1247,237)| 1,160,143,157,0,0,45,0,0,64,0,-1--1--1,,1|(1229,347)| 1,161,154,157,1,0,43,0,0,64,0,-1--1--1,,1|(1200,311)| 1,162,146,147,0,0,43,0,0,64,0,-1--1--1,,1|(1178,134)| 1,163,60,54,0,0,0,0,0,0,0,-1--1--1,,1|(157,161)| 10,164,Expctd Code Written Before Being First,567,-104,64,16,8,3,0,0,0,0,0,0 10,165,Expctd Code to Write After Being First,601,13,66,16,8,3,0,0,0,0,0,0 10,166,Expected Fraction to This Release,483,-182,60,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,167,141,5,0,0,43,0,0,64,0,-1--1--1,,1|(878,65)| 1,168,5,164,1,0,43,0,0,64,0,-1--1--1,,1|(660,-58)| 1,169,3,164,1,0,43,0,0,64,0,-1--1--1,,1|(482,-54)| 10,170,Time in Shadow,426,-131,48,9,8,3,0,0,0,0,0,0 10,171,Sanctioned Release Date,349,-217,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,172,Time,245,-134,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,173,171,170,0,0,43,0,0,64,0,-1--1--1,,1|(385,-175)| 1,174,172,170,0,0,45,0,0,64,0,-1--1--1,,1|(316,-132)| 1,175,170,164,0,0,43,0,0,64,0,-1--1--1,,1|(481,-120)| 1,176,164,165,1,0,45,0,0,64,0,-1--1--1,,1|(600,-49)| 10,177,Expctd Resource Available to First Release New Dev,749,127,54,24,8,3,0,0,0,0,0,0 1,178,147,177,1,0,43,0,0,64,0,-1--1--1,,1|(981,134)| 1,179,177,1,1,0,45,0,0,64,0,-1--1--1,,1|(655,156)| 1,180,165,1,1,0,43,0,0,64,0,-1--1--1,,1|(542,75)| 1,181,6,177,1,0,43,0,0,64,0,-1--1--1,,1|(815,79)| 1,182,119,177,1,0,43,0,0,64,0,-1--1--1,,1|(835,96)| 1,183,4,177,1,0,43,0,0,64,0,-1--1--1,,1|(882,114)| 1,184,141,177,0,0,0,0,0,0,0,-1--1--1,,1|(896,99)| 10,185,"If Ri Nth Release?",211,-202,33,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,186,185,170,0,0,43,0,0,64,0,-1--1--1,,1|(314,-168)| 10,187,Fraction of Desired CR Allocated,1205,-64,62,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,188,187,144,0,0,43,0,0,64,0,-1--1--1,,1|(1208,-47)| 10,189,Time to Perceive Current Status,65,31,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,190,Perceived Estimated Code to Write,235,-84,56,22,3,3,0,0,0,0,0,0 1,191,190,165,1,0,43,0,0,64,0,-1--1--1,,1|(516,-24)| 12,192,48,-3,-78,10,8,0,3,0,0,-1,0,0,0 1,193,195,190,4,0,0,22,0,0,0,-1--1--1,,1|(139,-78)| 1,194,195,192,100,0,0,22,0,0,0,-1--1--1,,1|(47,-78)| 11,195,48,93,-78,6,8,34,3,0,0,1,0,0,0 10,196,Chng Prcvd Estmtd Code,93,-54,41,16,40,3,0,0,-1,0,0,0 1,197,2,195,0,0,43,0,0,64,0,-1--1--1,,1|(102,-110)| 1,198,190,196,1,0,45,0,0,64,0,-1--1--1,,1|(172,-132)| 1,199,189,196,0,0,45,0,0,64,0,-1--1--1,,1|(76,-4)| 10,200,TIME STEP,151,4,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,201,200,196,0,0,0,0,0,0,0,-1--1--1,,1|(130,-16)| 10,202,Number Replans So Far,1164,572,51,27,3,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,203,Normal Threshold for Replan,1163,433,54,16,8,3,0,3,0,0,0,0,0-128-0,0-0-0,|10||0-128-0 10,204,Strength of Threshold Feedback,1240,496,65,16,8,3,0,3,0,0,0,0,0-128-0,0-0-0,|10||0-128-0 10,205,SW Effect Replan on Replan Threshold,1163,679,64,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,206,Release Start Date,1086,351,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,207,206,154,0,0,0,0,0,0,0,-1--1--1,,1|(1100,321)| 10,208,"Release Started?",12,-9,31,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,209,Time to Replan,266,634,46,9,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,210,209,99,1,0,45,0,0,64,0,-1--1--1,,1|(216,576)| 10,211,Accumulated Change in Release Date,661,654,70,31,3,3,0,0,0,0,0,0 12,212,48,382,641,10,8,0,3,0,0,-1,0,0,0 1,213,215,211,4,0,0,22,0,0,0,-1--1--1,,1|(541,644)| 1,214,215,212,100,0,0,22,0,0,0,-1--1--1,,1|(435,644)| 11,215,48,485,644,6,8,34,3,0,0,1,0,0,0 10,216,Chang in Release Date,485,668,42,16,40,3,0,0,-1,0,0,0 1,217,66,215,1,0,43,0,0,64,0,-1--1--1,,1|(329,592)| 1,218,94,215,1,0,43,0,0,64,0,-1--1--1,,1|(212,660)| 1,219,209,215,1,0,43,0,0,64,0,-1--1--1,,1|(376,664)| 1,220,130,216,1,0,0,0,0,0,0,-1--1--1,,1|(716,576)| 1,221,211,202,1,0,43,0,0,64,0,-1--1--1,,1|(881,695)| 1,222,203,202,0,0,0,0,0,64,0,-1--1--1,,1|(1163,490)| 1,223,204,202,0,0,0,0,0,64,0,-1--1--1,,1|(1212,523)| 1,224,208,196,1,0,43,0,0,64,0,-1--1--1,,1|(56,-41)| 1,225,1,99,0,0,43,0,0,64,0,-1--1--1,,1|(351,325)| 10,226,Normal Productivity,470,44,40,16,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 12,227,0,584,-231,59,13,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Scheduling 1,228,226,3,0,1,0,0,0,64,1,-1--1--1,,1|(470,28)| 1,229,124,119,0,1,0,0,0,64,1,-1--1--1,,1|(957,-120)| 1,230,130,142,0,1,0,0,0,64,1,-1--1--1,,1|(969,273)| 1,231,154,142,0,1,0,0,0,64,1,-1--1--1,,1|(1092,159)| 1,232,2,190,0,1,0,0,0,64,1,-1--1--1,,1|(159,-118)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Sales $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,100 10,1,Products Sold,823,445,43,9,8,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,2,Exogenous Products Sold,888,500,44,16,8,3,0,10,-1,0,0,0,128-128-128,0-0-0,|10||128-0-128 1,3,2,1,0,0,0,0,0,0,0,-1--1--1,,1|(856,473)| 10,4,"Release Ready?",722,482,58,9,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,5,Product Sales Personnel,503,412,44,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,6,Indicated Sales,608,465,47,9,8,3,0,0,0,0,0,0 10,7,Normal Sales Productivity,651,615,42,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,8,Eff Quality and Services on Sales,379,426,55,16,8,3,0,0,0,0,0,0 10,9,Eff Timeliness on Sales,455,524,43,16,8,3,0,0,0,0,0,0 10,10,Eff Features on Sales,554,624,47,16,8,3,0,0,0,0,0,0 10,11,Normalized Quality,151,424,53,16,8,3,0,0,0,0,0,0 10,12,Tl Eff Quality and Services on Sales,222,340,55,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,13,SW Eff Qual and Services on Sales,364,329,55,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,14,Normal Bug Acceptable,42,463,36,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,15,Average Outstanding Defects,-126,441,68,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,16,14,11,0,0,45,0,0,64,0,-1--1--1,,1|(85,448)| 1,17,11,8,0,0,45,0,0,64,0,-1--1--1,,1|(257,424)| 1,18,12,8,0,0,45,0,0,64,0,-1--1--1,,1|(293,379)| 1,19,13,8,0,0,0,0,0,64,0,-1--1--1,,1|(369,370)| 10,20,Perceived Outstanding Defects,-6,405,40,20,3,3,0,0,0,0,0,0 1,21,15,20,0,0,43,0,0,64,0,-1--1--1,,1|(-67,422)| 1,22,20,11,0,0,43,0,0,64,0,-1--1--1,,1|(59,412)| 10,23,Time to Perceive Quality,-68,325,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,24,23,20,0,0,0,0,0,64,0,-1--1--1,,1|(-44,357)| 10,25,"Release Ready?",-33,499,58,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,26,Average Delay from All,12,619,44,16,8,3,0,0,0,0,0,0 10,27,Perceived Delay,108,574,40,20,3,3,0,0,0,0,0,0 1,28,26,27,0,0,43,0,0,64,0,-1--1--1,,1|(50,600)| 10,29,Time to Perceive Delays,116,512,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,30,29,27,0,0,0,0,0,64,0,-1--1--1,,1|(113,534)| 10,31,Normalized Delay,299,558,53,9,8,3,0,0,0,0,0,0 10,32,Acceptable Delay Level,265,616,35,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,33,27,31,0,0,43,0,0,64,0,-1--1--1,,1|(190,567)| 1,34,32,31,0,0,45,0,0,64,0,-1--1--1,,1|(280,589)| 1,35,31,9,0,0,45,0,0,64,0,-1--1--1,,1|(369,542)| 10,36,Tl Eff Delay on Sales,286,496,45,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,37,SW Eff Delay on Sales,396,471,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,38,36,9,0,0,45,0,0,64,0,-1--1--1,,1|(364,508)| 1,39,37,9,0,0,0,0,0,64,0,-1--1--1,,1|(419,492)| 10,40,Average Delay from Ready Releases,-53,550,59,16,8,3,0,0,0,0,0,0 10,41,Relative Weight of Old Releases,53,701,55,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,42,40,26,0,0,43,0,0,64,0,-1--1--1,,1|(-26,579)| 1,43,25,40,0,0,43,0,0,64,0,-1--1--1,,1|(-39,514)| 1,44,41,26,0,0,0,0,0,64,0,-1--1--1,,1|(35,666)| 10,45,Features Designed,158,705,33,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,46,Acceptable Features in Market,474,751,58,16,8,3,0,0,0,0,0,0 10,47,Tl Eff Features on Sales,399,599,45,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,48,SW Eff Features on Sales,377,649,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,49,47,10,0,0,43,0,0,64,0,-1--1--1,,1|(468,609)| 1,50,46,10,0,0,45,0,0,64,0,-1--1--1,,1|(509,693)| 1,51,48,10,1,0,0,0,0,64,0,-1--1--1,,1|(519,621)| 1,52,8,6,1,0,43,0,0,64,0,-1--1--1,,1|(490,444)| 1,53,9,6,1,0,43,0,0,64,0,-1--1--1,,1|(521,501)| 1,54,10,6,1,0,43,0,0,64,0,-1--1--1,,1|(589,542)| 1,55,7,6,0,0,43,0,0,64,0,-1--1--1,,1|(630,543)| 1,56,5,6,0,0,43,0,0,64,0,-1--1--1,,1|(555,438)| 10,57,Sales Materialized,804,531,56,9,8,3,0,0,0,0,0,0 10,58,Market Size,872,672,37,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,59,6,57,1,0,43,0,0,64,0,-1--1--1,,1|(713,518)| 10,60,Eff Market Saturation on Sales,813,590,65,16,8,3,0,0,0,0,0,0 1,61,6,60,1,0,45,0,0,64,0,-1--1--1,,1|(669,536)| 10,62,Tl Eff Saturation on Sales,749,645,49,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 1,63,62,60,0,0,45,0,0,64,0,-1--1--1,,1|(775,622)| 1,64,58,60,0,0,43,0,0,64,0,-1--1--1,,1|(849,640)| 1,65,60,57,0,0,43,0,0,64,0,-1--1--1,,1|(809,563)| 10,66,This Release Selling,711,432,40,16,8,3,0,0,0,0,0,0 1,67,4,66,0,0,43,0,0,64,0,-1--1--1,,1|(719,467)| 1,68,66,6,0,0,43,0,0,64,0,-1--1--1,,1|(660,447)| 1,69,66,1,0,0,43,0,0,64,0,-1--1--1,,1|(758,437)| 1,70,57,1,0,0,43,0,0,64,0,-1--1--1,,1|(811,494)| 10,71,SW Endogenous Sales,887,417,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 1,72,71,1,0,0,43,0,0,64,0,-1--1--1,,1|(853,432)| 10,73,Initial Perceived Quality,38,329,48,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,74,25,20,0,0,43,0,0,64,0,-1--1--1,,1|(-24,464)| 10,75,Revenue,633,337,27,9,8,3,0,0,0,0,0,0 10,76,Price,621,401,17,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,77,76,75,0,0,43,0,0,64,0,-1--1--1,,1|(625,375)| 1,78,1,75,1,0,43,0,0,64,0,-1--1--1,,1|(672,370)| 10,79,Cost of Development and Testing Resources,679,202,70,16,8,3,0,0,0,0,0,0 10,80,Cost of Services and Maintenance,711,248,53,16,8,3,0,0,0,0,0,0 10,81,Total Cost,535,233,32,9,8,3,0,0,0,0,0,0 10,82,Net Revenue,578,267,39,9,8,3,0,0,0,0,0,0 10,83,Profitability,550,311,34,9,8,3,0,0,0,0,0,0 1,84,79,81,0,0,43,0,0,64,0,-1--1--1,,1|(594,220)| 1,85,80,81,0,0,43,0,0,64,0,-1--1--1,,1|(619,240)| 1,86,75,82,0,0,43,0,0,64,0,-1--1--1,,1|(609,307)| 1,87,82,83,0,0,43,0,0,64,0,-1--1--1,,1|(567,283)| 1,88,81,82,0,0,45,0,0,64,0,-1--1--1,,1|(550,245)| 1,89,75,83,0,0,45,0,0,64,0,-1--1--1,,1|(598,326)| 10,90,Salary of developer and testers,836,170,58,16,8,3,0,0,0,0,0,0 10,91,Fraction Overhead Cost,464,182,45,16,8,3,0,0,0,0,0,0 1,92,91,81,0,0,43,0,0,64,0,-1--1--1,,1|(498,206)| 10,93,Total Customer Calls from Defects,855,236,60,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,94,Cost per Customer Call,833,288,44,16,8,3,0,0,0,0,0,0 1,95,93,80,0,0,43,0,0,64,0,-1--1--1,,1|(786,241)| 1,96,94,80,0,0,43,0,0,64,0,-1--1--1,,1|(780,271)| 1,97,90,79,0,0,43,0,0,64,0,-1--1--1,,1|(770,182)| 10,98,Total Allctd Resources,562,154,39,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,99,98,79,0,0,43,0,0,64,0,-1--1--1,,1|(614,175)| 10,100,Test Resources Allocated,755,135,53,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,101,100,79,0,0,43,0,0,64,0,-1--1--1,,1|(722,163)| 10,102,Feature Expectation Growth Rate,298,791,60,24,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,103,102,46,0,0,0,0,0,0,0,-1--1--1,,1|(379,772)| 10,104,FINAL TIME,595,743,45,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,105,104,46,0,0,0,0,0,0,0,-1--1--1,,1|(547,745)| 10,106,Accumulated Features Designed,267,684,58,16,8,3,0,0,0,0,0,0 1,107,45,106,0,0,43,0,0,64,0,-1--1--1,,1|(193,698)| 10,108,Perceived Features Designed,422,698,40,20,3,3,0,0,0,0,0,0 1,109,106,108,0,0,43,0,0,64,0,-1--1--1,,1|(346,690)| 1,110,108,10,0,0,43,0,0,64,0,-1--1--1,,1|(484,662)| 10,111,Time to Perceive Functionality,303,744,51,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,112,111,108,0,0,0,0,0,0,0,-1--1--1,,1|(356,723)| 10,113,Accumulated Change in Release Date,-119,627,58,24,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,114,113,40,0,0,0,0,0,0,0,-1--1--1,,1|(-88,589)| 1,115,113,26,0,0,0,0,0,0,0,-1--1--1,,1|(-54,623)| 10,116,Maintenance Fee,872,341,52,9,8,3,0,0,0,0,0,0 10,117,Sites Installed,812,384,51,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,118,117,75,0,0,0,0,0,64,0,-1--1--1,,1|(725,361)| 1,119,116,75,0,0,0,0,0,64,0,-1--1--1,,1|(746,339)| 10,120,Sales Personnel Cost,351,194,50,16,8,3,0,0,0,0,0,0 10,121,Sales Cost,445,276,34,9,8,3,0,0,0,0,0,0 1,122,120,121,0,0,43,0,0,64,0,-1--1--1,,1|(396,233)| 1,123,5,121,0,0,43,0,0,64,0,-1--1--1,,1|(475,346)| 1,124,121,81,0,0,43,0,0,64,0,-1--1--1,,1|(483,257)| 10,125,Sales Bonus Fraction,312,232,40,16,8,3,0,0,0,0,0,0 1,126,125,121,0,0,43,0,0,64,0,-1--1--1,,1|(377,253)| 10,127,Sales Materialized,301,287,42,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,128,127,121,0,0,0,0,0,64,0,-1--1--1,,1|(370,281)| 1,129,76,121,0,0,0,0,0,64,0,-1--1--1,,1|(538,342)| 12,130,0,314,143,124,14,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Sales and Financials 1,131,73,20,0,0,0,0,0,64,1,-1--1--1,,1|(20,358)| 1,132,14,20,0,0,0,0,0,64,1,-1--1--1,,1|(24,441)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Metrics $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,100 10,1,Finish Time of Last Release,393,114,43,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,2,Sampling Time,234,242,45,9,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,3,Accumulated Customer Calls at Sampling Time,400,210,72,16,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,4,Accumulated Resources at Sampling Time,394,339,46,24,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,5,Accumulated Resources So far,221,328,40,20,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 12,6,48,54,328,10,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 1,7,9,5,4,0,0,22,0,0,0,-1--1--1,,1|(154,328)| 1,8,9,6,100,0,0,22,0,0,0,-1--1--1,,1|(90,328)| 11,9,48,122,328,6,8,34,3,0,0,1,0,0,0 10,10,Resource Accumulation,122,352,42,16,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,11,Total Allctd Resources,72,461,39,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,12,Test Resources Allocated,198,463,53,16,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,13,11,10,0,0,43,0,0,64,0,-1--1--1,,1|(93,412)| 1,14,12,10,0,0,43,0,0,64,0,-1--1--1,,1|(164,413)| 1,15,5,4,0,0,43,0,0,64,0,-1--1--1,,1|(297,332)| 1,16,2,4,0,0,43,0,0,64,0,-1--1--1,,1|(295,279)| 1,17,2,3,0,0,43,0,0,64,0,-1--1--1,,1|(296,230)| 1,18,1,2,0,0,43,0,0,64,0,-1--1--1,,1|(314,177)| 10,19,"Release Ready?",223,111,58,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,20,19,1,0,0,43,0,0,64,0,-1--1--1,,1|(308,112)| 10,21,Accumulated Customer Calls,195,185,52,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,22,21,3,0,0,43,0,0,64,0,-1--1--1,,1|(280,195)| 10,23,Time to Wait Before Sampling,91,242,50,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 1,24,23,2,0,0,43,0,0,64,0,-1--1--1,,1|(158,242)| 1,25,42,1,0,0,0,0,0,0,0,-1--1--1,,1|(458,150)| 10,26,FINAL TIME,200,294,45,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,27,26,2,0,0,0,0,0,0,0,-1--1--1,,1|(212,273)| 10,28,Time,375,257,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,29,28,4,0,0,0,0,0,0,0,-1--1--1,,1|(380,283)| 10,30,TIME STEP,464,261,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,31,30,4,0,0,0,0,0,0,0,-1--1--1,,1|(440,287)| 1,32,28,3,0,0,0,0,0,0,0,-1--1--1,,1|(381,243)| 1,33,30,3,0,0,0,0,0,0,0,-1--1--1,,1|(441,243)| 10,34,Finish Time at Final Time,615,116,44,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,35,Accumulated Calls at Final Time,624,211,58,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,36,Accumulated Resources at Final Time,616,344,58,24,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 1,37,1,34,0,0,43,0,0,64,0,-1--1--1,,1|(496,114)| 1,38,3,35,0,0,43,0,0,64,0,-1--1--1,,1|(512,210)| 1,39,4,36,0,0,43,0,0,64,0,-1--1--1,,1|(492,340)| 10,40,FINAL TIME,590,171,45,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,41,40,34,0,0,0,0,0,0,0,-1--1--1,,1|(597,153)| 10,42,Time,498,174,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,43,42,34,0,0,0,0,0,0,0,-1--1--1,,1|(542,151)| 10,44,TIME STEP,698,163,44,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,45,44,34,0,0,0,0,0,0,0,-1--1--1,,1|(669,146)| 1,46,49,35,0,0,0,0,0,0,0,-1--1--1,,1|(624,254)| 1,47,28,35,0,0,0,0,0,0,0,-1--1--1,,1|(475,238)| 1,48,30,35,0,0,0,0,0,0,0,-1--1--1,,1|(525,241)| 10,49,FINAL TIME,624,276,45,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,50,49,36,0,0,0,0,0,0,0,-1--1--1,,1|(621,295)| 1,51,28,36,0,0,0,0,0,0,0,-1--1--1,,1|(471,291)| 1,52,30,36,0,0,0,0,0,0,0,-1--1--1,,1|(519,291)| 10,53,Accumulated Revenue,224,540,40,20,3,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 12,54,48,60,544,10,8,0,3,0,0,-1,0,0,0 1,55,57,53,4,0,0,22,0,0,0,-1--1--1,,1|(158,544)| 1,56,57,54,100,0,0,22,0,0,0,-1--1--1,,1|(95,544)| 11,57,48,127,544,6,8,34,3,0,0,1,0,0,0 10,58,Revenue Inc,127,561,37,9,40,3,0,0,-1,0,0,0 10,59,Revenue,83,610,35,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,60,59,58,0,0,43,0,0,64,0,-1--1--1,,1|(99,590)| 10,61,Natural Dev Schedule Pressure,333,528,40,24,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,62,Max Natural Schedule Pressure,480,546,40,20,3,3,0,0,0,0,0,0 1,63,61,62,0,0,43,0,0,64,0,-1--1--1,,1|(399,535)| 10,64,Average Max Natural Sch Pressure,553,476,40,24,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 1,65,62,64,0,0,43,0,0,64,0,-1--1--1,,1|(508,517)| 10,66,Time,589,541,24,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,67,66,64,0,0,0,0,0,64,0,-1--1--1,,1|(579,522)| 12,68,0,334,80,39,13,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Metrics \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Testing $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,100 10,1,Minimum of all Physical Stocks,355,190,50,16,8,3,0,0,0,0,0,0 10,2,Features Designed,529,264,40,20,3,2,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,3,Features to Design,526,376,40,20,3,2,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,4,Features Under Consideration,182,254,45,20,3,2,0,0,0,0,0,0 10,5,Code Developed,527,166,40,20,3,2,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,6,Code Accepted,899,292,40,20,3,3,0,0,0,0,0,0 10,7,Code Waiting Rework,305,384,45,25,3,2,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,8,Defects in Code Developed,529,319,43,26,3,2,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,9,Defects in MRs,526,216,40,20,3,2,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,10,Defects in Accepted Code,902,358,50,23,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,11,Code to Develop,522,111,40,20,3,2,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,12,Test Acceptance,906,230,59,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,13,12,6,0,0,0,0,0,0,0,-1--1--1,,1|(903,248)| 10,14,Defects Accepted,898,429,34,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,15,14,10,0,0,0,0,0,0,0,-1--1--1,,1|(898,403)| 10,16,Tests to Run,415,106,41,29,3,2,0,8,0,0,0,0,0-0-0,0-0-0,|10||0-0-0 10,17,Test Ran,185,129,42,29,3,2,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-128-0 10,18,Sites Installed,181,357,40,20,3,2,0,0,0,0,0,0 10,19,Unknown Defects in Field,178,307,60,20,3,2,0,0,0,0,0,0 10,20,Known Defects in Field,303,109,56,19,3,2,0,0,0,0,0,0 10,21,Defects Patched,182,196,62,22,3,2,0,0,0,0,0,0 10,22,Defects with Patch,418,390,58,20,3,2,0,0,0,0,0,0 1,23,20,1,0,0,43,0,0,64,0,-1--1--1,,1|(325,145)| 1,24,16,1,0,0,43,0,0,64,0,-1--1--1,,1|(384,148)| 1,25,11,1,0,0,43,0,0,64,0,-1--1--1,,1|(441,148)| 1,26,5,1,0,0,43,0,0,64,0,-1--1--1,,1|(452,175)| 1,27,9,1,0,0,43,0,0,64,0,-1--1--1,,1|(452,204)| 1,28,2,1,0,0,43,0,0,64,0,-1--1--1,,1|(446,229)| 1,29,8,1,0,0,43,0,0,64,0,-1--1--1,,1|(440,253)| 1,30,3,1,0,0,43,0,0,64,0,-1--1--1,,1|(443,286)| 1,31,22,1,0,0,43,0,0,64,0,-1--1--1,,1|(388,294)| 1,32,7,1,0,0,43,0,0,64,0,-1--1--1,,1|(328,289)| 1,33,18,1,0,0,43,0,0,64,0,-1--1--1,,1|(264,276)| 1,34,19,1,0,0,43,0,0,64,0,-1--1--1,,1|(263,250)| 1,35,4,1,0,0,43,0,0,64,0,-1--1--1,,1|(262,224)| 1,36,21,1,0,0,43,0,0,64,0,-1--1--1,,1|(267,192)| 1,37,17,1,0,0,43,0,0,64,0,-1--1--1,,1|(261,156)| 10,38,Total Accumulated Defects,735,80,61,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,39,Total Ave Defect,732,269,57,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 10,40,Discrepancy Defect in Field Vs Accumulated,737,167,68,16,8,3,0,0,0,0,0,0 1,41,38,40,0,0,43,0,0,64,0,-1--1--1,,1|(735,116)| 1,42,39,40,0,0,43,0,0,64,0,-1--1--1,,1|(733,228)| 10,43,Fraction of Defects Important,909,168,58,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,44,43,40,0,0,0,0,0,64,0,-1--1--1,,1|(834,167)| 10,45,Maximum of All Physical Stocks,353,264,50,16,8,3,0,0,0,0,0,0 10,46,Code Developed,353,296,57,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,47,46,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,290)| 10,48,Code to Develop,353,296,57,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,49,48,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,290)| 10,50,Code Waiting Rework,353,296,46,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,51,50,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 10,52,Defects in Code Developed,353,296,53,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,53,52,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 10,54,Defects in MRs,353,296,55,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,55,54,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,290)| 10,56,Defects Patched,353,296,58,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,57,56,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,290)| 10,58,Defects with Patch,353,296,42,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,59,58,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 10,60,Features Designed,353,296,33,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,61,60,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 10,62,Features to Design,353,296,40,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,63,62,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 10,64,Features Under Consideration,353,296,52,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,65,64,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 10,66,Known Defects in Field,353,296,50,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,67,66,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 10,68,Sites Installed,353,296,51,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,69,68,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,290)| 10,70,Test Ran,353,296,36,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,71,70,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,290)| 10,72,Tests to Run,353,296,47,9,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,73,72,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,290)| 10,74,Unknown Defects in Field,353,296,52,16,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|10||128-128-128 1,75,74,45,0,0,0,0,0,64,0,-1--1--1,,1|(353,280)| 12,76,0,554,54,116,18,8,4,0,24,-1,0,0,0,0-0-0,0-0-0,|16|B|0-0-0 Testing of Model \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Control Panel $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,75 12,1,0,1011,183,156,116,3,4,0,28,1,0,0,0,0-0-0,192-192-192,|12|BI|0-0-0 Switches 12,2,0,160,171,130,99,3,4,0,28,1,0,0,0,0-0-0,192-255-192,|12|BI|0-0-0 Development and Error 12,3,0,595,180,69,106,3,4,0,28,1,0,0,0,0-0-0,192-255-255,|12|BI|0-0-0 Schedule and Release 12,4,0,409,178,118,105,3,4,0,28,1,0,0,0,0-0-0,255-255-128,|12|BI|0-0-0 Testing 10,5,Total Dev Resources,96,95,37,16,8,2,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,6,Frac Errors Found in Rwrk,94,221,44,16,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,7,Code Covered by Test,350,138,55,18,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,8,Normal Productivity,231,91,58,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,9,Tst Effectiveness,352,174,51,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,10,Testing Resources,470,136,56,9,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,11,Test Coverage,346,91,43,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,12,Frac Time Cut,599,91,43,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,13,Project Readiness Treshold,468,179,56,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,14,Tl Tst Dependency on Dev,467,95,57,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-0-255 12,15,0,1140,554,370,228,3,60,0,0,1,0,0,0 Development_Pattern 12,16,0,397,555,375,233,3,60,0,0,1,0,0,0 Project_Evolution 12,17,0,393,1019,379,228,3,60,0,0,1,0,0,0 Quality_of_different_pie 12,18,0,1146,1020,373,230,3,60,0,0,1,0,0,0 Scheduling 10,19,Initial Features Under Consideration,596,196,65,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,20,Dsrd Time to Do Rwrk,229,175,50,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,21,Error per Design Problem in Features,100,173,62,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 12,22,0,751,178,85,107,3,4,0,28,1,0,0,0,0-0-0,192-255-255,|12|BI|0-0-0 Features 10,23,Scope of New Release,587,232,47,16,8,2,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,24,Problems Per Feature Interaction,735,160,57,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,25,Tl Eff Schdul Prssr on Cancellation,746,206,57,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||0-0-255 10,26,Maximum Cancellation Fraction,747,119,65,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,27,Late Features,745,91,42,9,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,28,Normal Errors from Coding,92,135,43,16,8,3,0,2,-1,0,0,0,128-128-128,0-0-0,|10||0-128-0 10,29,Normal Error Rate in Rwrk,232,135,40,16,8,3,0,2,-1,0,0,0,128-128-128,0-0-0,|10||0-128-0 10,30,SW Eff Pressure on Error,936,159,52,16,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,31,SW Eff Pressure on Productivity,929,103,52,16,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,32,SW Eff Old Code and Archtctr on Error,948,222,68,27,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,33,SW Eff Old Arch on Design Problems,1087,151,60,16,8,3,0,10,-1,0,0,0,128-128-128,0-0-0,|10||255-0-255 10,34,SW Eff Archtcr Complexity on Productivity,948,275,89,23,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,35,SW Higher Priority to Current,1079,103,57,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,36,SW Exogenous CE Resources,1096,219,48,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,37,Normal Scope of New Release,591,263,51,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,38,Normal Threshold for Replan,588,160,50,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,39,Strength of Threshold Feedback,596,120,58,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,40,Defect per Patch,352,206,51,9,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 10,41,Threshold for New Project Start,219,233,55,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||0-128-0 \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Loops Captured $192-192-192,0,Arial|10||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96,100 12,1,0,327,77,138,12,0,4,0,24,-1,0,0,0,0-0-0,0-0-0,|14|I|0-0-0 Feedbacks included in this Model 12,2,0,413,115,205,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of schedule pressure on cancellation of code and features 12,3,0,345,150,136,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of schedule pressure on productivity 12,4,0,335,186,129,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of schedule pressure on error rate 12,5,0,455,228,248,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of old code and architecture on error rate of current release and design 10,6,SW Eff Pressure on Error,849,184,52,16,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,7,SW Eff Pressure on Productivity,851,149,52,16,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,8,SW Eff Old Code and Archtctr on Error,857,224,66,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,9,SW Eff Old Arch on Design Problems,989,226,60,16,8,3,0,10,-1,0,0,0,128-128-128,0-0-0,|10||255-0-255 12,10,0,419,273,209,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of code complexity and architecture quality on producitivty 10,11,SW Eff Archtcr Complexity on Productivity,859,277,46,24,8,3,0,10,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,12,SW Eff Bug Fix on Scope,863,331,48,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||255-0-255 12,13,0,359,330,153,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of bug fixing on the scope of new release 10,14,SW Effect Replan on Replan Threshold,858,382,64,16,8,3,0,2,-1,0,0,0,0-0-0,0-0-0,|10||255-0-255 12,15,0,439,381,238,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of having replanned in past on pressure needed to do a new replan. 10,16,SW Endogenous Start,882,443,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 12,17,0,520,436,312,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Endogneous release date means we don't start a new release until the last one is well under way. 10,18,SW Fixing Bugs,874,494,50,9,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 12,19,0,424,484,223,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Including bug fixes of old releases in the work for the current release. 10,20,SW Eff Qual and Services on Sales,875,587,55,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,21,SW Eff Delay on Sales,1024,588,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,22,SW Eff Features on Sales,1172,591,51,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 10,23,SW Endogenous Sales,874,533,52,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 12,24,0,457,528,254,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Having sales levels endogenously determined based on product characteristics. 12,25,0,374,575,170,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effects of quality, delay, and features on sales levels. 10,26,SW Eff Proft on Resources,877,646,48,16,8,3,0,2,0,0,0,0,0-0-0,0-0-0,|10||255-0-255 12,27,0,328,633,123,9,0,4,0,16,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0 Effect of Profit on Resources allocated ///---\\\ :GRAPH Project_Evolution :TITLE Project Evolution :SCALE :VAR Code Developed[R4] :Y-MAX 5000 :VAR Code Developed[R1] :VAR Code Developed[R2] :VAR Code Developed[R3] :VAR Code Developed[R5] :VAR Code Developed[R6] :GRAPH Code_Accepted :TITLE Code Accepted :SCALE :VAR Code Accepted :GRAPH Quality_of_different_pie :TITLE Defect Density in different pieces of code :SCALE :VAR Ave Dfct Dnsty in Accptd Code[R1] :Y-MAX 2 :VAR Ave Dfct Dnsty in Accptd Code[R4] :VAR Ave Dfct Dnsty in Accptd Code[R6] :VAR Density of Defect in Code :SCALE :VAR Accumulated Customer Calls at Sampling Time :Y-MAX 25000 :SCALE :VAR Average Max Natural Sch Pressure :Y-MAX 3 :GRAPH Scheduling :TITLE Scheduling :SCALE :VAR Scheduled Release Date[R1] :VAR Scheduled Release Date[R4] :VAR Scheduled Release Date[R6] :SCALE :VAR "Release Ready?" :VAR "Release Ready?"[R4] :VAR "Release Ready?"[R6] :GRAPH Development_Pattern :TITLE Development Pattern :SCALE :VAR Total Development[R1] :Y-MAX 1500 :VAR Total Development[R4] :VAR Total Development[R6] :SCALE :VAR Fraction of Resources to Current Release :SCALE :VAR Accumulated Resources at Sampling Time :Y-MAX 6500 :SCALE :VAR Accumulated Revenue :Y-MAX 7e+007 :L<%^E!@ 9:Jun9-base 22:$,Dollar,Dollars,$s 22:Day,Days 22:Hour,Hours 22:Month,Months 22:Person,People,Persons 22:Unit,Units 22:Week,Weeks 22:Year,Years 11:Project-Basics-ParamSens.voc 12:Project-Basics-Resources.vpd 15:0,0,0,0,0,0 19:75,8 27:2, 34:0, 4:Time 5:SW Effect Replan on Replan Threshold 24:0 25:100 26:100 6:Current 6:R1 6:R2 6:R3 6:R4 6:R5 6:R6