Frac Resources to Adv Work=
	MIN(1, ZIDZ(Actual Advanced Task Completion Rate,Engineering Capacity))
	~	dimensionless
	~	The Fraction of Resources dedicated to Advanced Work at a given moment in \
		time is the ratio of the actual advanced work rate and the total \
		engineering capacity.
	|

Frac Curr Tasks Defective=
	ZIDZ(Total Curr Tasks Defective,Total Current Tasks)
	~	dimensionless
	~	The fraction of current tasks defective at a given moment in time.
	|

Total Current Tasks=
	Current Tasks Not Completed+Current Tasks in Testing+Current Tasks to be Reworked+Current Tasks Completed
	~	tasks
	~	The Total Current Tasks at a given moment in time.
	|

Frac Resources to Curr Work=
	MIN(1, (Actual Current Task Completion Rate+Actual Current Task Rework Rate)/Engineering Capacity\
		)
	~	dimensionless
	~	The Fraction of Resources dedicated to Current Work at a given moment in \
		time is the ratio of the actual current work rates and the total \
		engineering capacity.
	|

Total Curr Tasks Defective=
	Current Tasks Not Completed*Fraction of Curr Tasks Defective+Current Tasks in Testing\
		*Fraction of Curr Tasks Defective+Current Tasks to be Reworked
	~	tasks
	~	The Total number of tasks defective at a given moment in time.
	|

Decr in Frac Comp in Prior Prev Phase 0 0=
	 IF THEN ELSE(Months to Introduction Date=12,Frac Comp in Prior Previous Phase 0 0/TIME STEP\
		,0)
	~	1/Month
	~	The memory stock of the Fraction of Tasks Completed in Prior Previous \
		Phase is reset at the end of the model year.
	|

Decr in Frac Tasks Comp in Prev Phase 0 0=
	 IF THEN ELSE(Months to Introduction Date=12,Fraction of Tasks Completed in Previous Phase 0 0\
		/TIME STEP,0)
	~	1/Month
	~	The memory stock of the Fraction of Tasks Completed in Previous Phase is \
		emptied at the end of the model year and then transferred into the next \
		memory stock.
	|

Change in Frac Tasks Comp in Previous Phase 0=
	 IF THEN ELSE(Months to Introduction Date=12,Input Fraction/TIME STEP,0)
	~	1/Month
	~	The Input Fraction is kept in this memory stock.
	|

Input Fraction=
	Time/FINAL TIME
	~	dimensionless
	~		|

Fraction of Tasks Completed in Previous Phase 0 0= INTEG (
	+Change in Frac Tasks Comp in Previous Phase 0 0-Decr in Frac Tasks Comp in Prev Phase 0 0\
		,
		1)
	~	dimensionless
	~	This is the memory stock of the Fraction of Tasks Completed in Previous \
		Phase.
	|

Frac Comp in Prior Previous Phase 0 0= INTEG (
	+Decr in Frac Tasks Comp in Prev Phase 0 0-Decr in Frac Comp in Prior Prev Phase 0 0\
		,
		1)
	~	dimensionless
	~	This is the memory stock of the Fraction of Advanced Tasks Completed in \
		Prior Previous Phase.
	|

Change in Frac Tasks Comp in Previous Phase 0 0=
	 IF THEN ELSE(Months to Introduction Date=12,Fraction of Advanced Task Completed this Model Year 0\
		/TIME STEP,0)
	~	1/Month
	~	The Fraction of Advanced Tasks Completed at the end of the model year is \
		kept in a memory stock.
	|

Learning Delay in years=
	1e+009
	~	months
	~	This represents the delays for Learning and gaining Experience in the new \
		tool set. The variable's actual units are in years but due to technical \
		reasons the units here are set to months. So, "Learning Delay in Years = \
		1" means that Learning Delay is 1 year.
	|

Curr Tasks Comp Launched 0 = IF THEN ELSE(Months to Introduction Date=12,Current Tasks Completed 0\
		/TIME STEP,0)
	~	tasks/Month
	~	Current Completed Tasks that are Launched. The stock of completed tasks is \
		emptied at the time of launch.
	|

Actual Advanced Task Completion Rate 0 =MIN(Cap To be Allocated to Adv Tasks 0,ind adv comp rate 0\
		)
	~	tasks/Month
	~	Actual Completion Rate of Advanced  Tasks. All the capacity available for \
		advanced work is allocated to the new work rate. So, the advanced new work \
		rate is the indicated advanced completion rate or whatever capacity is \
		available to advanced work.
	|

excess adv cap 0=
	Cap To be Allocated to Adv Tasks 0-Actual Advanced Task Completion Rate 0
	~	tasks/Month
	~	The Excess Advanced Capacity is the remaining capacity after all the work \
		is done.
	|

Actual Current Task Completion Rate 0=
	 MIN(Engineering Capacity,ind curr comp rate 0)
	~	tasks/Month
	~	Actual Completion Rate of New Current Tasks. If there is a need all the \
		available capacity  is allocated. The completion of new work has priority \
		over all other tasks. However, to ensure that only work gets done if there \
		is work to do, the flow is protected by a Min function.
	|

Curr Tasks in Rework Launched 0 = IF THEN ELSE(Months to Introduction Date=12,Current Tasks to be Reworked 0\
		/TIME STEP,
0)
	~	tasks/Month
	~	Current Tasks Requiring Rework that are Launched. At the time of launch, \
		all the stock is emptied.
	|

Actual Current Task Rework Rate 0=
	MIN(Engineering Capacity-Actual Current Task Completion Rate 0,ind curr rework rate 0\
		) * Design Freeze
	~	tasks/Month
	~	Actual Current Task Rework Rate is equal to the minimum of either the \
		indicated current rework rate or whatever  capacity is remaining after \
		doing the current new work.  The MIN-function is to ensure that the rework \
		rate is a reasonable value. The design freeze switch is multiplied to \
		represent when no more rework is done. So, when design freeze takes \
		effect, the designs which failed testing are not reworked and only the \
		designs that pass testing are considered to be completed tasks.
	|

Curr Tasks Not Comp Launched 0=
	 IF THEN ELSE(Months to Introduction Date=12,Current Tasks Not Completed 0/TIME STEP\
		,0)
	~	tasks/Month
	~	Current Tasks Not Completed launched. At the time of launch, the stock of \
		current tasks not completed is launched at once.
	|

Current Tasks to be Reworked 0= INTEG (
	
	+Curr Tasks Failing Testing 0-Curr Tasks Reworked 0-Curr Tasks in Rework Launched 0,
		0)
	~	tasks
	~	Current Tasks Awaiting Rework. The main inflow during the current \
		development process is the tasks failing testing. The corresponding \
		outflow is tasks reworked. When the cycle ends the remainder of the stock \
		is launched.
	|

Adv Task Comp Last Yr 1 0= INTEG (
	Inc in Adv Comp Last Yr 1 0-Incr In Adv Com Two Yrs prior 1 0,
		New Advanced Tasks Per Yr 0)
	~	tasks
	~	This is the delay representing Learning of the new tool set.
	|

Frac of Avoidable Defects 0=
	Total Defect Frac*Historical Comp Frac of Advanced Tasks 0
	~	dimensionless
	~	The Maximum Fraction of Avoidable Defects is the defects that can be \
		eliminated by doing the advanced work. It is a "fraction" of the Total \
		Defect Fraction. This "fraction" is the Historical Completion Fraction of \
		Advanced Tasks, determined by the size of the set of tools currently in \
		use. Thus, if there were many advanced tasks completed historically, then \
		the Maximum Fraction of Avoidable Defects is higher.
	|

Adv Task Comp Last Yr 2 0= INTEG (
	Inc in Adv Comp Last Yr 2 0-Incr In Adv Com Two Yrs prior 2 0,
		New Advanced Tasks Per Yr 0)
	~	tasks
	~	This is the delay representing Experience with the new tool set.
	|

Frac of UnAvoidable Defects 0=
	(1-Historical Comp Frac of Advanced Tasks 0)*Total Defect Frac
	~	dimensionless
	~	The Maximum Fraction of Avoidable Defects is a "fraction" of the Total \
		Defect Fraction. This "fraction" is the Historical Completion Fraction of \
		Advanced Tasks, determined by the size of the set of tools currently in \
		use. Thus, if there were many advanced tasks completed historically, then \
		the Maximum Fraction of UnAvoidable Defects is lower.
	|

Advanced Completed Flushed 0 = IF THEN ELSE(Months to Introduction Date=12,Advanced Tasks Completed 0
/TIME STEP,0)
	~	tasks/Month
	~	Advanced Tasks Completed is pulsed out at the end of the model year. A \
		memory stock, "Adv Task Comp Last Yr",  is used to keep track of the \
		advanced tasks completed the previous year.
	|

Fraction of Advanced Task Completed this Model Year 0=
	ZIDZ(Advanced Tasks Completed 0,Advanced Tasks Completed 0+Advanced Tasks Not Completed 0\
		)
	~	dimensionless
	~	This is the Fraction of Advanced Tasks Completed this Model Year. This \
		value shows the instantaneous fraction completed in time.
	|

Advanced Not Completed Flushed 0 = IF THEN ELSE(Months to Introduction Date=12,Advanced Tasks Not Completed 0
/TIME STEP,0)
	~	tasks/Month
	~	The stock of Advanced Tasks yet to be Completed is flushed out when month \
		to job one equals 12.
	|

Fraction of Curr Tasks Defective 0=
	Frac of Avoidable Defects 0*(1-Fraction of Tasks Completed in Previous Phase 0)+Frac of UnAvoidable Defects 0
	~	dimensionless
	~	The Fraction of Current Tasks Defective is the sum of the UnAvoidable \
		Defects and the Avoidable Defects. The contribution by the "Fraction of \
		the Avoidable Defects" is determined by the Fraction of Tasks Completed in \
		the Previous Phase. The more tasks completed the less the defect fraction.
	|

Advanced Task Completion Rate 0=
	  IF THEN ELSE(Months to Introduction Date=12,0,Actual Advanced Task Completion Rate 0\
		)
	~	tasks/Month
	~	This is the rate of Advanced Tasks being completed. This rate depends on \
		the Actual Advanced Completion Rate calculated in the Capacity Allocation \
		Sector. The if-then-else formulation is used to turn off the flow at the \
		instant of the cycle's end.
	|

Fraction of Tasks Completed in Previous Phase 0= INTEG (
	+Change in Frac Tasks Comp in Previous Phase 0-Decr in Frac Tasks Comp in Prev Phase 0\
		,
		1)
	~	dimensionless
	~	This is the memory stock of the Fraction of Tasks Completed in Previous \
		Phase.
	|

Advanced Tasks Completed 0= INTEG (
	Advanced Task Completion Rate 0-Advanced Completed Flushed 0,
		New Advanced Tasks Per Yr 0)
	~	tasks
	~	Advanced Tasks Completed accumulates when advanced tasks are completed. \
		This stock is flushed at the time of launch to reset for another model \
		year cycle.
	|

Current Tasks in Testing 0= INTEG (
	Curr Task Completion Rate 0
	+Curr Tasks Reworked 0-Curr Tasks Failing Testing 0-Curr Tasks Passing Testing 0-
	Curr Task in Testing Launched 0,
		0)
	~	tasks
	~	Current Development Tasks Awaiting Testing. The inflows to this stock are \
		the current task completion rate and current tasks rework rate. The \
		outflows are the failing test rate, passing test rate and the pulse of \
		outflow at launch. So, the stock accumulates with work being done and \
		decreases with work being tested and it is reset for each new model year.
	|

Advanced Tasks Introduced 0=
	 IF THEN ELSE(Months to Introduction Date=12,New Advanced Tasks Per Yr 0/TIME STEP,0\
		)
	~	tasks/Month
	~	Advanced Task Introducded Into Development. When there are 12 months to \
		job one, New Advanced Tasks Per Year is pulsed in.
	|

Current Tasks Not Completed 0= INTEG (
	Incr in Curr Tasks 0-Curr Task Completion Rate 0-Curr Tasks Not Comp Launched 0,
		0)
	~	tasks
	~	Current Development Tasks Not Yet Completed. After work is done in the \
		Advanced Sector, the corresponding current work is introduced into the \
		Current Sector. The outflow of this stock is the current task completion \
		rate. And at the time of launch all the stock is emptied to be launched.
	|

Advanced Tasks Not Completed 0= INTEG (
	+Advanced Tasks Introduced 0-Advanced Not Completed Flushed 0
	-Advanced Task Completion Rate 0,
		0)
	~	tasks
	~	Advanced Development Tasks that have yet to be completed. When months to \
		job one equals 12, new tasks are introduced all at once and what is still \
		left of the stock is emptied to reset for another model year.
	|

ind adv comp rate 0=
	 Advanced Tasks Not Completed 0/min time to do task
	~	tasks/Month
	~	Indicated Completion Rate of Advanced Tasks. This represents the maximum \
		work rate for advanced new work. It is the rate at which work can be done \
		when capacity is not a constraint and the least amount of time is invested.
	|

Incr In Adv Com Two Yrs prior 2 0=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 2 0/TIME STEP,0)
	~	tasks/Month
	~	This is the outflow to the delay representing Experience with the new tool \
		set.
	|

Cap To be Allocated to Adv Tasks 0=
	 MAx(Engineering Capacity-
	(Actual Current Task Completion Rate 0+Actual Current Task Rework Rate 0),0)
	~	tasks/Month
	~	Development Capacity for Advanced Tasks can be allocated if there is \
		excess engineering capacity. This represents that the advanced tasks are \
		done only after the current work is done.
	|

Inc in Adv Comp Last Yr 1 0=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 1 0*((Learning Delay Per Stage\
		-1)/Learning Delay Per Stage
	)/TIME STEP
	+Advanced Completed Flushed 0*(1/Learning Delay Per Stage
	),0)
	~	tasks/Month
	~	This is the inflow to the delay representing Learning of the new tool set.
	|

Inc in Adv Comp Last Yr 2 0=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 2 0*((Learning Delay Per Stage\
		-1)/Learning Delay Per Stage)/TIME STEP
	+Adv Task Comp Last Yr 1 0*(1/Learning Delay Per Stage
	)/TIME STEP,0)
	~	tasks/Month
	~	This is the inflow to the delay representing Experience with the new tool \
		set.
	|

Curr Task Completion Rate 0 =  IF THEN ELSE(Months to Introduction Date=12,0,Actual Current Task Completion Rate 0\
		)
	~	tasks/Month
	~	Current Development Task Completion Rate is the actual current change \
		rate. The flow is turned off at the instant at launch.
	|

Incr In Adv Com Two Yrs prior 1 0=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 1 0/TIME STEP,0)
	~	tasks/Month
	~	This is the outflow to the delay representing Learning of the new tool set.
	|

Curr Task in Testing Launched 0 = IF THEN ELSE(Months to Introduction Date=12,Current Tasks in Testing 0\
		/TIME STEP,0)
	~	tasks/Month
	~	Current Tasks Awaiting Testing that are Launched. On the launch date the \
		stock of current tasks in testing is launched at once.
	|

Current Tasks Awaiting Adv Work 0= INTEG (
	Incr in Curr Tasks Awaiting Adv Work 0-Incr in Curr Tasks 0,
		0)
	~	tasks
	~	The Current Tasks Awaiting Advanced Work are the tasks that await to be \
		introduced into the Current Work Sector for the following model year. The \
		product development process is a 2 year process so the advanced phase of \
		the process takes place a year before the tasks are input as the current \
		work.
	|

Curr Tasks Passing Testing 0=
	 IF THEN ELSE(Months to Introduction Date=12,0,
	(1-Fraction of Curr Tasks Defective 0)*Curr Test ThroughPut 0
	)
	~	tasks/Month
	~	Current Tasks Passing Testing is the fraction of current testing \
		throughput that doesn't require rework.  The flow is turned off at the \
		instant at launch.
	|

Incr in Curr Tasks 0=
	IF THEN ELSE(Months to Introduction Date=12,Current Tasks Awaiting Adv Work 0/TIME STEP\
		,0)
	~	tasks/Month
	~	The Increase in Current Tasks is the introduction of the current work at \
		the beginning of the model year.
	|

Curr Tasks Failing Testing 0=
	 IF THEN ELSE(Months to Introduction Date=12,0,
	Fraction of Curr Tasks Defective 0*Curr Test ThroughPut 0
	)
	~	tasks/Month
	~	Current Tasks Failing Testing is the fraction of current testing \
		throughput which requires rework. The flow is turned off at the instant of \
		launch.
	|

Incr in Curr Tasks Awaiting Adv Work 0=
	 IF THEN ELSE(Months to Introduction Date=12,New Changes per Yr/TIME STEP,0)
	~	tasks/Month
	~	The Increase in Current Tasks Awaiting Advanced Work is the flow of the \
		corresponding current work that is introduced into the advanced work \
		sector. The product development process is a 2 year process so the \
		advanced phase of the process takes place a year before the actual project \
		becomes the current work.
	|

Curr Test ThroughPut 0=
	 Current Tasks in Testing 0/Time to Test
	~	tasks/Month
	~	Current Testing takes place with a constant delay of Time to Test.
	|

Frac Comp in Prior Previous Phase 0= INTEG (
	+Decr in Frac Tasks Comp in Prev Phase 0-Decr in Frac Comp in Prior Prev Phase 0,
		1)
	~	dimensionless
	~	This is the memory stock of the Fraction of Advanced Tasks Completed in \
		Prior Previous Phase.
	|

Historical Comp Frac of Advanced Tasks 0=
	Adv Task Comp Last Yr 2 0/Total Number of Possible Adv Tasks
	~	dimensionless
	~	The Historical Completion Fraction of Advanced Tasks is calculated by the \
		Average Advanced Tasks Completed divided by the Total Number of Possible \
		Advanced Tasks. This represents the efficacy of the tool set currently in \
		use. This captures the organization's current ability to use the tools it \
		has at its disposal. It is calculated as a moving average of the \
		organization's current knowledge of the tools. Once a tool is learned, \
		time is required to develop experience before it can be used effectively. \
		The average time required to gain such experience is assumed to be two \
		model years.
	|

Total Advanced Tasks Flushed 0=
	Advanced Completed Flushed 0+Advanced Not Completed Flushed 0
	~	tasks/Month
	~	At the end of each model year cycle, the total of the advanced tasks that \
		are flushed are calculated.
	|

Decr in Frac Tasks Comp in Prev Phase 0=
	 IF THEN ELSE(Months to Introduction Date=12,Fraction of Tasks Completed in Previous Phase 0\
		/TIME STEP,0)
	~	1/Month
	~	The memory stock of the Fraction of Tasks Completed in Previous Phase is \
		emptied at the end of the model year and then transferred into the next \
		memory stock.
	|

Decr in Frac Comp in Prior Prev Phase 0=
	 IF THEN ELSE(Months to Introduction Date=12,Frac Comp in Prior Previous Phase 0/TIME STEP\
		,0)
	~	1/Month
	~	The memory stock of the Fraction of Tasks Completed in Prior Previous \
		Phase is reset at the end of the model year.
	|

Curr Tasks Reworked 0 = 
IF THEN ELSE(Months to Introduction Date=12,0,
Actual Current Task Rework Rate 0)
	~	tasks/Month
	~	Current Task Rework Completion Rate is the actual current rework rate. The \
		flow is turned off at the instant of launch.
	|

ind curr rework rate 0=
	 Current Tasks to be Reworked 0/min time to do task
	~	tasks/Month
	~	Indicated Completion Rate for Current Rework. This represents the maximum \
		work rate for current rework. It is the rate at which work can be done \
		when capacity is not a constraint and the least amount of time is invested.
	|

New Advanced Tasks Per Yr 0=
	New Changes per Yr/Current Advanced Ratio*Frac Advanced Tasks Under Current Method
	~	tasks
	~	The New Advanced Tasks introduced Per Year is the fraction of the New \
		Changes to be introduced in the Current Work according to the Current \
		Advanced Ratio, and is also dependent on the introduction of Methodology.
	|

Total Current Work to Be Completed 0 = Current Tasks Not Completed 0+Current Tasks to be Reworked 0
	~	tasks
	~	The Total Current Work to be Completed is the sum of the new tasks and the \
		tasks needing rework.
	|

Current Tasks Completed 0= INTEG (
	Curr Tasks Passing Testing 0
	-Curr Tasks Comp Launched 0,
		0)
	~	tasks
	~	Current Tasks Completed and Passed Testing. The stock accumulates with the \
		passing of testing. When launch time comes all the stock is emptied.
	|

ind curr comp rate 0=
	 Current Tasks Not Completed 0/min time to do task
	~	tasks/Month
	~	Indicated Completion Rate of Current Engineering Changes. This represents \
		the maximum work rate for current new work. It is the rate at which work \
		can be done when capacity is not a constraint and the least amount of time \
		is invested.
	|

Adv Task Comp Last Yr 1= INTEG (
	Inc in Adv Comp Last Yr 1-Incr In Adv Com Two Yrs prior 1,
		New Advanced Tasks Per Yr)
	~	tasks
	~	This stock represents the recent fraction of advanced tasks completed \
		using the methodology.  The delay represents the time required to  learn \
		how to use the new tools.
	|

Adv Task Comp Last Yr 2= INTEG (
	Inc in Adv Comp Last Yr 2-Incr In Adv Com Two Yrs prior 2,
		New Advanced Tasks Per Yr)
	~	tasks
	~	This stock represents the recent fraction of advanced tasks completed \
		using the methodology.  The delay represents the time required to gain \
		experience with the new tools.
	|

Learning Delay Per Stage=
	Learning Delay in years/2
	~	months
	~	This represents the delays for Learning and gaining Experience in the new \
		tool set.
	|

Inc in Adv Comp Last Yr 1=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 1*((Learning Delay Per Stage\
		-1)/Learning Delay Per Stage)/TIME STEP
	+Advanced Completed Flushed*(1/Learning Delay Per Stage
	),0)
	~	tasks/Month
	~	This is the inflow to the delay representing Learning of the new tool set.
	|

Incr In Adv Com Two Yrs prior 1=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 1/TIME STEP,0)
	~	tasks/Month
	~	This is the outflow to the delay representing Learning of the new tool set.
	|

Historical Comp Frac of Advanced Tasks=
	Adv Task Comp Last Yr 2/Total Number of Possible Adv Tasks
	~	dimensionless
	~	The Historical Completion Fraction of Advanced Tasks is calculated by the \
		Average Advanced Tasks Completed divided by the Total Number of Possible \
		Advanced Tasks. This represents the efficacy of the tool set currently in \
		use. This captures the organization's current ability to use the tools it \
		has at its disposal. It is calculated as a moving average of the \
		organization's current knowledge of the tools. Once a tool is learned, \
		time is required to develop experience before it can be used effectively. \
		The average time required to gain such experience is assumed to be two \
		model years.
	|

Inc in Adv Comp Last Yr 2=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 2*((Learning Delay Per Stage\
		-1)/Learning Delay Per Stage)/TIME STEP
	+Adv Task Comp Last Yr 1*(1/Learning Delay Per Stage
	)/TIME STEP,0)
	~	tasks/Month
	~	This is the inflow to the delay representing Experience with the new tool \
		set.
	|

Incr In Adv Com Two Yrs prior 2=
	 IF THEN ELSE(Months to Introduction Date=12,Adv Task Comp Last Yr 2/TIME STEP,0)
	~	tasks/Month
	~	This is the outflow to the delay representing Experience with the new tool \
		set.
	|

Change in Frac Tasks Comp in Previous Phase=
	 IF THEN ELSE(Months to Introduction Date=12,Fraction of Advanced Task Completed this Model Year\
		/TIME STEP,0)
	~	1/Month
	~	The Fraction of Advanced Tasks Completed at the end of the model year is \
		kept in a memory stock.
	|

New Advanced Tasks Per Yr=
	New Changes per Yr/Current Advanced Ratio*Frac Advanced Tasks Under Current Method
	~	tasks
	~	The New Advanced Tasks introduced Per Year is the fraction of the New \
		Changes to be introduced in the Current Work according to the Current \
		Advanced Ratio, and is also dependent on the introduction of Methodology.
	|

Pulse Date=
	192
	~	Month
	~	The Pulse Date is the instant in time the pulse function starts inputting \
		the Pulse Input.
	|

Curr Tasks Passing Testing=
	 IF THEN ELSE(Months to Introduction Date=12,0,
	(1-Fraction of Curr Tasks Defective)*Curr Test ThroughPut
	)
	~	tasks/Month
	~	Current Tasks Passing Testing is the fraction of current testing \
		throughput that doesn't require rework.  The flow is turned off at the \
		instant at launch.
	|

Frac Defective at Launch=
	 ZIDZ(Curr Tasks in Rework Launched*Defects Per Task Failing Test+Curr Tasks Not Comp Launched\
		*Defects Per Task Failing Test+Curr Tasks Comp Launched*Defects Per Task Passing Test\
		+
	Curr Task in Testing Launched*Fraction of Curr Tasks Defective*Defects Per Task Failing Test\
		,
	Curr Tasks Comp Launched+Curr Task in Testing Launched+Curr Tasks in Rework Launched\
		+Curr Tasks Not Comp Launched)
	~	defects/task
	~	Fraction of Tasks Introduced to the Market that are Defective. This is the \
		sum of the defects introduced by the launch flows divided by the total \
		launch flows. Here, the launch flows that contribute to the defects on the \
		market are Current Tasks not Completed and Current Tasks in Rework. These \
		are assumed to be fully defective. For Current Tasks in Testing, only the \
		"Fraction of Current Tasks Defective" has defects. The launch flow from \
		Current Tasks Completed is assumed to be defect-free.
	|

Curr Tasks Failing Testing=
	 IF THEN ELSE(Months to Introduction Date=12,0,
	Fraction of Curr Tasks Defective*Curr Test ThroughPut
	)
	~	tasks/Month
	~	Current Tasks Failing Testing is the fraction of current testing \
		throughput which requires rework. The flow is turned off at the instant of \
		launch.
	|

New Changes per Yr=
	 
	Base Chng Rate+step(Step Input,Step Date)+Pulse Input*pulse(Pulse Date,Pulse Width)
	~	tasks
	~	The Number of New Development Tasks Introduced per Year. The changes are \
		the sum of the Base Change Rate, a step input and a pulse input.
	|

Additional Fraction of Methodology Introduced=
	0
	~	dimensionless
	~	The Additional Fraction of Methodology Introduced is the additional \
		percentage of Methodology introduced into the advanced work. This \
		represents the percent of the total tool set available to the \
		organization. Here, keep in mind the base methodology introduced is 0.25. \
		The introduction of a new set of tools means that the set of up-front \
		activities is increased. The cost of introducing new tools is captured by \
		the fact that the up-front activities require more resources.
	|

Frac Advanced Tasks Under Current Method=
	0.25+step(Additional Fraction of Methodology Introduced,Methodology Intro Date)
	~	dimensionless
	~	The Fraction of Advanced Tasks Under Current Method is the total fraction \
		of the methodology introduced into the simulation. It is computed by \
		summing the base fraction, 0.25 and the step function of the additional \
		methodology introduced.
	|

min time to do task=
	1
	~	Month
	~	The Minimum time to do task is given to be 1 month. This value is used to \
		determine the flow of the maximum work rates.
	|

ind curr comp rate=
	 Current Tasks Not Completed/min time to do task
	~	tasks/Month
	~	Indicated Completion Rate of Current Engineering Changes. This represents \
		the maximum work rate for current new work. It is the rate at which work \
		can be done when capacity is not a constraint and the least amount of time \
		is invested.
	|

Incr in Curr Tasks Awaiting Adv Work=
	 IF THEN ELSE(Months to Introduction Date=12,New Changes per Yr/TIME STEP,0)
	~	tasks/Month
	~	The Increase in Current Tasks Awaiting Advanced Work is the flow of the \
		corresponding current work that is introduced into the advanced work \
		sector. The product development process is a 2 year process so the \
		advanced phase of the process takes place a year before the actual project \
		becomes the current work.
	|

Advanced Tasks Introduced=
	 IF THEN ELSE(Months to Introduction Date=12,New Advanced Tasks Per Yr/TIME STEP,0)
	~	tasks/Month
	~	Advanced Task Introducded Into Development. When there are 12 months to \
		job one, New Advanced Tasks Per Year is pulsed in.
	|

Frac of UnAvoidable Defects=
	(1-Historical Comp Frac of Advanced Tasks)*Total Defect Frac
	~	dimensionless
	~	The Maximum Fraction of Avoidable Defects is a "fraction" of the Total \
		Defect Fraction. This "fraction" is the Historical Completion Fraction of \
		Advanced Tasks, determined by the size of the set of tools currently in \
		use. Thus, if there were many advanced tasks completed historically, then \
		the Maximum Fraction of UnAvoidable Defects is lower.
	|

Current Tasks Awaiting Adv Work= INTEG (
	Incr in Curr Tasks Awaiting Adv Work-Incr in Curr Tasks,
		0)
	~	tasks
	~	The Current Tasks Awaiting Advanced Work are the tasks that await to be \
		introduced into the Current Work Sector for the following model year. The \
		product development process is a 2 year process so the advanced phase of \
		the process takes place a year before the tasks are input as the current \
		work.
	|

Total Defect Frac=
	0.75
	~	dimensionless
	~	This is the Total Defect Fraction.
	|

ind curr rework rate=
	 Current Tasks to be Reworked/min time to do task
	~	tasks/Month
	~	Indicated Completion Rate for Current Rework. This represents the maximum \
		work rate for current rework. It is the rate at which work can be done \
		when capacity is not a constraint and the least amount of time is invested.
	|

Incr in Curr Tasks=
	IF THEN ELSE(Months to Introduction Date=12,Current Tasks Awaiting Adv Work/TIME STEP\
		,0)
	~	tasks/Month
	~	The Increase in Current Tasks is the introduction of the current work at \
		the beginning of the model year.
	|

excess adv cap=
	Cap To be Allocated to Adv Tasks-Actual Advanced Task Completion Rate
	~	tasks/Month
	~	The Excess Advanced Capacity is the remaining capacity after all the work \
		is done.
	~	:SUPPLEMENTARY 
	|

Frac of Avoidable Defects=
	Total Defect Frac*Historical Comp Frac of Advanced Tasks
	~	dimensionless
	~	The Maximum Fraction of Avoidable Defects is the defects that can be \
		eliminated by doing the advanced work. It is a "fraction" of the Total \
		Defect Fraction. This "fraction" is the Historical Completion Fraction of \
		Advanced Tasks, determined by the size of the set of tools currently in \
		use. Thus, if there were many advanced tasks completed historically, then \
		the Maximum Fraction of Avoidable Defects is higher.
	|

ind adv comp rate=
	 Advanced Tasks Not Completed/min time to do task
	~	tasks/Month
	~	Indicated Completion Rate of Advanced Tasks. This represents the maximum \
		work rate for advanced new work. It is the rate at which work can be done \
		when capacity is not a constraint and the least amount of time is invested.
	|

Current Advanced Ratio=
	2
	~	dimensionless
	~	The Current Advanced Ratio is the fraction of current tasks compared to \
		advanced tasks.
	|

Total Number of Possible Adv Tasks=
	Base Chng Rate/Current Advanced Ratio
	~	tasks
	~	The Total Number of Possible Advanced Tasks is half that of the Base \
		Change Rate, here Current Advanced Ratio is 2. This represents the number \
		of tasks that should be completed to achieve the maximum benefit of the \
		toolset used.
	|

Advanced Task Completion Rate=
	  IF THEN ELSE(Months to Introduction Date=12,0,Actual Advanced Task Completion Rate\
		)
	~	tasks/Month
	~	This is the rate of Advanced Tasks being completed. This rate depends on \
		the Actual Advanced Completion Rate calculated in the Capacity Allocation \
		Sector. The if-then-else formulation is used to turn off the flow at the \
		instant of the cycle's end.
	|

Advanced Tasks Completed= INTEG (
	Advanced Task Completion Rate-Advanced Completed Flushed,
		New Advanced Tasks Per Yr)
	~	tasks
	~	Advanced Tasks Completed accumulates when advanced tasks are completed. \
		This stock is flushed at the time of launch to reset for another model \
		year cycle.
	|

Fraction of Advanced Task Completed this Model Year=
	ZIDZ(Advanced Tasks Completed,Advanced Tasks Completed+Advanced Tasks Not Completed)
	~	dimensionless
	~	This is the Fraction of Advanced Tasks Completed this Model Year. This \
		value shows the instantaneous fraction completed in time.
	|

Advanced Tasks Not Completed= INTEG (
	+Advanced Tasks Introduced-Advanced Not Completed Flushed
	-Advanced Task Completion Rate,
		0)
	~	tasks
	~	Advanced Development Tasks that have yet to be completed. When months to \
		job one equals 12, new tasks are introduced all at once and what is still \
		left of the stock is emptied to reset for another model year.
	|

Defects Per Task Failing Test=
	1
	~	defects/task
	~	The corresponding defects per each task failing test. The value 1 means \
		that there is one defect per task that fails testing.
	|

Curr Tasks Not Comp Launched=
	 IF THEN ELSE(Months to Introduction Date=12,Current Tasks Not Completed/TIME STEP,0\
		)
	~	tasks/Month
	~	Current Tasks Not Completed launched. At the time of launch, the stock of \
		current tasks not completed is launched at once.
	|

Current Tasks Completed= INTEG (
	Curr Tasks Passing Testing
	-Curr Tasks Comp Launched,
		0)
	~	tasks
	~	Current Tasks Completed and Passed Testing. The stock accumulates with the \
		passing of testing. When launch time comes all the stock is emptied.
	|

Fraction of Curr Tasks Defective=
	Frac of Avoidable Defects*(1-Fraction of Tasks Completed in Previous Phase)+Frac of UnAvoidable Defects
	~	dimensionless
	~	The Fraction of Current Tasks Defective is the sum of the UnAvoidable \
		Defects and the Avoidable Defects. The contribution by the "Fraction of \
		the Avoidable Defects" is determined by the Fraction of Tasks Completed in \
		the Previous Phase. The more tasks completed the less the defect fraction.
	|

Current Tasks in Testing= INTEG (
	Curr Task Completion Rate
	+Curr Tasks Reworked-Curr Tasks Failing Testing-Curr Tasks Passing Testing-
	Curr Task in Testing Launched,
		0)
	~	tasks
	~	Current Development Tasks Awaiting Testing. The inflows to this stock are \
		the current task completion rate and current tasks rework rate. The \
		outflows are the failing test rate, passing test rate and the pulse of \
		outflow at launch. So, the stock accumulates with work being done and \
		decreases with work being tested and it is reset for each new model year.
	|

Defects Per Task Passing Test=
	0
	~	defects/task
	~	The corresponding defects per each task passing test. The value 0 means \
		that there is no defects per task that passes testing.
	|

Current Tasks Not Completed= INTEG (
	Incr in Curr Tasks-Curr Task Completion Rate-Curr Tasks Not Comp Launched,
		0)
	~	tasks
	~	Current Development Tasks Not Yet Completed. After work is done in the \
		Advanced Sector, the corresponding current work is introduced into the \
		Current Sector. The outflow of this stock is the current task completion \
		rate. And at the time of launch all the stock is emptied to be launched.
	|

Current Tasks to be Reworked= INTEG (
	
	+Curr Tasks Failing Testing-Curr Tasks Reworked-Curr Tasks in Rework Launched,
		0)
	~	tasks
	~	Current Tasks Awaiting Rework. The main inflow during the current \
		development process is the tasks failing testing. The corresponding \
		outflow is tasks reworked. When the cycle ends the remainder of the stock \
		is launched.
	|

Decr in Frac Comp in Prior Prev Phase=
	 IF THEN ELSE(Months to Introduction Date=12,Frac Comp in Prior Previous Phase/TIME STEP\
		,0)
	~	1/Month
	~	The memory stock of the Fraction of Tasks Completed in Prior Previous \
		Phase is reset at the end of the model year.
	|

Decr in Frac Tasks Comp in Prev Phase=
	 IF THEN ELSE(Months to Introduction Date=12,Fraction of Tasks Completed in Previous Phase\
		/TIME STEP,0)
	~	1/Month
	~	The memory stock of the Fraction of Tasks Completed in Previous Phase is \
		emptied at the end of the model year and then transferred into the next \
		memory stock.
	|

Frac Comp in Prior Previous Phase= INTEG (
	+Decr in Frac Tasks Comp in Prev Phase-Decr in Frac Comp in Prior Prev Phase,
		1)
	~	dimensionless
	~	This is the memory stock of the Fraction of Advanced Tasks Completed in \
		Prior Previous Phase.
	|

Total Advanced Tasks Flushed=
	Advanced Completed Flushed+Advanced Not Completed Flushed
	~	tasks/Month
	~	At the end of each model year cycle, the total of the advanced tasks that \
		are flushed are calculated.
	|

Fraction of Tasks Completed in Previous Phase= INTEG (
	+Change in Frac Tasks Comp in Previous Phase-Decr in Frac Tasks Comp in Prev Phase,
		1)
	~	dimensionless
	~	This is the memory stock of the Fraction of Tasks Completed in Previous \
		Phase.
	|

Frac defective for Launched Model = INTEG(+incr in frac defective at Launch
-decr in frac defective at Launch,0)
	~	defects/task
	~	The Fraction defective for Launched Model  is the memory of the fraction \
		of defects at the time of launch. This stock remembers the information \
		until the next launch.
	|

incr in frac defective at Launch=
	 IF THEN ELSE(Frac Defective at Launch>0,Frac Defective at Launch/TIME STEP,0)
	~	defects/task/months
	~	The Increase in Fraction defective at launch is input  into the memory \
		stock.
	|

decr in frac defective at Launch =
 IF THEN ELSE(Frac Defective at Launch>0,Frac defective for Launched Model/TIME STEP,\
		0)
	~	defects/(task*months)
	~	The decrease in Fraction defective at Launch is the outflow to the memory \
		stock which resets the previous cycle's information.
	|

Methodology Intro Date=
	1e+009
	~	Month
	~	Date at which Development Methodology is introduced to the Organization \
		during the simulation.
	|

freeze policy end = 1e+009
	~	Month
	~	Date when freeze policy ends during the simulated time.
	|

Design Freeze=
	 
	IF THEN ELSE(Months to Introduction Date<freeze date*(
	step(1,freeze policy start)-step(1,freeze policy end))
	,0,1)
	~	dimensionless
	~	Switch to Freeze Designs. The switch is on when it returns value 0 and off \
		when it returns value 1. This is so because the value of "Design Freeze" \
		is multiplied to "actual current rework rate".
	|

Step Date = 192
	~	Month
	~	The Step Date is the instant in time the step function starts inputting \
		the Step Input.
	|

Actual Advanced Task Completion Rate =MIN(Cap To be Allocated to Adv Tasks,ind adv comp rate\
		)
	~	tasks/Month
	~	Actual Completion Rate of Advanced  Tasks. All the capacity available for \
		advanced work is allocated to the new work rate. So, the advanced new work \
		rate is the indicated advanced completion rate or whatever capacity is \
		available to advanced work.
	|

Actual Current Task Completion Rate = MIN(Engineering Capacity,ind curr comp rate)
	~	tasks/Month
	~	Actual Completion Rate of New Current Tasks. If there is a need all the \
		available capacity  is allocated. The completion of new work has priority \
		over all other tasks. However, to ensure that only work gets done if there \
		is work to do, the flow is protected by a Min function.
	|

Actual Current Task Rework Rate=
	MIN(Engineering Capacity-Actual Current Task Completion Rate,ind curr rework rate) *\
		 Design Freeze
	~	tasks/Month
	~	Actual Current Task Rework Rate is equal to the minimum of either the \
		indicated current rework rate or whatever  capacity is remaining after \
		doing the current new work.  The MIN-function is to ensure that the rework \
		rate is a reasonable value. The design freeze switch is multiplied to \
		represent when no more rework is done. So, when design freeze takes \
		effect, the designs which failed testing are not reworked and only the \
		designs that pass testing are considered to be completed tasks.
	|

Hours Per Engineer = 200
	~	hours/engineer/Month
	~	The average number of hours an engineer works in a month.
	|

Hours Per Task = 200
	~	hours/task
	~	The average number of hours it takes to complete a task.
	|

Development Engineers = 300
	~	engineers
	~	The number of Development Engineers available.
	|

Cap To be Allocated to Adv Tasks=
	 MAx(Engineering Capacity-
	(Actual Current Task Completion Rate+Actual Current Task Rework Rate),0)
	~	tasks/Month
	~	Development Capacity for Advanced Tasks can be allocated if there is \
		excess engineering capacity. This represents that the advanced tasks are \
		done only after the current work is done.
	|

Total Engineer Hours = Development Engineers*Hours Per Engineer
	~	hours/Month
	~	Total Engineering Hours available each month.
	|

Total Current Work to Be Completed = Current Tasks Not Completed+Current Tasks to be Reworked
	~	tasks
	~	The Total Current Work to be Completed is the sum of the new tasks and the \
		tasks needing rework.
	|

Engineering Capacity = Total Engineer Hours/Hours Per Task
	~	tasks/Month
	~	Engineering capacity  is the number of tasks that can be completed each \
		month  when certain number of hours (Hours Per Task) are allocated to each \
		task.
	|

Advanced Completed Flushed = IF THEN ELSE(Months to Introduction Date=12,Advanced Tasks Completed
/TIME STEP,0)
	~	tasks/Month
	~	Advanced Tasks Completed is pulsed out at the end of the model year. A \
		memory stock, "Adv Task Comp Last Yr",  is used to keep track of the \
		advanced tasks completed the previous year.
	|

Advanced Not Completed Flushed = IF THEN ELSE(Months to Introduction Date=12,Advanced Tasks Not Completed
/TIME STEP,0)
	~	tasks/Month
	~	The stock of Advanced Tasks yet to be Completed is flushed out when month \
		to job one equals 12.
	|

Base Chng Rate=
	 1500
	~	tasks
	~	The Base Change Rate is the basic number of tasks that are introduced each \
		year into the product development process.
	|

Curr Test ThroughPut = Current Tasks in Testing/Time to Test
	~	tasks/Month
	~	Current Testing takes place with a constant delay of Time to Test.
	|

Curr Task Completion Rate =  IF THEN ELSE(Months to Introduction Date=12,0,Actual Current Task Completion Rate\
		)
	~	tasks/Month
	~	Current Development Task Completion Rate is the actual current change \
		rate. The flow is turned off at the instant at launch.
	|

Curr Tasks Reworked = 
IF THEN ELSE(Months to Introduction Date=12,0,
Actual Current Task Rework Rate)
	~	tasks/Month
	~	Current Task Rework Completion Rate is the actual current rework rate. The \
		flow is turned off at the instant of launch.
	|

Curr Tasks Comp Launched = IF THEN ELSE(Months to Introduction Date=12,Current Tasks Completed\
		/TIME STEP,0)
	~	tasks/Month
	~	Current Completed Tasks that are Launched. The stock of completed tasks is \
		emptied at the time of launch.
	|

freeze date=
	 0
	~	months
	~	Date at Which Designs are Frozen in each 12 month cycle. The value \
		represents the date in "months to job one". For example, a value of 6 \
		would mean that design is frozen when there are less than 6 months to job \
		one.
	|

freeze policy start=
	 1
	~	Month
	~	Date at Which Freeze Policy Starts during the simulation time.
	|

Length of Model Year = 12
	~	months
	~	The length of each model year is shown in units of "months".
	|

Months to Introduction Date=
	MAx(Length of Model Year-MODULO(Time,Length of Model Year),0)
	~	months
	~	Months Until Current Projects are Launched. The count-down of each model \
		year.
	|

Pulse Input=
	0
	~	tasks
	~	The Pulse Input is the additional amount of new tasks introduced into the \
		product development process.
	|

Pulse Width = 1
	~	Month
	~	The Pulse Width is the time duration of the pulse function. For example, \
		with a pulse width of 1 (month) the additional amount of new tasks \
		introduced by the pulse function will be the Pulse Input spread over the 1 \
		month.
	|

Step Input=
	 0
	~	tasks
	~	The Step Input is the additional amount of new tasks introduced by the \
		step function.
	|

Curr Task in Testing Launched = IF THEN ELSE(Months to Introduction Date=12,Current Tasks in Testing\
		/TIME STEP,0)
	~	tasks/Month
	~	Current Tasks Awaiting Testing that are Launched. On the launch date the \
		stock of current tasks in testing is launched at once.
	|

Curr Tasks in Rework Launched = IF THEN ELSE(Months to Introduction Date=12,Current Tasks to be Reworked\
		/TIME STEP,
0)
	~	tasks/Month
	~	Current Tasks Requiring Rework that are Launched. At the time of launch, \
		all the stock is emptied.
	|

Time to Test = 1
	~	months
	~	It is assumed Testing would take, on average, one month.
	|

********************************************************
	.Control
********************************************************~
		Simulation Control Paramaters
	|

FINAL TIME  = 360
	~	months
	~	The final time for the simulation.
	|

INITIAL TIME  = 0
	~	months
	~	The initial time for the simulation.
	|

SAVEPER  = 
        TIME STEP
	~	months
	~	The frequency with which output is stored.
	|

TIME STEP  = 0.25
	~	months
	~	The time step for the simulation.
	|

\\\---/// Sketch information - do not modify anything except names
V300  Do not put anything below this section - it will be ignored
*Big Overview
$0,0,Helvetica|8|B|0-0-0|0-0-0|0-0-0|-1--1--1|-1--1--1
12,1,48,501,658,8,8,0,3,0,26,-1,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
10,2,Months to Introduction Date,1154,847,50,25,8,2,1,27,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,3,524,578,655,13,12,34,3,0,0,1,0,0,0
10,4,Advanced Tasks Introduced,578,692,50,25,40,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
10,5,Step Input,254,920,44,23,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,6,Months to Introduction Date,429,739,65,30,8,2,0,27,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,7,TIME STEP,539,796,45,20,8,2,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,8,TIME STEP,1185,997,53,16,8,2,1,27,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,9,Months to Introduction Date,626,882,50,25,8,2,1,27,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,10,TIME STEP,689,854,50,25,8,2,1,27,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,11,Actual Current Task Completion Rate,678,1154,69,36,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,12,Actual Current Task Rework Rate,675,1020,74,28,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,13,Advanced Tasks Not Completed,1767,725,64,30,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,14,Advanced Tasks Not Completed,706,659,55,29,3,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
10,15,Advanced Tasks Completed,971,662,57,28,3,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
10,16,ind adv comp rate,1764,641,46,22,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,17,Current Tasks Not Completed,583,1221,59,36,3,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
10,18,Current Tasks in Testing,828,1217,59,33,3,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
11,19,364,705,1226,12,13,34,3,0,0,1,0,0,0
10,20,Curr Task Completion Rate,705,1270,56,31,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,21,Current Tasks Completed,1128,1215,59,33,3,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
10,22,Current Tasks to be Reworked,832,995,66,30,3,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
11,23,380,985,1209,12,13,34,3,0,0,1,0,0,0
10,24,Curr Tasks Passing Testing,985,1251,60,29,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,25,1820,857,1081,13,12,33,3,0,0,4,0,0,0
10,26,Curr Tasks Failing Testing,928,1081,58,30,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,27,1996,727,774,13,12,33,3,0,0,2,0,0,0
10,28,Advanced Not Completed Flushed,668,774,46,30,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,29,2396,965,780,13,12,33,3,0,0,4,0,0,0
10,30,Advanced Completed Flushed,1028,780,50,25,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,31,1740,809,1078,13,12,33,3,0,0,2,0,0,0
10,32,Curr Tasks Reworked,747,1078,49,33,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,33,48,1326,1217,8,8,0,3,0,26,-1,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
11,34,48,1262,1221,12,13,34,3,0,0,1,0,0,0
10,35,Curr Tasks Comp Launched,1262,1264,60,30,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,36,Months to Introduction Date,1201,1130,50,25,8,2,1,27,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,37,TIME STEP,1220,1309,50,25,8,2,1,27,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,38,Actual Advanced Task Completion Rate,1562,641,83,37,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,39,48,1036,988,8,8,0,3,0,26,-1,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
11,40,48,950,983,12,13,34,3,0,0,3,0,0,0
10,41,Curr Tasks in Rework Launched,950,943,67,27,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,42,48,1025,1341,8,8,0,3,0,26,-1,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
11,43,48,902,1339,12,13,34,3,0,0,1,0,0,0
10,44,Curr Task in Testing Launched,902,1382,59,30,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,45,Fraction of Curr Tasks Defective,1265,1043,59,38,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,46,Time to Test,1058,1077,32,31,8,2,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,47,Curr Test ThroughPut,942,1154,62,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,48,Months to Introduction Date,950,1024,117,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,49,TIME STEP,1063,957,54,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,50,Months to Introduction Date,1051,1395,117,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,51,TIME STEP,1149,1374,54,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,52,Step Date,317,915,39,26,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,53,Months to Introduction Date,1012,1289,117,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,54,Months to Introduction Date,1013,1044,117,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,55,ind curr comp rate,1706,269,51,24,8,3,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
10,56,Current Tasks Not Completed,1703,370,58,32,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,57,Current Tasks to be Reworked,1849,351,59,28,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,58,ind curr rework rate,1834,275,40,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,59,Actual Current Task Completion Rate,1528,270,84,32,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,60,Actual Current Task Rework Rate,1993,271,66,28,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,61,Cap To be Allocated to Adv Tasks,1775,499,51,39,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,62,Actual Advanced Task Completion Rate,845,791,90,27,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,63,Months to Introduction Date,690,1311,117,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,64,Months to Introduction Date,646,1127,117,11,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,65,Design Freeze,2111,272,38,23,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,66,Months to Introduction Date,2089,176,60,33,8,2,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,67,freeze date,2103,362,34,21,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,68,freeze policy start,2221,248,39,29,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,69,Methodology Intro Date,427,262,72,32,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,70,New Changes per Yr,296,1082,44,31,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,71,Pulse Input,183,1031,55,13,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,72,Base Chng Rate,372,967,50,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,73,Months to Introduction Date,628,324,70,29,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,74,Time,628,413,51,14,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,75,Length of Model Year,627,232,59,21,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,76,Pulse Width,188,999,69,14,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,77,Engineering Capacity,1758,88,66,32,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,78,Total Current Work to Be Completed,537,981,73,32,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,79,freeze policy end,2205,341,47,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,80,25,18,100,0,0,23,0,0,0,-1--1--1,,1|(857,1138)|
1,81,25,22,4,0,0,23,0,0,0,-1--1--1,,1|(857,1047)|
1,82,23,18,100,0,0,23,0,0,0,-1--1--1,,1|(930,1209)|
1,83,23,21,4,0,0,23,0,0,0,-1--1--1,,1|(1033,1209)|
1,84,19,17,100,0,0,23,0,0,0,-1--1--1,,1|(667,1226)|
1,85,19,18,4,0,0,23,0,0,0,-1--1--1,,1|(743,1226)|
1,86,27,14,100,0,0,2,0,0,0,-1--1--1,,1|(727,725)|
1,87,29,15,100,0,0,2,0,0,0,-1--1--1,,1|(965,729)|
1,88,31,18,4,0,0,23,0,0,0,-1--1--1,,1|(809,1137)|
1,89,31,22,100,0,0,23,0,0,0,-1--1--1,,1|(809,1045)|
1,90,14,27,1,1,0,0,0,0,0,-1--1--1,,1|(699,724)|
1,91,15,30,2,1,0,0,0,0,0,-1--1--1,,1|(996,716)|
1,92,34,33,4,0,0,23,0,0,0,-1--1--1,,1|(1296,1221)|
1,93,34,21,100,0,0,23,0,0,0,-1--1--1,,1|(1218,1221)|
1,94,3,14,4,0,0,23,0,0,0,-1--1--1,,1|(621,655)|
1,95,3,1,100,0,0,23,0,0,0,-1--1--1,,1|(537,655)|
1,96,6,4,1,0,0,0,0,0,0,-1--1--1,,1|(503,709)|
1,97,7,4,0,0,0,0,0,0,0,-1--1--1,,1|(554,753)|
1,98,9,28,0,1,0,0,0,0,0,-1--1--1,,1|(642,837)|
1,99,10,28,0,1,0,0,0,0,0,-1--1--1,,1|(681,823)|
1,100,2,30,0,1,0,0,0,0,0,-1--1--1,,1|(1097,816)|
1,101,8,30,0,1,0,0,0,0,0,-1--1--1,,1|(1114,898)|
1,102,2,30,0,1,0,0,0,0,0,-1--1--1,,1|(1097,816)|
1,103,36,34,0,1,0,0,0,0,0,-1--1--1,,1|(1232,1177)|
1,104,37,34,0,1,0,0,0,0,0,-1--1--1,,1|(1240,1263)|
1,105,21,35,1,0,0,0,0,0,0,-1--1--1,,1|(1173,1269)|
1,106,40,39,4,0,0,23,0,0,0,-1--1--1,,1|(995,983)|
1,107,40,22,100,0,0,23,0,0,0,-1--1--1,,1|(918,983)|
1,108,43,18,100,0,0,23,0,0,0,-1--1--1,,1|(828,1339)|
1,109,43,42,4,0,0,23,0,0,0,-1--1--1,,3|(972,1339)|(972,1339)|(994,1339)|
1,110,22,41,1,0,0,0,0,0,0,-1--1--1,,1|(883,946)|
1,111,18,44,1,0,0,0,0,0,0,-1--1--1,,1|(805,1369)|
1,112,18,47,1,0,0,0,0,0,0,-1--1--1,,1|(908,1184)|
1,113,46,47,1,0,0,0,0,0,0,-1--1--1,,1|(1030,1107)|
1,114,47,23,0,0,0,0,0,0,0,-1--1--1,,1|(964,1183)|
1,115,47,26,1,0,0,0,0,0,0,-1--1--1,,1|(922,1117)|
1,116,48,41,0,1,0,0,0,0,0,-1--1--1,,1|(950,998)|
1,117,49,41,0,1,0,0,0,0,0,-1--1--1,,1|(1006,951)|
1,118,50,44,0,1,0,0,0,0,0,-1--1--1,,1|(940,1385)|
1,119,51,44,0,1,0,0,0,0,0,-1--1--1,,1|(1034,1377)|
1,120,53,24,0,1,0,0,0,0,0,-1--1--1,,1|(1005,1272)|
1,121,54,26,1,1,0,0,0,0,0,-1--1--1,,1|(990,1066)|
1,122,56,55,1,0,0,0,0,0,0,-1--1--1,,1|(1703,322)|
1,123,57,58,1,0,0,0,0,0,0,-1--1--1,,1|(1840,319)|
1,124,55,59,0,0,0,0,0,0,0,-1--1--1,,1|(1641,269)|
1,125,58,60,0,0,0,0,0,0,0,-1--1--1,,1|(1893,273)|
1,126,59,60,1,0,0,0,0,0,0,-1--1--1,,1|(1978,311)|
1,127,59,61,1,0,0,0,0,0,0,-1--1--1,,1|(1710,485)|
1,128,60,61,1,0,0,0,0,0,0,-1--1--1,,1|(1818,490)|
1,129,11,19,0,0,0,0,0,0,0,-1--1--1,,1|(693,1195)|
1,130,13,16,0,0,0,0,0,0,0,-1--1--1,,1|(1765,685)|
1,131,16,38,0,0,0,0,0,0,0,-1--1--1,,1|(1688,641)|
1,132,61,38,1,0,0,0,0,0,0,-1--1--1,,1|(1606,556)|
1,133,63,20,0,1,0,0,0,0,0,-1--1--1,,1|(698,1295)|
1,134,64,32,0,1,0,0,0,0,0,-1--1--1,,1|(676,1111)|
1,135,66,65,0,0,0,0,0,0,0,-1--1--1,,1|(2098,222)|
1,136,67,65,0,0,0,0,0,0,0,-1--1--1,,1|(2105,324)|
1,137,65,60,0,0,0,0,0,0,0,-1--1--1,,1|(2072,271)|
1,138,68,65,0,0,0,0,0,0,0,-1--1--1,,1|(2172,258)|
1,139,12,32,1,0,0,0,0,0,0,-1--1--1,,1|(679,1066)|
1,140,5,70,0,0,0,0,0,0,0,-1--1--1,,1|(271,990)|
1,141,71,70,0,0,0,0,0,0,0,-1--1--1,,1|(225,1050)|
1,142,72,70,0,0,0,0,0,0,0,-1--1--1,,1|(339,1015)|
1,143,74,73,0,0,0,0,0,0,0,-1--1--1,,1|(628,383)|
1,144,75,73,0,0,0,0,0,0,0,-1--1--1,,1|(627,267)|
1,145,76,70,0,0,0,0,0,0,0,-1--1--1,,1|(225,1027)|
1,146,77,59,2,0,0,0,0,0,0,-1--1--1,,1|(1580,161)|
1,147,77,60,2,0,0,0,0,0,0,-1--1--1,,1|(1945,163)|
1,148,22,78,1,0,0,0,0,0,0,-1--1--1,,1|(687,956)|
1,149,17,78,1,0,0,0,0,0,0,-1--1--1,,1|(524,1110)|
1,150,52,70,0,0,0,0,0,0,0,-1--1--1,,1|(307,989)|
1,151,79,65,2,0,0,0,0,0,0,-1--1--1,,1|(2175,318)|
1,152,154,15,4,0,0,22,0,0,0,-1--1--1,,1|(882,657)|
1,153,154,14,100,0,0,22,0,0,0,-1--1--1,,1|(796,657)|
11,154,2572,841,657,10,11,34,3,0,0,1,0,0,0
10,155,Advanced Task Completion Rate,841,697,78,29,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,156,Fraction of Advanced Task Completed this Model Year,828,564,84,40,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,157,14,156,1,0,0,0,0,64,0,-1--1--1,,1|(734,555)|
1,158,15,156,1,0,0,0,0,64,0,-1--1--1,,1|(925,561)|
10,159,Fraction of Tasks Completed in Previous Phase,1299,858,64,46,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,160,48,1088,863,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,161,163,159,4,0,0,22,0,0,0,-1--1--1,,1|(1200,860)|
1,162,163,160,100,0,0,22,0,0,0,-1--1--1,,1|(1123,860)|
11,163,48,1158,860,8,6,34,3,0,0,1,0,0,0
10,164,Change in Frac Tasks Comp in Previous Phase,1158,899,80,33,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,165,167,170,4,0,0,22,0,0,0,-1--1--1,,1|(1463,857)|
1,166,167,159,100,0,0,22,0,0,0,-1--1--1,,1|(1391,857)|
11,167,1772,1427,857,8,6,34,3,0,0,1,0,0,0
10,168,Decr in Frac Tasks Comp in Prev Phase,1427,895,69,32,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,169,159,168,1,0,0,0,0,64,0,-1--1--1,,1|(1417,835)|
10,170,Frac Comp in Prior Previous Phase,1541,857,50,38,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,171,48,1730,864,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,172,174,171,4,0,0,22,0,0,0,-1--1--1,,1|(1697,864)|
1,173,174,170,100,0,0,22,0,0,0,-1--1--1,,1|(1623,864)|
11,174,48,1664,864,8,6,34,3,0,0,1,0,0,0
10,175,Decr in Frac Comp in Prior Prev Phase,1664,907,67,37,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,176,170,175,1,0,0,0,0,64,0,-1--1--1,,1|(1624,838)|
10,177,Fraction of Advanced Task Completed this Model Year,1229,766,76,45,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,178,177,164,1,0,0,0,0,64,0,-1--1--1,,1|(1146,802)|
1,179,73,164,1,1,0,0,0,0,0,-1--1--1,,1|(747,733)|
10,180,TIME STEP,1031,891,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,181,180,164,0,1,0,0,0,0,0,-1--1--1,,1|(1067,893)|
1,182,73,168,0,1,0,0,0,0,0,-1--1--1,,1|(1019,603)|
10,183,TIME STEP,1329,938,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,184,183,168,0,1,0,0,0,0,0,-1--1--1,,1|(1370,920)|
1,185,73,175,1,1,0,0,0,0,0,-1--1--1,,1|(1132,608)|
10,186,TIME STEP,1656,978,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,187,186,175,0,1,0,0,0,0,0,-1--1--1,,1|(1658,957)|
10,188,Frac of Avoidable Defects,1445,995,56,28,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,189,Frac of UnAvoidable Defects,1509,1176,71,33,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,190,188,45,1,0,0,0,0,64,0,-1--1--1,,1|(1380,1004)|
1,191,189,45,1,0,0,0,0,64,0,-1--1--1,,1|(1416,1142)|
1,192,159,45,1,0,0,0,0,64,0,-1--1--1,,1|(1262,1004)|
1,193,195,17,4,0,0,22,0,0,0,-1--1--1,,1|(501,1225)|
1,194,195,215,100,0,0,22,0,0,0,-1--1--1,,1|(446,1225)|
11,195,2204,472,1225,6,8,34,3,0,0,1,0,0,0
10,196,Incr in Curr Tasks,472,1261,43,28,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,197,Total Advanced Tasks Flushed,837,845,72,24,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,198,28,197,1,0,0,0,0,64,0,-1--1--1,,1|(779,841)|
1,199,30,197,1,0,0,0,0,64,0,-1--1--1,,1|(928,839)|
1,200,62,155,0,0,0,0,0,64,0,-1--1--1,,1|(843,751)|
12,201,48,737,1343,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,202,204,201,4,0,0,22,0,0,0,-1--1--1,,3|(710,1341)|(710,1341)|(719,1341)|
1,203,204,17,100,0,0,22,0,0,0,-1--1--1,,1|(583,1341)|
11,204,48,659,1341,6,8,34,3,0,0,1,0,0,0
10,205,Curr Tasks Not Comp Launched,659,1377,55,28,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,206,17,205,1,0,0,0,0,64,0,-1--1--1,,1|(547,1324)|
1,207,73,205,1,1,0,0,0,0,0,-1--1--1,,1|(427,651)|
10,208,TIME STEP,799,1407,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,209,208,205,0,1,0,0,0,0,0,-1--1--1,,1|(743,1395)|
1,210,73,155,0,1,0,0,0,0,0,-1--1--1,,1|(730,504)|
10,211,Historical Comp Frac of Advanced Tasks,1197,196,69,36,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,212,Frac Advanced Tasks Under Current Method,445,407,76,41,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,213,New Advanced Tasks Per Yr,452,564,60,38,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,214,213,4,1,0,0,0,0,64,0,-1--1--1,,1|(467,622)|
10,215,Current Tasks Awaiting Adv Work,360,1222,66,36,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,216,48,177,1222,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,217,219,215,4,0,0,22,0,0,0,-1--1--1,,1|(273,1224)|
1,218,219,216,100,0,0,22,0,0,0,-1--1--1,,1|(212,1224)|
11,219,48,246,1224,6,8,34,3,0,0,1,0,0,0
10,220,Incr in Curr Tasks Awaiting Adv Work,246,1269,56,37,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,221,73,220,0,1,0,0,0,0,0,-1--1--1,,1|(441,786)|
10,222,TIME STEP,296,1327,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,223,222,220,0,1,0,0,0,0,0,-1--1--1,,1|(284,1309)|
1,224,215,196,1,0,0,0,0,64,0,-1--1--1,,1|(386,1284)|
1,225,73,196,0,1,0,0,0,0,0,-1--1--1,,1|(551,786)|
10,226,TIME STEP,404,1310,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,227,226,196,0,1,0,0,0,0,0,-1--1--1,,1|(425,1292)|
10,228,Total Number of Possible Adv Tasks,994,181,67,39,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,229,228,211,1,0,0,0,0,64,0,-1--1--1,,1|(1097,151)|
10,230,Historical Comp Frac of Advanced Tasks,1632,1046,68,38,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
10,231,Total Defect Frac,1435,1074,59,23,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,232,231,188,1,0,0,0,0,64,0,-1--1--1,,1|(1433,1044)|
1,233,230,189,1,0,0,0,0,64,0,-1--1--1,,1|(1532,1089)|
1,234,231,189,1,0,0,0,0,64,0,-1--1--1,,1|(1438,1102)|
1,235,230,188,1,0,0,0,0,64,0,-1--1--1,,1|(1535,989)|
10,236,Current Advanced Ratio,595,505,57,29,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,237,min time to do task,1768,174,42,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,238,237,55,0,0,0,0,0,64,0,-1--1--1,,1|(1740,216)|
1,239,237,58,0,0,0,0,0,64,0,-1--1--1,,1|(1796,218)|
10,240,excess adv cap,1961,645,40,20,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,241,61,240,1,0,0,0,0,64,0,-1--1--1,,1|(1912,553)|
1,242,38,240,1,0,0,0,0,64,0,-1--1--1,,1|(1726,797)|
1,243,69,212,0,0,0,0,0,64,0,-1--1--1,,1|(433,323)|
10,244,Additional Fraction of Methodology Introduced,225,409,71,36,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,245,244,212,0,0,0,0,0,64,0,-1--1--1,,1|(325,408)|
10,246,Base Chng Rate,845,217,43,27,8,2,0,11,0,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,247,246,228,1,0,0,0,0,64,0,-1--1--1,,1|(931,233)|
10,248,Current Advanced Ratio,855,153,55,28,8,2,0,11,0,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,249,248,228,1,0,0,0,0,64,0,-1--1--1,,1|(937,129)|
10,250,min time to do task,1763,571,57,26,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,251,250,16,0,0,0,0,0,64,0,-1--1--1,,1|(1763,601)|
1,252,236,213,0,0,0,0,0,64,0,-1--1--1,,1|(531,530)|
10,253,Engineering Capacity,1558,498,68,32,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,254,253,61,0,0,0,0,0,0,0,-1--1--1,,1|(1668,498)|
10,255,Development Engineers,2028,523,70,32,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,256,Hours Per Engineer,2289,519,50,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,257,Total Engineer Hours,2153,611,71,32,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,258,Hours Per Task,2155,810,46,31,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,259,Engineering Capacity,2155,714,64,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,260,255,257,2,0,0,0,0,0,0,-1--1--1,,1|(2143,563)|
1,261,256,257,2,0,0,0,0,0,0,-1--1--1,,1|(2166,566)|
1,262,257,259,0,0,0,0,0,0,0,-1--1--1,,1|(2153,658)|
1,263,258,259,0,0,0,0,0,0,0,-1--1--1,,1|(2155,766)|
10,264,Pulse Date,199,972,43,11,0,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,265,264,70,0,0,0,0,0,64,0,-1--1--1,,1|(233,1011)|
10,266,New Changes per Yr,302,562,54,35,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,267,266,213,0,0,0,0,0,64,0,-1--1--1,,1|(367,562)|
1,268,70,220,1,0,0,0,0,64,0,-1--1--1,,1|(221,1150)|
10,269,Fraction of Curr Tasks Defective,1130,1089,61,34,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,270,269,26,1,0,0,0,0,64,0,-1--1--1,,1|(1024,1031)|
1,271,269,24,1,0,0,0,0,64,0,-1--1--1,,1|(1091,1157)|
1,272,212,213,0,0,0,0,0,64,0,-1--1--1,,1|(447,480)|
10,273,Frac defective for Launched Model,2005,1307,72,32,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,274,Frac Defective at Launch,2012,1180,42,33,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,275,1852,2244,1159,12,14,34,3,0,0,1,0,0,0
10,276,Curr Tasks Comp Launched,2244,1200,75,27,40,2,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
11,277,1916,2247,1052,11,12,34,3,0,0,1,0,0,0
10,278,Curr Tasks in Rework Launched,2247,1095,77,31,40,2,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
11,279,1868,2165,985,12,12,34,3,0,0,1,0,0,0
10,280,Curr Task in Testing Launched,2165,1025,63,28,40,2,0,26,0,0,0,0,-1--1--1,0-0-0,|12|B|0-0-0
12,281,48,1808,1301,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,282,48,1880,1302,7,8,34,3,0,0,1,0,0,0
10,283,incr in frac defective at Launch,1880,1339,65,29,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,284,48,2208,1304,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,285,48,2150,1306,6,8,34,3,0,0,1,0,0,0
10,286,decr in frac defective at Launch,2150,1344,67,30,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,287,TIME STEP,1820,1396,54,11,0,2,1,27,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
10,288,TIME STEP,2056,1397,54,11,0,2,1,27,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,289,276,274,2,0,0,0,0,0,0,-1--1--1,,1|(2150,1179)|
1,290,280,274,2,0,0,0,0,0,0,-1--1--1,,1|(2086,1082)|
1,291,278,274,2,0,0,0,0,0,0,-1--1--1,,1|(2137,1114)|
1,292,282,273,4,0,0,22,0,0,0,-1--1--1,,1|(1910,1302)|
1,293,282,281,100,0,0,22,0,0,0,-1--1--1,,1|(1844,1302)|
1,294,285,284,4,0,0,22,0,0,0,-1--1--1,,1|(2178,1306)|
1,295,285,273,100,0,0,22,0,0,0,-1--1--1,,1|(2110,1306)|
1,296,274,282,1,0,0,0,0,0,0,-1--1--1,,1|(1950,1230)|
1,297,274,286,1,0,0,0,0,0,0,-1--1--1,,1|(2077,1234)|
1,298,273,286,2,0,0,0,0,0,0,-1--1--1,,1|(2037,1349)|
1,299,287,283,0,1,0,0,0,0,0,-1--1--1,,1|(1834,1381)|
1,300,288,286,0,1,0,0,0,0,0,-1--1--1,,1|(2079,1383)|
10,301,Defects Per Task Failing Test,1795,1129,71,31,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,302,301,274,0,0,0,0,0,0,0,-1--1--1,,1|(1911,1155)|
10,303,Defects Per Task Passing Test,1780,1205,74,34,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,304,303,274,0,0,0,0,0,0,0,-1--1--1,,1|(1905,1191)|
11,305,1932,2039,965,13,12,34,3,0,0,1,0,0,0
10,306,Curr Tasks Not Comp Launched,2039,1014,64,37,40,2,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,307,306,274,0,0,0,0,0,64,0,-1--1--1,,1|(2026,1092)|
10,308,Fraction of Curr Tasks Defective,1869,1055,64,35,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,309,308,274,0,0,0,0,0,0,0,-1--1--1,,1|(1936,1113)|
10,310,Adv Task Comp Last Yr 1,1252,509,79,32,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,311,48,1048,511,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,312,314,310,4,0,0,22,0,0,0,-1--1--1,,1|(1145,510)|
1,313,314,311,100,0,0,22,0,0,0,-1--1--1,,1|(1081,510)|
11,314,48,1112,510,6,8,34,3,0,0,1,0,0,0
10,315,Inc in Adv Comp Last Yr 1,1112,548,70,30,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,316,317,310,100,0,0,22,0,0,0,-1--1--1,,1|(1370,516)|
11,317,1644,1416,516,6,8,34,3,0,0,1,0,0,0
10,318,Incr In Adv Com Two Yrs prior 1,1416,552,73,28,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,319,310,318,1,0,0,0,0,0,0,-1--1--1,,1|(1318,557)|
10,320,TIME STEP,1152,622,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,321,320,315,1,0,0,0,0,0,0,-1--1--1,,1|(1108,573)|
1,322,310,315,1,0,0,0,0,64,0,-1--1--1,,1|(1177,585)|
10,323,TIME STEP,1370,622,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,324,323,318,0,0,0,0,0,0,0,-1--1--1,,1|(1386,596)|
10,325,Learning Delay Per Stage,987,426,44,31,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,326,325,315,1,0,0,0,0,64,0,-1--1--1,,1|(1061,506)|
10,327,Adv Task Comp Last Yr 2,1266,304,81,33,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,328,48,1049,295,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,329,331,327,4,0,0,22,0,0,0,-1--1--1,,1|(1158,299)|
1,330,331,328,100,0,0,22,0,0,0,-1--1--1,,1|(1088,299)|
11,331,48,1126,299,6,8,34,3,0,0,1,0,0,0
10,332,Inc in Adv Comp Last Yr 2,1126,337,77,30,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,333,334,327,100,0,0,22,0,0,0,-1--1--1,,1|(1373,302)|
11,334,1708,1406,302,6,8,34,3,0,0,1,0,0,0
10,335,Incr In Adv Com Two Yrs prior 2,1406,339,66,29,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,336,327,335,1,0,0,0,0,0,0,-1--1--1,,1|(1332,355)|
10,337,TIME STEP,1188,418,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,338,337,332,1,0,0,0,0,0,0,-1--1--1,,1|(1141,379)|
1,339,327,332,1,0,0,0,0,64,0,-1--1--1,,1|(1191,375)|
1,340,310,332,1,0,0,0,0,64,0,-1--1--1,,1|(1114,414)|
1,341,325,332,1,0,0,0,0,64,0,-1--1--1,,1|(1047,356)|
10,342,Learning Delay in years,867,359,50,36,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
1,343,342,325,0,0,0,0,0,0,0,-1--1--1,,1|(923,390)|
10,344,TIME STEP,1402,414,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,345,344,335,0,0,0,0,0,0,0,-1--1--1,,1|(1403,387)|
1,346,30,315,1,0,0,0,0,64,0,-1--1--1,,1|(1065,653)|
1,347,327,211,1,0,0,0,0,64,0,-1--1--1,,1|(1224,200)|
1,348,73,315,0,1,0,0,0,0,0,-1--1--1,,1|(862,432)|
1,349,73,318,0,1,0,0,0,0,0,-1--1--1,,1|(1013,435)|
1,350,73,332,1,1,0,0,0,0,0,-1--1--1,,1|(926,262)|
1,351,73,335,1,1,0,0,0,0,0,-1--1--1,,1|(987,264)|
1,352,213,15,0,1,0,0,0,0,0,-1--1--1,,1|(706,611)|
1,353,213,310,0,1,0,0,0,0,0,-1--1--1,,1|(835,537)|
1,354,213,327,0,1,0,0,0,0,0,-1--1--1,,1|(841,439)|
\\\---/// Sketch information - do not modify anything except names
V300  Do not put anything below this section - it will be ignored
*Advanced Work
$0,0,Times New Roman|12|B|0-0-0|0-0-0|0-0-0|-1--1--1|-1--1--1
12,1,48,282,355,8,8,0,3,0,50,-1,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
11,2,48,365,357,13,12,34,3,0,0,1,0,0,0
10,3,Advanced Tasks Introduced,365,402,66,33,40,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
10,4,Months to Introduction Date,188,430,61,38,8,2,0,51,0,0,0,0,0-0-0,0-0-0,Helvetica|8|B|0-0-0
10,5,TIME STEP,301,502,44,26,8,2,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,6,Advanced Tasks Not Completed,513,357,60,30,3,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
10,7,Advanced Tasks Completed,802,355,61,33,3,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
11,8,2380,524,490,13,12,33,3,0,0,2,0,0,0
10,9,Advanced Not Completed Flushed,441,490,70,35,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
11,10,2396,789,488,13,12,33,3,0,0,4,0,0,0
10,11,Advanced Completed Flushed,867,488,65,29,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,12,Actual Advanced Task Completion Rate,655,482,89,30,8,2,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,13,Methodology Intro Date,404,101,68,32,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,14,8,6,100,0,0,2,0,0,0,-1--1--1,,1|(524,432)|
1,15,10,7,100,0,0,2,0,0,0,-1--1--1,,1|(789,432)|
1,16,6,8,1,1,0,0,0,0,0,-1--1--1,,1|(501,428)|
1,17,7,11,2,1,0,0,0,0,0,-1--1--1,,1|(792,416)|
1,18,2,6,4,0,0,23,0,0,0,-1--1--1,,1|(415,357)|
1,19,2,1,100,0,0,23,0,0,0,-1--1--1,,1|(321,357)|
1,20,4,3,1,0,0,0,0,0,0,-1--1--1,,1|(277,402)|
1,21,5,3,0,0,0,0,0,0,0,-1--1--1,,1|(326,461)|
1,22,24,7,4,0,0,22,0,0,0,-1--1--1,,1|(705,358)|
1,23,24,6,100,0,0,22,0,0,0,-1--1--1,,1|(611,358)|
11,24,2140,659,358,10,11,34,3,0,0,1,0,0,0
10,25,Advanced Task Completion Rate,659,401,87,32,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,26,Fraction of Advanced Task Completed this Model Year,642,272,87,44,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,27,6,26,1,0,0,0,0,64,0,-1--1--1,,1|(555,270)|
1,28,7,26,1,0,0,0,0,64,0,-1--1--1,,1|(738,285)|
10,29,Total Advanced Tasks Flushed,645,553,90,26,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,30,9,29,1,0,0,0,0,64,0,-1--1--1,,1|(583,554)|
1,31,11,29,1,0,0,0,0,64,0,-1--1--1,,1|(741,547)|
1,32,12,25,0,0,0,0,0,64,0,-1--1--1,,1|(656,449)|
10,33,Frac Advanced Tasks Under Current Method,328,198,80,30,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,34,New Advanced Tasks Per Yr,248,284,69,33,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,35,34,3,1,0,0,0,0,64,0,-1--1--1,,1|(334,336)|
10,36,Current Advanced Ratio,163,191,61,29,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,37,13,33,0,0,0,0,0,64,0,-1--1--1,,1|(369,145)|
10,38,Additional Fraction of Methodology Introduced,256,95,70,40,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,39,38,33,0,0,0,0,0,64,0,-1--1--1,,1|(290,145)|
1,40,36,34,1,0,0,0,0,64,0,-1--1--1,,1|(186,236)|
10,41,New Changes per Yr,88,273,49,36,8,2,0,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,42,41,34,1,0,0,0,0,64,0,-1--1--1,,1|(155,291)|
1,43,33,34,1,0,0,0,0,64,0,-1--1--1,,1|(306,251)|
10,44,Months to Introduction Date,475,557,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,45,44,9,0,1,0,0,0,0,0,-1--1--1,,1|(467,541)|
10,46,TIME STEP,468,546,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,47,46,9,0,1,0,0,0,0,0,-1--1--1,,1|(463,536)|
10,48,Months to Introduction Date,807,545,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,49,48,11,0,1,0,0,0,0,0,-1--1--1,,1|(821,530)|
10,50,TIME STEP,810,528,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,51,50,11,0,1,0,0,0,0,0,-1--1--1,,1|(825,517)|
10,52,Months to Introduction Date,706,443,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,53,52,25,0,1,0,0,0,0,0,-1--1--1,,1|(694,425)|
10,54,Months to Introduction Date,569,126,69,30,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,55,Time,567,191,51,14,8,2,0,35,0,0,0,0,0-0-0,0-0-0,Helvetica|8|B|0-0-0
10,56,Length of Model Year,561,45,60,24,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,57,55,54,0,0,0,0,0,0,0,-1--1--1,,1|(567,173)|
1,58,56,54,0,0,0,0,0,0,0,-1--1--1,,1|(563,75)|
1,59,34,7,0,1,0,0,0,0,0,-1--1--1,,1|(522,318)|
\\\---/// Sketch information - do not modify anything except names
V300  Do not put anything below this section - it will be ignored
*Current Work
$0,0,Times New Roman|12|B|0-0-0|0-0-0|0-0-0|-1--1--1|-1--1--1
10,1,Step Input,166,159,62,17,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,2,Actual Current Task Completion Rate,517,321,90,28,8,2,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,3,Actual Current Task Rework Rate,492,194,78,27,8,2,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,4,Current Tasks Not Completed,443,397,57,38,3,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
10,5,Current Tasks in Testing,665,400,53,33,3,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
11,6,364,557,394,12,13,34,3,0,0,1,0,0,0
10,7,Curr Task Completion Rate,557,441,59,34,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,8,Current Tasks Completed,914,397,56,32,3,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
10,9,Current Tasks to be Reworked,662,167,71,39,3,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
11,10,380,786,394,12,13,34,3,0,0,1,0,0,0
10,11,Curr Tasks Passing Testing,786,436,64,29,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
11,12,1820,690,242,13,12,33,3,0,0,4,0,0,0
10,13,Curr Tasks Failing Testing,766,242,63,30,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
11,14,1996,637,249,13,12,33,3,0,0,2,0,0,0
10,15,Curr Tasks Reworked,570,249,54,33,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,16,48,1081,392,8,8,0,3,0,50,-1,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
11,17,48,1032,395,12,13,34,3,0,0,1,0,0,0
10,18,Curr Tasks Comp Launched,1032,440,59,32,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,19,48,884,167,8,8,0,3,0,50,-1,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
11,20,48,795,162,12,13,34,3,0,0,3,0,0,0
10,21,Curr Tasks in Rework Launched,795,118,61,31,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,22,48,868,498,8,8,0,3,0,50,-1,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
11,23,48,766,500,12,13,34,3,0,0,1,0,0,0
10,24,Curr Task in Testing Launched,766,544,57,31,40,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,25,Time to Test,867,277,37,28,8,2,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,26,Curr Test ThroughPut,760,326,63,28,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,27,Step Date,120,198,31,25,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,28,New Changes per Yr,150,308,44,28,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,29,Pulse Input,283,251,65,13,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,30,Base Chng Rate,71,244,34,31,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,31,Pulse Width,261,223,66,16,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,32,Total Current Work to Be Completed,391,121,69,33,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,33,12,5,100,0,0,23,0,0,0,-1--1--1,,1|(690,310)|
1,34,12,9,4,0,0,23,0,0,0,-1--1--1,,1|(690,218)|
1,35,10,5,100,0,0,23,0,0,0,-1--1--1,,1|(746,394)|
1,36,10,8,4,0,0,23,0,0,0,-1--1--1,,1|(828,394)|
1,37,6,4,100,0,0,23,0,0,0,-1--1--1,,1|(522,394)|
1,38,6,5,4,0,0,23,0,0,0,-1--1--1,,1|(590,394)|
1,39,14,5,4,0,0,23,0,0,0,-1--1--1,,1|(637,314)|
1,40,14,9,100,0,0,23,0,0,0,-1--1--1,,1|(637,221)|
1,41,17,16,4,0,0,23,0,0,0,-1--1--1,,1|(1058,395)|
1,42,17,8,100,0,0,23,0,0,0,-1--1--1,,1|(995,395)|
1,43,8,18,1,0,0,0,0,0,0,-1--1--1,,1|(952,451)|
1,44,20,19,4,0,0,23,0,0,0,-1--1--1,,1|(841,162)|
1,45,20,9,100,0,0,23,0,0,0,-1--1--1,,1|(758,162)|
1,46,23,5,100,0,0,23,0,0,0,-1--1--1,,1|(665,500)|
1,47,23,22,4,0,0,23,0,0,0,-1--1--1,,3|(796,500)|(796,500)|(828,500)|
1,48,9,21,1,0,0,0,0,0,0,-1--1--1,,1|(722,115)|
1,49,5,24,1,0,0,0,0,0,0,-1--1--1,,1|(672,550)|
1,50,5,26,1,0,0,0,0,0,0,-1--1--1,,1|(732,358)|
1,51,25,26,1,0,0,0,0,0,0,-1--1--1,,1|(844,322)|
1,52,26,10,0,0,0,0,0,0,0,-1--1--1,,1|(772,361)|
1,53,26,13,1,0,0,0,0,0,0,-1--1--1,,1|(758,293)|
1,54,2,6,0,0,0,0,0,0,0,-1--1--1,,1|(538,359)|
1,55,3,15,1,0,0,0,0,0,0,-1--1--1,,1|(496,247)|
1,56,1,28,0,0,0,0,0,0,0,-1--1--1,,1|(159,221)|
1,57,29,28,0,0,0,0,0,0,0,-1--1--1,,1|(229,273)|
1,58,30,28,1,0,0,0,0,0,0,-1--1--1,,1|(92,284)|
1,59,31,28,0,0,0,0,0,0,0,-1--1--1,,1|(219,255)|
1,60,9,32,1,0,0,0,0,0,0,-1--1--1,,1|(534,117)|
1,61,4,32,1,0,0,0,0,0,0,-1--1--1,,1|(370,270)|
1,62,27,28,0,0,0,0,0,0,0,-1--1--1,,1|(132,244)|
1,63,65,4,4,0,0,22,0,0,0,-1--1--1,,1|(366,398)|
1,64,65,73,100,0,0,22,0,0,0,-1--1--1,,1|(316,398)|
11,65,2732,341,398,6,8,34,3,0,0,1,0,0,0
10,66,Incr in Curr Tasks,341,436,35,30,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,67,48,582,519,8,8,0,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,68,70,67,4,0,0,22,0,0,0,-1--1--1,,3|(570,516)|(570,517)|(572,517)|
1,69,70,4,100,0,0,22,0,0,0,-1--1--1,,1|(443,516)|
11,70,48,516,516,6,8,34,3,0,0,1,0,0,0
10,71,Curr Tasks Not Comp Launched,516,557,58,33,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,72,4,71,1,0,0,0,0,64,0,-1--1--1,,1|(407,498)|
10,73,Current Tasks Awaiting Adv Work,243,404,55,40,3,3,0,48,0,0,0,0,0-0-0,0-0-0,Helvetica|8|B|0-0-0
12,74,48,70,396,8,8,0,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,75,77,73,4,0,0,22,0,0,0,-1--1--1,,1|(155,396)|
1,76,77,74,100,0,0,22,0,0,0,-1--1--1,,1|(94,396)|
11,77,48,117,396,6,8,34,3,0,0,1,0,0,0
10,78,Incr in Curr Tasks Awaiting Adv Work,117,444,73,40,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,79,73,66,1,0,0,0,0,64,0,-1--1--1,,1|(270,452)|
10,80,Pulse Date,229,199,43,11,0,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,81,80,28,0,0,0,0,0,64,0,-1--1--1,,1|(200,239)|
1,82,28,78,1,0,0,0,0,64,0,-1--1--1,,1|(109,355)|
10,83,Fraction of Curr Tasks Defective,975,239,60,40,8,2,0,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,84,83,13,1,0,0,0,0,64,0,-1--1--1,,1|(870,214)|
1,85,83,11,1,0,0,0,0,64,0,-1--1--1,,1|(903,332)|
10,86,Months to Introduction Date,544,485,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,87,86,7,0,1,0,0,0,0,0,-1--1--1,,1|(551,469)|
1,88,101,11,0,1,0,0,0,0,0,-1--1--1,,1|(790,451)|
10,89,Months to Introduction Date,928,187,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,90,89,13,0,1,0,0,0,0,0,-1--1--1,,1|(869,206)|
10,91,Months to Introduction Date,523,295,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,92,91,15,0,1,0,0,0,0,0,-1--1--1,,1|(530,287)|
10,93,Months to Introduction Date,946,480,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,94,93,18,0,1,0,0,0,0,0,-1--1--1,,1|(964,471)|
10,95,TIME STEP,955,472,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,96,95,18,0,1,0,0,0,0,0,-1--1--1,,1|(983,460)|
10,97,Months to Introduction Date,834,58,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,98,97,21,0,1,0,0,0,0,0,-1--1--1,,1|(824,72)|
10,99,TIME STEP,895,71,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,100,99,21,0,1,0,0,0,0,0,-1--1--1,,1|(870,82)|
10,101,Months to Introduction Date,794,463,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,102,101,24,0,1,0,0,0,0,0,-1--1--1,,1|(786,486)|
10,103,TIME STEP,788,459,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,104,103,24,0,1,0,0,0,0,0,-1--1--1,,1|(781,484)|
10,105,Months to Introduction Date,323,540,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,106,105,66,0,1,0,0,0,0,0,-1--1--1,,1|(328,504)|
10,107,TIME STEP,332,531,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,108,107,66,0,1,0,0,0,0,0,-1--1--1,,1|(334,499)|
10,109,Months to Introduction Date,544,470,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,110,109,71,0,1,0,0,0,0,0,-1--1--1,,1|(535,495)|
10,111,TIME STEP,546,477,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,112,111,71,0,1,0,0,0,0,0,-1--1--1,,1|(537,499)|
10,113,Months to Introduction Date,239,529,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,114,113,78,0,1,0,0,0,0,0,-1--1--1,,1|(204,504)|
10,115,TIME STEP,279,521,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,116,115,78,0,1,0,0,0,0,0,-1--1--1,,1|(229,497)|
10,117,Total Current Tasks,349,577,70,11,0,3,1,0,0,0,0,0
1,118,9,117,0,1,0,0,0,0,0,-1--1--1,,1|(499,380)|
1,119,4,117,0,1,0,0,0,0,0,-1--1--1,,1|(392,494)|
1,120,5,117,0,1,0,0,0,0,0,-1--1--1,,1|(496,494)|
1,121,8,117,0,1,0,0,0,0,0,-1--1--1,,1|(627,487)|
10,122,Total Curr Tasks Defective,682,585,94,11,0,3,1,0,0,0,0,0
1,123,5,122,0,1,0,0,0,0,0,-1--1--1,,1|(673,496)|
1,124,83,122,0,1,0,0,0,0,0,-1--1--1,,1|(821,421)|
1,125,4,122,0,1,0,0,0,0,0,-1--1--1,,1|(573,500)|
1,126,9,122,0,1,0,0,0,0,0,-1--1--1,,1|(671,383)|
10,127,Frac Curr Tasks Defective,487,604,92,11,0,3,1,0,0,0,0,0
1,128,117,127,0,1,0,0,0,0,0,-1--1--1,,1|(410,589)|
1,129,122,127,0,1,0,0,0,0,0,-1--1--1,,1|(590,593)|
\\\---/// Sketch information - do not modify anything except names
V300  Do not put anything below this section - it will be ignored
*Current Defects
$0,0,Times New Roman|12|B|0-0-0|0-0-0|0-0-0|-1--1--1|-1--1--1
10,1,Historical Comp Frac of Advanced Tasks,600,277,71,39,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,2,Total Number of Possible Adv Tasks,799,214,79,35,8,2,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,3,2,1,1,0,0,0,0,64,0,-1--1--1,,1|(690,241)|
10,4,Adv Task Comp Last Yr 1,817,506,81,29,3,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,5,48,580,503,8,8,0,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,6,8,4,4,0,0,22,0,0,0,-1--1--1,,1|(693,503)|
1,7,8,5,100,0,0,22,0,0,0,-1--1--1,,1|(613,503)|
11,8,48,645,503,6,8,34,3,0,0,1,0,0,0
10,9,Inc in Adv Comp Last Yr 1,645,535,85,24,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,10,11,4,100,0,0,22,0,0,0,-1--1--1,,1|(935,508)|
11,11,1644,978,508,6,8,34,3,0,0,1,0,0,0
10,12,Incr In Adv Com Two Yrs prior 1,978,550,60,34,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,13,4,12,1,0,0,0,0,0,0,-1--1--1,,1|(902,554)|
10,14,TIME STEP,662,448,40,20,8,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,15,14,9,1,1,0,0,0,0,0,-1--1--1,,1|(655,536)|
1,16,4,9,1,0,0,0,0,64,0,-1--1--1,,1|(737,579)|
10,17,TIME STEP,944,432,40,20,8,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,18,17,12,0,1,0,0,0,0,0,-1--1--1,,1|(956,477)|
10,19,Learning Delay Per Stage,454,491,53,27,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,20,19,9,1,0,0,0,0,64,0,-1--1--1,,1|(534,560)|
10,21,Adv Task Comp Last Yr 2,840,361,78,29,3,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,22,48,601,357,8,8,0,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,23,25,21,4,0,0,22,0,0,0,-1--1--1,,1|(726,357)|
1,24,25,22,100,0,0,22,0,0,0,-1--1--1,,1|(644,357)|
11,25,48,685,357,6,8,34,3,0,0,1,0,0,0
10,26,Inc in Adv Comp Last Yr 2,685,390,84,25,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,27,28,21,100,0,0,22,0,0,0,-1--1--1,,1|(945,357)|
11,28,1708,979,357,6,8,34,3,0,0,1,0,0,0
10,29,Incr In Adv Com Two Yrs prior 2,979,399,57,34,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,30,21,29,1,0,0,0,0,0,0,-1--1--1,,1|(912,417)|
10,31,TIME STEP,942,436,40,20,8,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,32,31,26,1,1,0,0,0,0,0,-1--1--1,,1|(782,454)|
1,33,21,26,1,0,0,0,0,64,0,-1--1--1,,1|(756,425)|
1,34,4,26,1,0,0,0,0,64,0,-1--1--1,,1|(725,459)|
1,35,19,26,1,0,0,0,0,64,0,-1--1--1,,1|(546,422)|
10,36,Learning Delay in years,331,519,46,27,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,37,36,19,0,0,0,0,0,0,0,-1--1--1,,1|(382,507)|
10,38,TIME STEP,905,420,40,20,8,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,39,38,29,0,1,0,0,0,0,0,-1--1--1,,1|(940,410)|
1,40,21,1,1,0,0,0,0,64,0,-1--1--1,,1|(770,326)|
10,41,Advanced Completed Flushed,931,459,126,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,42,41,9,0,1,0,0,0,0,0,-1--1--1,,1|(816,489)|
10,43,Months to Introduction Date,915,444,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,44,43,9,0,1,0,0,0,0,0,-1--1--1,,1|(806,480)|
10,45,Months to Introduction Date,941,460,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,46,45,12,0,1,0,0,0,0,0,-1--1--1,,1|(951,487)|
10,47,Months to Introduction Date,937,433,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,48,47,26,0,1,0,0,0,0,0,-1--1--1,,1|(827,414)|
10,49,Months to Introduction Date,926,398,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,50,49,29,0,1,0,0,0,0,0,-1--1--1,,1|(989,398)|
10,51,Fraction of Curr Tasks Defective,244,308,60,30,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|14|B|0-0-0
10,52,Fraction of Tasks Completed in Previous Phase,296,87,70,46,3,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,53,48,89,85,8,8,0,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,54,56,52,4,0,0,22,0,0,0,-1--1--1,,1|(193,89)|
1,55,56,53,100,0,0,22,0,0,0,-1--1--1,,1|(121,89)|
11,56,48,153,89,8,6,34,3,0,0,1,0,0,0
10,57,Change in Frac Tasks Comp in Previous Phase,153,137,96,42,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,58,60,63,4,0,0,22,0,0,0,-1--1--1,,1|(455,87)|
1,59,60,52,100,0,0,22,0,0,0,-1--1--1,,1|(391,87)|
11,60,1772,424,87,8,6,34,3,0,0,1,0,0,0
10,61,Decr in Frac Tasks Comp in Prev Phase,424,130,59,37,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,62,52,61,1,0,0,0,0,64,0,-1--1--1,,1|(333,162)|
10,63,Frac Comp in Prior Previous Phase,535,86,56,34,3,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
12,64,48,735,90,8,8,0,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,65,67,64,4,0,0,22,0,0,0,-1--1--1,,1|(698,88)|
1,66,67,63,100,0,0,22,0,0,0,-1--1--1,,1|(622,88)|
11,67,48,661,88,8,6,34,3,0,0,1,0,0,0
10,68,Decr in Frac Comp in Prior Prev Phase,661,129,67,35,40,3,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,69,63,68,1,0,0,0,0,64,0,-1--1--1,,1|(618,64)|
10,70,Fraction of Advanced Task Completed this Model Year,89,277,64,52,8,2,0,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,71,70,57,1,0,0,0,0,64,0,-1--1--1,,1|(123,196)|
10,72,Frac of Avoidable Defects,400,242,54,27,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,73,Frac of UnAvoidable Defects,441,392,66,31,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,74,72,51,1,0,0,0,0,64,0,-1--1--1,,1|(344,259)|
1,75,73,51,1,0,0,0,0,64,0,-1--1--1,,1|(364,373)|
1,76,52,51,1,0,0,0,0,64,0,-1--1--1,,1|(254,229)|
10,77,Total Defect Frac,424,318,64,27,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,78,77,72,1,0,0,0,0,64,0,-1--1--1,,1|(410,292)|
1,79,77,73,1,0,0,0,0,64,0,-1--1--1,,1|(420,333)|
10,80,Months to Introduction Date,146,203,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,81,80,57,0,1,0,0,0,0,0,-1--1--1,,1|(146,192)|
10,82,TIME STEP,178,220,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,83,82,57,0,1,0,0,0,0,0,-1--1--1,,1|(172,200)|
10,84,Months to Introduction Date,329,280,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,85,84,61,0,1,0,0,0,0,0,-1--1--1,,1|(363,223)|
10,86,TIME STEP,329,280,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,87,86,61,0,1,0,0,0,0,0,-1--1--1,,1|(363,223)|
10,88,Months to Introduction Date,545,272,117,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,89,88,68,0,1,0,0,0,0,0,-1--1--1,,1|(588,217)|
10,90,TIME STEP,545,272,54,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,91,90,68,0,1,0,0,0,0,0,-1--1--1,,1|(588,217)|
1,92,1,72,1,0,0,0,0,64,0,-1--1--1,,1|(478,241)|
1,93,1,73,1,0,0,0,0,64,0,-1--1--1,,1|(504,343)|
10,94,New Advanced Tasks Per Yr,886,432,119,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
10,95,New Advanced Tasks Per Yr,899,401,119,11,0,2,1,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
10,96,New Advanced Tasks Per Yr,815,591,107,11,0,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,97,96,4,0,1,0,0,0,0,0,-1--1--1,,1|(815,564)|
10,98,New Advanced Tasks Per Yr,847,447,107,11,0,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,99,98,21,0,1,0,0,0,0,0,-1--1--1,,1|(845,419)|
\\\---/// Sketch information - do not modify anything except names
V300  Do not put anything below this section - it will be ignored
*Capacity and Allocation
$0,0,Times New Roman|12|B|0-0-0|0-0-0|0-0-0|-1--1--1|-1--1--1
10,1,Advanced Tasks Not Completed,755,592,72,32,8,2,0,35,0,0,0,0,0-0-0,0-0-0,Helvetica|8|B|0-0-0
10,2,ind adv comp rate,752,520,62,21,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,3,Actual Advanced Task Completion Rate,550,520,80,39,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,4,ind curr comp rate,687,141,53,22,8,3,0,50,0,0,0,0,-1--1--1,0-0-0,Helvetica|8|B|0-0-0
10,5,Current Tasks Not Completed,683,224,62,32,8,2,0,35,0,0,0,0,0-0-0,0-0-0,Helvetica|8|B|0-0-0
10,6,Current Tasks to be Reworked,838,233,64,30,8,2,0,35,0,0,0,0,0-0-0,0-0-0,Helvetica|8|B|0-0-0
10,7,ind curr rework rate,826,150,52,26,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,8,Actual Current Task Completion Rate,514,145,83,35,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,9,Actual Current Task Rework Rate,974,150,64,40,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,10,Cap To be Allocated to Adv Tasks,753,377,79,33,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,11,Design Freeze,1099,151,46,29,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,12,Months to Introduction Date,1081,74,69,35,8,2,0,32,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,13,freeze date,1065,249,34,21,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,14,freeze policy start,1194,116,40,37,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,15,Engineering Capacity,744,-33,84,31,8,2,0,35,0,0,0,0,0-0-0,0-0-0,Helvetica|8|B|0-0-0
10,16,freeze policy end,1170,249,34,27,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,17,5,4,1,0,0,0,0,0,0,-1--1--1,,1|(686,182)|
1,18,6,7,1,0,0,0,0,0,0,-1--1--1,,1|(830,199)|
1,19,4,8,0,0,0,0,0,0,0,-1--1--1,,1|(622,142)|
1,20,7,9,0,0,0,0,0,0,0,-1--1--1,,1|(887,150)|
1,21,8,9,1,0,0,0,0,0,0,-1--1--1,,1|(960,191)|
1,22,8,10,1,0,0,0,0,0,0,-1--1--1,,1|(689,362)|
1,23,9,10,1,0,0,0,0,0,0,-1--1--1,,1|(870,327)|
1,24,1,2,0,0,0,0,0,0,0,-1--1--1,,1|(753,557)|
1,25,2,3,0,0,0,0,0,0,0,-1--1--1,,1|(667,520)|
1,26,10,3,1,0,0,0,0,0,0,-1--1--1,,1|(591,438)|
1,27,12,11,0,0,0,0,0,0,0,-1--1--1,,1|(1088,108)|
1,28,13,11,0,0,0,0,0,0,0,-1--1--1,,1|(1077,210)|
1,29,11,9,0,0,0,0,0,0,0,-1--1--1,,1|(1052,150)|
1,30,14,11,0,0,0,0,0,0,0,-1--1--1,,1|(1155,129)|
1,31,15,8,2,0,0,0,0,0,0,-1--1--1,,1|(568,40)|
1,32,15,9,2,0,0,0,0,0,0,-1--1--1,,1|(933,42)|
1,33,16,11,2,0,0,0,0,0,0,-1--1--1,,1|(1147,196)|
10,34,min time to do task,756,55,62,23,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,35,34,4,0,0,0,0,0,64,0,-1--1--1,,1|(725,92)|
1,36,34,7,0,0,0,0,0,64,0,-1--1--1,,1|(784,95)|
10,37,excess adv cap,949,524,45,25,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,38,10,37,1,0,0,0,0,64,0,-1--1--1,,1|(897,429)|
1,39,3,37,1,0,0,0,0,64,0,-1--1--1,,1|(714,659)|
10,40,min time to do task,751,450,67,25,8,2,0,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,41,40,2,0,0,0,0,0,64,0,-1--1--1,,1|(751,480)|
10,42,Engineering Capacity,533,375,73,27,8,2,0,35,-1,0,0,0,128-128-128,0-0-0,Helvetica|8|B|128-128-128
1,43,42,10,0,0,0,0,0,0,0,-1--1--1,,1|(633,375)|
10,44,Development Engineers,118,167,77,33,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,45,Hours Per Engineer,350,161,50,25,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,46,Total Engineer Hours,254,274,69,33,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,47,Hours Per Task,250,480,57,25,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,48,Engineering Capacity,254,382,71,33,8,3,0,32,0,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
1,49,44,46,2,0,0,0,0,0,0,-1--1--1,,1|(220,195)|
1,50,45,46,2,0,0,0,0,0,0,-1--1--1,,1|(279,206)|
1,51,46,48,0,0,0,0,0,0,0,-1--1--1,,1|(254,321)|
1,52,47,48,0,0,0,0,0,0,0,-1--1--1,,1|(251,441)|
10,53,Frac Resources to Curr Work,1039,399,102,11,0,3,1,0,0,0,0,0
1,54,42,53,0,1,0,0,0,0,0,-1--1--1,,1|(764,385)|
1,55,9,53,0,1,0,0,0,0,0,-1--1--1,,1|(1008,282)|
1,56,8,53,0,1,0,0,0,0,0,-1--1--1,,1|(794,280)|
10,57,Frac Resources to Adv Work,1012,438,100,11,0,3,1,0,0,0,0,0
1,58,42,57,0,1,0,0,0,0,0,-1--1--1,,1|(760,404)|
1,59,3,57,0,1,0,0,0,0,0,-1--1--1,,1|(783,478)|
\\\---/// Sketch information - do not modify anything except names
V300  Do not put anything below this section - it will be ignored
*Defects on the Market
$0,0,Helvetica|8|B|0-0-0|0-0-0|0-0-0|-1--1--1|-1--1--1
10,1,Current Tasks Completed,761,72,40,20,8,2,1,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,2,Months to Introduction Date,760,89,147,13,0,2,1,59,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,3,Frac defective for Launched Model,320,450,80,37,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,4,TIME STEP,786,60,67,13,0,2,1,59,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,5,Current Tasks to be Reworked,743,177,40,20,8,2,1,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,6,Months to Introduction Date,741,160,147,13,0,2,1,59,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,7,TIME STEP,758,147,67,13,0,2,1,59,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,8,Frac Defective at Launch,320,235,75,35,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,9,Current Tasks in Testing,773,252,40,20,8,2,1,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,10,Months to Introduction Date,767,262,147,13,0,2,1,59,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
10,11,TIME STEP,768,282,67,13,0,2,1,59,-1,0,0,0,0-0-0,0-0-0,Helvetica|12|B|0-0-0
11,12,156,479,57,10,11,34,3,0,0,1,0,0,0
10,13,Curr Tasks Comp Launched,479,96,66,28,40,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|12|B|0-0-0
11,14,1916,569,124,10,11,34,3,0,0,1,0,0,0
10,15,Curr Tasks in Rework Launched,569,169,63,34,40,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|12|B|0-0-0
11,16,1868,528,220,8,9,34,3,0,0,1,0,0,0
10,17,Curr Task in Testing Launched,528,267,53,38,40,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|12|B|0-0-0
12,18,48,95,441,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,19,48,156,440,7,8,34,3,0,0,1,0,0,0
10,20,incr in frac defective at Launch,156,480,69,32,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
12,21,48,550,454,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
11,22,48,483,453,6,8,34,3,0,0,1,0,0,0
10,23,decr in frac defective at Launch,483,490,78,29,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,24,TIME STEP,204,541,67,13,0,2,0,59,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
10,25,TIME STEP,433,540,67,13,0,2,0,59,-1,0,0,0,128-128-128,0-0-0,Helvetica|12|B|128-128-128
1,26,1,13,0,1,0,0,0,0,0,-1--1--1,,1|(639,81)|
1,27,2,13,0,1,0,0,0,0,0,-1--1--1,,1|(585,92)|
1,28,4,13,0,1,0,0,0,0,0,-1--1--1,,1|(638,76)|
1,29,5,15,0,1,0,0,0,0,0,-1--1--1,,1|(674,173)|
1,30,6,15,0,1,0,0,0,0,0,-1--1--1,,1|(606,166)|
1,31,7,15,0,1,0,0,0,0,0,-1--1--1,,1|(668,156)|
1,32,9,17,0,1,0,0,0,0,0,-1--1--1,,1|(663,258)|
1,33,10,17,0,1,0,0,0,0,0,-1--1--1,,1|(607,265)|
1,34,11,17,0,1,0,0,0,0,0,-1--1--1,,1|(647,274)|
1,35,13,8,2,0,0,0,0,0,0,-1--1--1,,1|(442,159)|
1,36,17,8,2,0,0,0,0,0,0,-1--1--1,,1|(459,244)|
1,37,15,8,2,0,0,0,0,0,0,-1--1--1,,1|(457,198)|
1,38,19,3,4,0,0,22,0,0,0,-1--1--1,,1|(201,440)|
1,39,19,18,100,0,0,22,0,0,0,-1--1--1,,1|(126,440)|
1,40,22,21,4,0,0,22,0,0,0,-1--1--1,,1|(515,453)|
1,41,22,3,100,0,0,22,0,0,0,-1--1--1,,1|(438,453)|
1,42,8,19,1,0,0,0,0,0,0,-1--1--1,,1|(230,346)|
1,43,8,23,1,0,0,0,0,0,0,-1--1--1,,1|(408,320)|
1,44,3,23,2,0,0,0,0,0,0,-1--1--1,,1|(345,492)|
1,45,24,20,0,0,0,0,0,0,0,-1--1--1,,1|(191,525)|
1,46,25,23,0,0,0,0,0,0,0,-1--1--1,,1|(445,527)|
10,47,Defects Per Task Failing Test,135,215,74,34,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,48,47,8,0,0,0,0,0,0,0,-1--1--1,,1|(220,223)|
10,49,Defects Per Task Passing Test,128,314,75,31,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,50,49,8,0,0,0,0,0,0,0,-1--1--1,,1|(217,277)|
11,51,1932,590,322,10,11,34,3,0,0,1,0,0,0
10,52,Curr Tasks Not Comp Launched,590,364,77,31,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|12|B|0-0-0
10,53,Current Tasks Not Completed,742,349,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,54,53,52,0,1,0,0,0,0,0,-1--1--1,,1|(691,353)|
10,55,Months to Introduction Date,745,359,147,13,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,56,55,52,0,1,0,0,0,0,0,-1--1--1,,1|(625,362)|
10,57,TIME STEP,730,382,67,13,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,58,57,52,0,1,0,0,0,0,0,-1--1--1,,1|(658,375)|
1,59,52,8,0,0,0,0,0,64,0,-1--1--1,,1|(465,304)|
10,60,Fraction of Curr Tasks Defective,157,101,70,29,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|12|B|128-128-128
1,61,60,8,0,0,0,0,0,0,0,-1--1--1,,1|(229,160)|
\\\---/// Sketch information - do not modify anything except names
V300  Do not put anything below this section - it will be ignored
*Duplicate (for Phase Plot)
$0,0,Helvetica|12|B|0-0-0|0-0-0|0-0-0|-1--1--1|-1--1--1
12,1,48,-494,-155,8,8,0,3,0,58,-1,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
10,2,Months to Introduction Date,16,32,50,25,8,2,1,59,0,0,0,0,0-0-0,0-0-0,Helvetica|10|B|0-0-0
11,3,524,-405,-158,13,12,34,3,0,0,1,0,0,0
10,4,Advanced Tasks Introduced 0,-405,-121,50,25,40,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
10,5,TIME STEP,77,34,53,16,8,2,1,59,0,0,0,0,0-0-0,0-0-0,Helvetica|10|B|0-0-0
10,6,Months to Introduction Date,-359,-1,50,25,8,2,1,59,0,0,0,0,0-0-0,0-0-0,Helvetica|10|B|0-0-0
10,7,TIME STEP,-344,4,50,25,8,2,1,59,0,0,0,0,0-0-0,0-0-0,Helvetica|10|B|0-0-0
10,8,Actual Current Task Completion Rate 0,-213,365,59,24,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,9,Actual Current Task Rework Rate 0,-221,245,52,23,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,10,Advanced Tasks Not Completed 0,909,51,62,24,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,11,Advanced Tasks Not Completed 0,-288,-154,50,25,3,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
10,12,Advanced Tasks Completed 0,-49,-151,50,25,3,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
10,13,ind adv comp rate 0,906,-21,50,18,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,14,Current Tasks Not Completed 0,-320,423,51,25,3,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
10,15,Current Tasks in Testing 0,-75,426,50,25,3,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
11,16,1292,-212,428,12,13,34,3,0,0,1,0,0,0
10,17,Curr Task Completion Rate 0,-212,466,50,25,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,18,Current Tasks Completed 0,225,417,50,25,3,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
10,19,Current Tasks to be Reworked 0,-71,197,50,25,3,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
11,20,860,82,411,12,13,34,3,0,0,1,0,0,0
10,21,Curr Tasks Passing Testing 0,82,449,50,25,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
11,22,1324,-44,287,13,12,33,3,0,0,4,0,0,0
10,23,Curr Tasks Failing Testing 0,28,287,59,24,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
11,24,956,-279,-39,13,12,33,3,0,0,2,0,0,0
10,25,Advanced Not Completed Flushed 0,-338,-39,46,30,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
11,26,1212,-41,-33,13,12,33,3,0,0,4,0,0,0
10,27,Advanced Completed Flushed 0,22,-33,50,25,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
11,28,1164,-97,296,13,12,33,3,0,0,2,0,0,0
10,29,Curr Tasks Reworked 0,-154,296,44,25,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,30,48,423,419,8,8,0,3,0,58,-1,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
11,31,48,349,420,12,13,34,3,0,0,1,0,0,0
10,32,Curr Tasks Comp Launched 0,349,453,56,20,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,33,Months to Introduction Date,477,444,50,25,8,2,1,59,0,0,0,0,0-0-0,0-0-0,Helvetica|10|B|0-0-0
10,34,TIME STEP,348,487,50,25,8,2,1,59,0,0,0,0,0-0-0,0-0-0,Helvetica|10|B|0-0-0
10,35,Actual Advanced Task Completion Rate 0,704,-21,50,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,36,48,121,193,8,8,0,3,0,58,-1,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
11,37,48,33,192,12,13,34,3,0,0,3,0,0,0
10,38,Curr Tasks in Rework Launched 0,33,157,41,22,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,39,48,115,530,8,8,0,3,0,58,-1,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
11,40,48,-1,529,12,13,34,3,0,0,1,0,0,0
10,41,Curr Task in Testing Launched 0,-1,567,50,25,40,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,42,Fraction of Curr Tasks Defective 0,699,398,62,37,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,43,Curr Test ThroughPut 0,29,353,56,24,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,44,Months to Introduction Date,57,202,97,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,45,TIME STEP,139,193,45,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,46,Months to Introduction Date,35,567,97,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,47,TIME STEP,133,546,45,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,48,Months to Introduction Date,-4,461,97,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,49,Months to Introduction Date,289,358,97,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,50,ind curr comp rate 0,848,-395,44,21,8,3,0,58,0,0,0,0,-1--1--1,0-0-0,Helvetica|10|B|0-0-0
10,51,Current Tasks Not Completed 0,845,-313,72,32,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,52,Current Tasks to be Reworked 0,989,-313,76,24,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,53,ind curr rework rate 0,990,-394,40,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,54,Actual Current Task Completion Rate 0,670,-394,57,39,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,55,Actual Current Task Rework Rate 0,1132,-390,51,39,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,56,Cap To be Allocated to Adv Tasks 0,917,-163,50,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,57,Actual Advanced Task Completion Rate 0,-166,-54,86,23,8,2,0,11,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,58,Months to Introduction Date,-326,483,97,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,59,Months to Introduction Date,-78,441,97,9,0,2,1,11,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,60,Total Current Work to Be Completed 0,-342,195,50,25,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,61,22,15,100,0,0,23,0,0,0,-1--1--1,,1|(-44,350)|
1,62,22,19,4,0,0,23,0,0,0,-1--1--1,,1|(-44,248)|
1,63,20,15,100,0,0,23,0,0,0,-1--1--1,,1|(22,411)|
1,64,20,18,4,0,0,23,0,0,0,-1--1--1,,1|(134,411)|
1,65,16,14,100,0,0,23,0,0,0,-1--1--1,,1|(-247,428)|
1,66,16,15,4,0,0,23,0,0,0,-1--1--1,,1|(-163,428)|
1,67,24,11,100,0,0,2,0,0,0,-1--1--1,,1|(-279,-90)|
1,68,26,12,100,0,0,2,0,0,0,-1--1--1,,1|(-41,-86)|
1,69,28,15,4,0,0,23,0,0,0,-1--1--1,,1|(-97,354)|
1,70,28,19,100,0,0,23,0,0,0,-1--1--1,,1|(-97,253)|
1,71,11,24,1,1,0,0,0,0,0,-1--1--1,,1|(-301,-91)|
1,72,12,27,2,1,0,0,0,0,0,-1--1--1,,1|(-3,-86)|
1,73,31,30,4,0,0,23,0,0,0,-1--1--1,,1|(388,420)|
1,74,31,18,100,0,0,23,0,0,0,-1--1--1,,1|(306,420)|
1,75,3,11,4,0,0,23,0,0,0,-1--1--1,,1|(-365,-158)|
1,76,3,1,100,0,0,23,0,0,0,-1--1--1,,1|(-452,-158)|
1,77,6,25,0,1,0,0,0,0,0,-1--1--1,,1|(-348,-24)|
1,78,7,25,0,1,0,0,0,0,0,-1--1--1,,1|(-341,-22)|
1,79,2,27,0,1,0,0,0,0,0,-1--1--1,,1|(18,6)|
1,80,5,27,0,1,0,0,0,0,0,-1--1--1,,1|(57,10)|
1,81,2,27,0,1,0,0,0,0,0,-1--1--1,,1|(18,6)|
1,82,33,31,0,1,0,0,0,0,0,-1--1--1,,1|(400,429)|
1,83,34,31,0,1,0,0,0,0,0,-1--1--1,,1|(348,453)|
1,84,18,32,1,0,0,0,0,0,0,-1--1--1,,1|(267,465)|
1,85,37,36,4,0,0,23,0,0,0,-1--1--1,,1|(79,192)|
1,86,37,19,100,0,0,23,0,0,0,-1--1--1,,1|(0,192)|
1,87,40,15,100,0,0,23,0,0,0,-1--1--1,,1|(-75,529)|
1,88,40,39,4,0,0,23,0,0,0,-1--1--1,,3|(33,529)|(33,528)|(70,528)|
1,89,19,38,1,0,0,0,0,0,0,-1--1--1,,1|(-25,157)|
1,90,15,41,1,0,0,0,0,0,0,-1--1--1,,1|(-83,561)|
1,91,15,43,1,0,0,0,0,0,0,-1--1--1,,1|(-2,386)|
1,92,43,20,0,0,0,0,0,0,0,-1--1--1,,1|(56,384)|
1,93,43,23,1,0,0,0,0,0,0,-1--1--1,,1|(18,318)|
1,94,44,38,0,1,0,0,0,0,0,-1--1--1,,1|(52,191)|
1,95,45,38,0,1,0,0,0,0,0,-1--1--1,,1|(100,179)|
1,96,46,41,0,1,0,0,0,0,0,-1--1--1,,1|(10,567)|
1,97,47,41,0,1,0,0,0,0,0,-1--1--1,,1|(75,554)|
1,98,48,21,0,1,0,0,0,0,0,-1--1--1,,1|(52,452)|
1,99,49,23,1,1,0,0,0,0,0,-1--1--1,,1|(88,269)|
1,100,51,50,1,0,0,0,0,0,0,-1--1--1,,1|(847,-354)|
1,101,52,53,1,0,0,0,0,0,0,-1--1--1,,1|(987,-347)|
1,102,50,54,0,0,0,0,0,0,0,-1--1--1,,1|(772,-395)|
1,103,53,55,0,0,0,0,0,0,0,-1--1--1,,1|(1048,-393)|
1,104,54,55,1,0,0,0,0,0,0,-1--1--1,,1|(1120,-351)|
1,105,54,56,1,0,0,0,0,0,0,-1--1--1,,1|(852,-177)|
1,106,55,56,1,0,0,0,0,0,0,-1--1--1,,1|(960,-172)|
1,107,8,16,0,0,0,0,0,0,0,-1--1--1,,1|(-213,395)|
1,108,10,13,0,0,0,0,0,0,0,-1--1--1,,1|(907,18)|
1,109,13,35,0,0,0,0,0,0,0,-1--1--1,,1|(812,-21)|
1,110,56,35,1,0,0,0,0,0,0,-1--1--1,,1|(748,-106)|
1,111,58,17,0,1,0,0,0,0,0,-1--1--1,,1|(-271,475)|
1,112,59,29,0,1,0,0,0,0,0,-1--1--1,,1|(-109,382)|
1,113,9,29,1,0,0,0,0,0,0,-1--1--1,,1|(-215,282)|
1,114,19,60,1,0,0,0,0,0,0,-1--1--1,,1|(-205,169)|
1,115,14,60,1,0,0,0,0,0,0,-1--1--1,,1|(-363,314)|
1,116,118,12,4,0,0,22,0,0,0,-1--1--1,,1|(-129,-160)|
1,117,118,11,100,0,0,22,0,0,0,-1--1--1,,1|(-209,-160)|
11,118,1612,-169,-160,10,11,34,3,0,0,1,0,0,0
10,119,Advanced Task Completion Rate 0,-169,-122,70,27,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,120,Fraction of Advanced Task Completed this Model Year 0,-178,-249,67,38,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,121,11,120,1,0,0,0,0,64,0,-1--1--1,,1|(-264,-250)|
1,122,12,120,1,0,0,0,0,64,0,-1--1--1,,1|(-90,-245)|
10,123,Fraction of Tasks Completed in Previous Phase 0,663,223,68,42,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,124,48,426,220,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,125,127,123,4,0,0,22,0,0,0,-1--1--1,,1|(554,221)|
1,126,127,124,100,0,0,22,0,0,0,-1--1--1,,1|(465,221)|
11,127,48,505,221,8,6,34,3,0,0,1,0,0,0
10,128,Change in Frac Tasks Comp in Previous Phase 0,505,266,88,39,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,129,131,134,4,0,0,22,0,0,0,-1--1--1,,1|(832,215)|
1,130,131,123,100,0,0,22,0,0,0,-1--1--1,,1|(764,215)|
11,131,620,806,215,8,6,34,3,0,0,1,0,0,0
10,132,Decr in Frac Tasks Comp in Prev Phase 0,806,269,45,48,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,133,123,132,1,0,0,0,0,64,0,-1--1--1,,1|(751,293)|
10,134,Frac Comp in Prior Previous Phase 0,909,223,58,46,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,135,48,1103,218,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,136,138,135,4,0,0,22,0,0,0,-1--1--1,,1|(1071,219)|
1,137,138,134,100,0,0,22,0,0,0,-1--1--1,,1|(999,219)|
11,138,48,1040,219,8,6,34,3,0,0,1,0,0,0
10,139,Decr in Frac Comp in Prior Prev Phase 0,1040,261,63,36,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,140,134,139,1,0,0,0,0,64,0,-1--1--1,,1|(994,182)|
10,141,TIME STEP,512,289,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,142,141,128,0,1,0,0,0,0,0,-1--1--1,,1|(509,280)|
10,143,TIME STEP,605,252,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,144,143,132,0,1,0,0,0,0,0,-1--1--1,,1|(696,259)|
10,145,TIME STEP,932,292,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,146,145,139,0,1,0,0,0,0,0,-1--1--1,,1|(968,282)|
10,147,Frac of Avoidable Defects 0,893,341,52,32,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,148,Frac of UnAvoidable Defects 0,922,516,81,31,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,149,147,42,1,0,0,0,0,64,0,-1--1--1,,1|(822,352)|
1,150,148,42,1,0,0,0,0,64,0,-1--1--1,,1|(832,488)|
1,151,123,42,1,0,0,0,0,64,0,-1--1--1,,1|(685,363)|
1,152,154,14,4,0,0,22,0,0,0,-1--1--1,,1|(-397,426)|
1,153,154,171,100,0,0,22,0,0,0,-1--1--1,,1|(-451,426)|
11,154,1148,-428,426,6,8,34,3,0,0,1,0,0,0
10,155,Incr in Curr Tasks 0,-428,454,40,20,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,156,Total Advanced Tasks Flushed 0,-169,21,42,27,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,157,25,156,1,0,0,0,0,64,0,-1--1--1,,1|(-226,20)|
1,158,27,156,1,0,0,0,0,64,0,-1--1--1,,1|(-79,19)|
1,159,57,119,0,0,0,0,0,64,0,-1--1--1,,1|(-168,-80)|
12,160,48,-166,545,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,161,163,160,4,0,0,22,0,0,0,-1--1--1,,3|(-193,543)|(-193,543)|(-184,543)|
1,162,163,14,100,0,0,22,0,0,0,-1--1--1,,1|(-320,543)|
11,163,48,-244,543,6,8,34,3,0,0,1,0,0,0
10,164,Curr Tasks Not Comp Launched 0,-244,571,47,20,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,165,14,164,1,0,0,0,0,64,0,-1--1--1,,1|(-356,526)|
10,166,TIME STEP,-217,579,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,167,166,164,0,1,0,0,0,0,0,-1--1--1,,1|(-234,574)|
10,168,Historical Comp Frac of Advanced Tasks 0,157,-460,67,29,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,169,New Advanced Tasks Per Yr 0,-474,-256,48,21,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,170,169,4,1,0,0,0,0,64,0,-1--1--1,,1|(-482,-204)|
10,171,Current Tasks Awaiting Adv Work 0,-520,428,53,31,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,172,48,-682,427,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,173,175,171,4,0,0,22,0,0,0,-1--1--1,,1|(-594,426)|
1,174,175,172,100,0,0,22,0,0,0,-1--1--1,,1|(-651,426)|
11,175,48,-621,426,6,8,34,3,0,0,1,0,0,0
10,176,Incr in Curr Tasks Awaiting Adv Work 0,-621,463,54,29,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
10,177,TIME STEP,-648,537,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,178,177,176,0,1,0,0,0,0,0,-1--1--1,,1|(-639,511)|
1,179,171,155,1,0,0,0,0,64,0,-1--1--1,,1|(-497,473)|
10,180,TIME STEP,-612,482,40,20,8,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,181,180,155,0,1,0,0,0,0,0,-1--1--1,,1|(-527,469)|
10,182,Historical Comp Frac of Advanced Tasks 0,1048,409,77,44,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,183,182,148,1,0,0,0,0,64,0,-1--1--1,,1|(937,454)|
1,184,182,147,1,0,0,0,0,64,0,-1--1--1,,1|(948,378)|
10,185,excess adv cap 0,1103,-17,40,20,8,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,186,56,185,1,0,0,0,0,64,0,-1--1--1,,1|(1054,-109)|
1,187,35,185,1,0,0,0,0,64,0,-1--1--1,,1|(873,110)|
10,188,Fraction of Curr Tasks Defective 0,227,291,66,30,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,189,188,23,1,0,0,0,0,64,0,-1--1--1,,1|(121,236)|
1,190,188,21,1,0,0,0,0,64,0,-1--1--1,,1|(188,359)|
10,191,Adv Task Comp Last Yr 1 0,356,-178,57,26,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,192,48,152,-176,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,193,195,191,4,0,0,22,0,0,0,-1--1--1,,1|(269,-175)|
1,194,195,192,100,0,0,22,0,0,0,-1--1--1,,1|(193,-175)|
11,195,48,233,-175,6,8,34,3,0,0,1,0,0,0
10,196,Inc in Adv Comp Last Yr 1 0,233,-144,57,23,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,197,198,191,100,0,0,22,0,0,0,-1--1--1,,1|(452,-176)|
11,198,1004,497,-176,6,8,34,3,0,0,1,0,0,0
10,199,Incr In Adv Com Two Yrs prior 1 0,497,-138,58,30,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,200,191,199,0,0,0,0,0,0,0,-1--1--1,,1|(418,-161)|
1,201,191,196,1,0,0,0,0,64,0,-1--1--1,,1|(290,-112)|
10,202,Adv Task Comp Last Yr 2 0,370,-373,58,28,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,203,48,153,-382,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,204,206,202,4,0,0,22,0,0,0,-1--1--1,,1|(277,-381)|
1,205,206,203,100,0,0,22,0,0,0,-1--1--1,,1|(195,-381)|
11,206,48,236,-381,6,8,34,3,0,0,1,0,0,0
10,207,Inc in Adv Comp Last Yr 2 0,236,-346,68,27,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,208,209,202,100,0,0,22,0,0,0,-1--1--1,,1|(461,-378)|
11,209,1116,501,-378,6,8,34,3,0,0,1,0,0,0
10,210,Incr In Adv Com Two Yrs prior 2 0,501,-341,66,29,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,211,202,210,1,0,0,0,0,0,0,-1--1--1,,1|(433,-328)|
1,212,202,207,1,0,0,0,0,64,0,-1--1--1,,1|(296,-308)|
1,213,191,207,1,0,0,0,0,64,0,-1--1--1,,1|(221,-277)|
1,214,27,196,1,0,0,0,0,64,0,-1--1--1,,1|(163,-55)|
1,215,202,168,1,0,0,0,0,64,0,-1--1--1,,1|(268,-464)|
10,216,Months to Introduction Date,-320,-78,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,217,216,4,0,1,0,0,0,0,0,-1--1--1,,1|(-341,-89)|
10,218,TIME STEP,-400,-62,45,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,219,218,4,0,1,0,0,0,0,0,-1--1--1,,1|(-401,-77)|
10,220,Months to Introduction Date,-124,-93,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,221,220,119,0,1,0,0,0,0,0,-1--1--1,,1|(-139,-103)|
10,222,Months to Introduction Date,584,254,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,223,222,128,0,1,0,0,0,0,0,-1--1--1,,1|(552,258)|
10,224,Months to Introduction Date,714,223,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,225,224,132,0,1,0,0,0,0,0,-1--1--1,,1|(740,235)|
10,226,Months to Introduction Date,930,215,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,227,226,139,0,1,0,0,0,0,0,-1--1--1,,1|(957,226)|
10,228,Months to Introduction Date,-396,476,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,229,228,155,0,1,0,0,0,0,0,-1--1--1,,1|(-410,466)|
10,230,Months to Introduction Date,-284,532,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,231,230,164,0,1,0,0,0,0,0,-1--1--1,,1|(-275,541)|
10,232,Months to Introduction Date,-512,513,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,233,232,176,0,1,0,0,0,0,0,-1--1--1,,1|(-543,498)|
10,234,Months to Introduction Date,398,-127,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,235,234,196,0,1,0,0,0,0,0,-1--1--1,,1|(307,-137)|
10,236,TIME STEP,223,-120,45,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,237,236,196,0,1,0,0,0,0,0,-1--1--1,,1|(226,-132)|
10,238,Months to Introduction Date,521,-114,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,239,238,199,0,1,0,0,0,0,0,-1--1--1,,1|(514,-121)|
10,240,TIME STEP,537,-101,45,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,241,240,199,0,1,0,0,0,0,0,-1--1--1,,1|(525,-116)|
10,242,Months to Introduction Date,402,-339,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,243,242,207,0,1,0,0,0,0,0,-1--1--1,,1|(309,-339)|
10,244,TIME STEP,437,-279,45,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,245,244,207,0,1,0,0,0,0,0,-1--1--1,,1|(363,-304)|
10,246,Months to Introduction Date,520,-311,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,247,246,210,0,1,0,0,0,0,0,-1--1--1,,1|(513,-323)|
10,248,TIME STEP,542,-324,45,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,249,248,210,0,1,0,0,0,0,0,-1--1--1,,1|(537,-327)|
10,250,Engineering Capacity,901,-553,48,31,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,251,250,54,1,0,0,0,0,0,0,-1--1--1,,1|(742,-494)|
1,252,250,55,1,0,0,0,0,64,0,-1--1--1,,1|(1041,-510)|
10,253,min time to do task,908,-465,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,254,253,50,0,0,0,0,0,0,0,-1--1--1,,1|(883,-436)|
1,255,253,53,0,0,0,0,0,64,0,-1--1--1,,1|(940,-437)|
10,256,Design Freeze,1159,-265,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,257,256,55,0,0,0,0,0,0,0,-1--1--1,,1|(1149,-312)|
10,258,Engineering Capacity,702,-166,55,28,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,259,258,56,0,0,0,0,0,0,0,-1--1--1,,1|(805,-166)|
10,260,min time to do task,907,-83,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,261,260,13,0,0,0,0,0,0,0,-1--1--1,,1|(906,-58)|
10,262,Total Defect Frac,840,421,73,28,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,263,262,147,0,0,0,0,0,0,0,-1--1--1,,1|(860,388)|
10,264,Total Number of Possible Adv Tasks,-68,-458,63,30,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,265,264,168,0,0,0,0,0,0,0,-1--1--1,,1|(35,-459)|
1,266,262,148,0,0,0,0,0,64,0,-1--1--1,,1|(875,461)|
10,267,Time to Test,123,316,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,268,267,43,0,0,0,0,0,0,0,-1--1--1,,1|(77,333)|
10,269,Learning Delay Per Stage,32,-258,53,25,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,270,269,207,0,0,0,0,0,0,0,-1--1--1,,1|(122,-297)|
1,271,269,196,0,0,0,0,0,64,0,-1--1--1,,1|(127,-204)|
10,272,Current Advanced Ratio,-432,-337,47,26,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,273,272,169,0,0,0,0,0,0,0,-1--1--1,,1|(-452,-301)|
10,274,Frac Advanced Tasks Under Current Method,-548,-355,67,30,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,275,274,169,0,0,0,0,0,0,0,-1--1--1,,1|(-513,-307)|
10,276,New Changes per Yr,-583,-278,40,20,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,277,276,169,0,0,0,0,0,0,0,-1--1--1,,1|(-540,-270)|
10,278,New Changes per Yr,-613,345,52,26,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,279,278,176,0,0,0,0,0,0,0,-1--1--1,,1|(-617,395)|
10,280,Fraction of Tasks Completed in Previous Phase 0 0,368,94,73,49,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,281,48,129,88,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,282,284,280,4,0,0,22,0,0,0,-1--1--1,,1|(257,88)|
1,283,284,281,100,0,0,22,0,0,0,-1--1--1,,1|(170,88)|
11,284,48,212,88,8,6,34,3,0,0,1,0,0,0
10,285,Change in Frac Tasks Comp in Previous Phase 0 0,212,131,99,37,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,286,288,291,4,0,0,22,0,0,0,-1--1--1,,1|(534,91)|
1,287,288,280,100,0,0,22,0,0,0,-1--1--1,,1|(468,91)|
11,288,652,504,91,8,6,34,3,0,0,1,0,0,0
10,289,Decr in Frac Tasks Comp in Prev Phase 0 0,504,141,55,44,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,290,280,289,1,0,0,0,0,64,0,-1--1--1,,1|(451,22)|
10,291,Frac Comp in Prior Previous Phase 0 0,619,85,62,38,3,3,0,8,0,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
12,292,48,807,96,8,8,0,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,293,295,292,4,0,0,22,0,0,0,-1--1--1,,1|(784,93)|
1,294,295,291,100,0,0,22,0,0,0,-1--1--1,,1|(717,93)|
11,295,48,762,93,8,6,34,3,0,0,1,0,0,0
10,296,Decr in Frac Comp in Prior Prev Phase 0 0,762,137,77,38,40,3,0,8,-1,0,0,0,0-0-0,0-0-0,|10|B|0-0-0
1,297,291,296,1,0,0,0,0,64,0,-1--1--1,,1|(716,53)|
10,298,Fraction of Advanced Task Completed this Model Year 0,269,8,80,33,8,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,299,298,285,1,0,0,0,0,64,0,-1--1--1,,1|(222,67)|
10,300,Input Fraction,506,355,53,26,8,3,0,40,0,0,0,0,0-0-0,0-0-0,Helvetica|10|B|0-0-0
1,301,300,128,1,0,0,0,0,64,0,-1--1--1,,1|(552,311)|
10,302,FINAL TIME,534,444,47,9,0,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,303,302,300,1,0,0,0,0,0,0,-1--1--1,,1|(515,414)|
10,304,Time,588,413,26,9,0,2,0,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,305,304,300,1,0,0,0,0,0,0,-1--1--1,,1|(559,385)|
10,306,Months to Introduction Date,457,127,97,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,307,306,285,0,1,0,0,0,0,0,-1--1--1,,1|(342,128)|
10,308,TIME STEP,519,114,45,9,0,2,1,11,-1,0,0,0,128-128-128,0-0-0,|10|B|128-128-128
1,309,308,285,0,1,0,0,0,0,0,-1--1--1,,1|(399,120)|
1,310,308,289,0,1,0,0,0,64,0,-1--1--1,,1|(517,116)|
1,311,308,296,0,1,0,0,0,64,0,-1--1--1,,1|(617,122)|
1,312,306,289,0,1,0,0,0,64,0,-1--1--1,,1|(474,132)|
1,313,306,296,0,1,0,0,0,64,0,-1--1--1,,1|(612,131)|
1,314,169,12,0,1,0,0,0,0,0,-1--1--1,,1|(-270,-207)|
1,315,169,191,0,1,0,0,0,0,0,-1--1--1,,1|(-71,-219)|
1,316,169,202,0,1,0,0,0,0,0,-1--1--1,,1|(-64,-313)|
///---\\\
:GRAPH ADV_TASKS_REMAINING
:TITLE Advanced Tasks Remaining
:X-DIV 5
:Y-DIV 2
:X-MIN 180
:X-MAX 240
:SCALE
:VAR Advanced Tasks Not Completed|Advanced Tasks to Be Completed
:Y-MIN 0
:Y-MAX 200
:LINE-WIDTH 3
:GRAPH CURR_TASKS_REMAINING
:TITLE Current Tasks Remaining
:X-DIV 5
:Y-DIV 2
:X-MIN 180
:X-MAX 240
:SCALE
:VAR Current Tasks Not Completed|New Work
:Y-MIN 0
:Y-MAX 1500
:LINE-WIDTH 3
:VAR Current Tasks to be Reworked|Rework
:LINE-WIDTH 3
:GRAPH FRAC_CURR_TASKS_DEFECTIVE
:TITLE Fraction of Current Tasks Defective
:X-DIV 5
:Y-DIV 2
:X-MIN 180
:X-MAX 240
:SCALE
:VAR Frac Curr Tasks Defective|% Defective
:Y-MIN 0
:Y-MAX 1
:LINE-WIDTH 3
:GRAPH FRAC_RESOURCES_TO_CURR_WORK
:TITLE Fraction of Resources to Current Work
:X-LABEL Months
:X-DIV 5
:Y-DIV 2
:X-MIN 180
:X-MAX 240
:SCALE
:VAR Frac Resources to Curr Work|% of Total Resources
:Y-MIN 0
:Y-MAX 1
:LINE-WIDTH 3
:GRAPH PHASE_PLOT
:TITLE Phase Plot
:X-AXIS Frac Comp in Prior Previous Phase 0
:X-LABEL Fraction Complete at time= t-1
:X-DIV 2
:Y-DIV 2
:DOTS
:SCALE
:VAR Frac Comp in Prior Previous Phase 0|45 Degree Line
:LINE-WIDTH 5
:VAR Frac Comp in Prior Previous Phase 0 0|Fraction Completed at time=t
:LINE-WIDTH 5
:L<%^E!@
1:base.vdf
9:base
22:defect,defects
22:engineer,engineers
22:month,months,Month,Months
22:task,tasks
22:week,weeks
18:pulsesensi.vsc
20:pulseseni.lst
15:0,0,0,0
19:5,0
4:Time
5:excess adv cap 0