Line 47: |
Line 47: |
| |B -> C = * Does not meet the requirements to go to D | | |B -> C = * Does not meet the requirements to go to D |
| |B -> D = * Meet '''ALL''' of the following requirements: | | |B -> D = * Meet '''ALL''' of the following requirements: |
| + | ** Amount of BB ≤ 1 |
| ** Amount of CA(V) ≤ 2 | | ** Amount of CA(V) ≤ 2 |
| ** Amount of CL ≥ 1 | | ** Amount of CL ≥ 1 |
| ** Amount of DD ≥ 2 | | ** Amount of DD ≥ 2 |
− | *** If (F)BB(V) ≥ 2, then amount of DD ≥ 3
| |
| *** If CV(B) ≥ 1, then amount of DD ≥ 3 | | *** If CV(B) ≥ 1, then amount of DD ≥ 3 |
| *** If CVL ≥ 2, then amount of DD ≥ 3 | | *** If CVL ≥ 2, then amount of DD ≥ 3 |
Line 68: |
Line 68: |
| |J -> N = * Does not meet the requirements to go to O | | |J -> N = * Does not meet the requirements to go to O |
| |J -> O/empty = * Meet '''ALL''' of the following requirements: | | |J -> O/empty = * Meet '''ALL''' of the following requirements: |
− | ** Amount of CV = 0 | + | ** Amount of BB ≤ 1 |
| + | ** Amount of CV(B) = 0 |
| ** Amount of CVL ≤ 1 | | ** Amount of CVL ≤ 1 |
| ** Amount of (F)BB(V) + CA(V) ≤ 2 | | ** Amount of (F)BB(V) + CA(V) ≤ 2 |
Line 81: |
Line 82: |
| |P -> S/empty = * Fail the LoS check | | |P -> S/empty = * Fail the LoS check |
| |P -> T = * Meet '''ALL''' of the following requirements: | | |P -> T = * Meet '''ALL''' of the following requirements: |
− | ** Amount of CV = 0 | + | ** Amount of CV(B) = 0 |
| ** Amount of (F)BB(V) + CVL ≤ 1 | | ** Amount of (F)BB(V) + CVL ≤ 1 |
| ** Amount of (F)BB(V) + CA(V) ≤ 2 | | ** Amount of (F)BB(V) + CA(V) ≤ 2 |