With the modifications we have made so far, all of the equations in the model are the same. In particular, the equation for task size is
task size[task]=180
This equation says that each task has size 180. Part of the purpose of subscripts is to allow different elements to have different values. This can be done by writing multiple equations for a variable as will be discussed in a later section. For constants this can be done simply by separating a series of numbers by commas.
Ø | Open the Equation Editor on task size. Replace the old equation (180) with the equation below, then click on OK. |
task size[task]= | 180, 250, 500 |
Ø | Repeat this for max work accomplishment as below: |
max work accomplishment[task] = | 8, 10, 15 |