Line 40: |
Line 40: |
| |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 CV = 0
| |
| ** 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 (F)BB(V) ≥ 2, 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 |
| * Otherwise, fleet is Fast+ | | * Otherwise, fleet is Fast+ |
| |D -> E = * Does not meet the the requirements to go to F | | |D -> E = * Does not meet the the requirements to go to F |
| |D -> F/empty = * Meet '''ALL''' of the following requirements: | | |D -> F/empty = * Meet '''ALL''' of the following requirements: |
− | ** Amount of (F)BB(V) + CA(V) ≤ 2 | + | ** Amount of (F)BB(V) + CV(B) + CA(V) ≤ 2 |
| ** Amount of CV(B/L) ≤ 2 | | ** Amount of CV(B/L) ≤ 2 |
| ** Amount of CL + DD ≥ 3 | | ** Amount of CL + DD ≥ 3 |
Line 65: |
Line 65: |
| *** If (F)BB(V) ≥ 1, then amount of DD ≥ 3 | | *** If (F)BB(V) ≥ 1, then amount of DD ≥ 3 |
| *** If CLT ≥ 1, then amount of DD ≥ 3 | | *** If CLT ≥ 1, then amount of DD ≥ 3 |
| + | *** If CL ≥ 2, then amount of DD ≥ 3 |
| **(?) | | **(?) |
| |O -> P/empty,Q = * Active Branching | | |O -> P/empty,Q = * Active Branching |