Line 32: |
Line 32: |
| |1 -> C,A/empty = | | |1 -> C,A/empty = |
| * Meet '''ALL''' of the following to go to C | | * Meet '''ALL''' of the following to go to C |
− | ** SS(V) >= 1 | + | ** SS(V) ≥ 1 |
− | ** BB + FBB + CV + CVB >=1 | + | ** BB + FBB + CV + CVB ≥ 1 |
− | ** BBV + CVL >= 3 | + | ** BBV + CVL ≥ 3 |
− | ** CA + CL >= 3 | + | ** CA + CL ≥ 3 |
− | ** CL + CT >=2 | + | ** CL + CT ≥ 2 |
− | ** DD + DE <=2 '''OR''' DE<=1 | + | ** DD + DE ≤ 2 '''OR''' DE ≤ 1 |
| * Otherwise, A | | * Otherwise, A |
| | | |
| |C -> D,E = | | |C -> D,E = |
| * Meet '''ALL''' of the following to go to D | | * Meet '''ALL''' of the following to go to D |
− | ** SS(V)>= 1 | + | ** SS(V) ≥ 1 |
− | ** BB + FBB + CV + CVB >= 1 | + | ** BB + FBB + CV + CVB ≥ 1 |
− | * Go to E if Fleet contains CL + CT >=2 '''OR''' DD + DE >= 3 | + | * Go to E if Fleet contains CL + CT ≥ 2 '''OR''' DD + DE ≥ 3 |
| * If fleet is none of the above, go to D | | * If fleet is none of the above, go to D |
| | | |
| |E -> G,J = | | |E -> G,J = |
| * To route to G fleet must have | | * To route to G fleet must have |
− | ** AO >= 1 '''AND''' DE >= 1 '''AND''' AO + DD + DE = 6 | + | ** AO ≥ 1 '''AND''' DE ≥ 1 '''AND''' AO + DD + DE = 6 |
| * Otherwise, J | | * Otherwise, J |
| | | |
Line 62: |
Line 62: |
| * Meet '''ALL''' of the following to go to K | | * Meet '''ALL''' of the following to go to K |
| ** Fail LOS Check | | ** Fail LOS Check |
− | ** SS >= 1 | + | ** SS ≥ 1 |
− | ** BB + FBB + CV + CVB >= 1 | + | ** BB + FBB + CV + CVB ≥ 1 |
− | ** BB + CVL >= 3 | + | ** BB + CVL ≥ 3 |
− | ** CA(V) + CV(T) >= 3 | + | ** CA(V) + CV(T) ≥ 3 |
− | ** DD + DE <= 2 '''AND''' DE <= 1 | + | ** DD + DE ≤ 2 '''AND''' DE ≤ 1 |
| * Meet '''ALL''' of the following to go to P | | * Meet '''ALL''' of the following to go to P |
| ** CT = 1 '''AND''' DE>= 3 '''AND''' CVL + CT + DD + DE = 5 | | ** CT = 1 '''AND''' DE>= 3 '''AND''' CVL + CT + DD + DE = 5 |
Line 76: |
Line 76: |
| | | |
| |M -> N/empty, O/resource, P= | | |M -> N/empty, O/resource, P= |
− | * Go to N if LOS < 45 Cn4 | + | * Go to N if LOS < 45 (Cn4) |
− | * Random if LOS 45 <= LOS < 50 Cn4 | + | * Random if 45 ≤ LOS < 50 (Cn4) |
− | * Meet '''ALL''' of the following to go to O '''AND''' LOS above Cn4 = 50 | + | * Meet '''ALL''' of the following to go to O '''AND''' LOS ≥ 50 (Cn4) |
− | ** SS(V) >= 1 | + | ** SS(V) ≥ 1 |
− | ** BB + CV + CVB >= 1 | + | ** BB + CV + CVB ≥ 1 |
− | ** FBB >= 2 | + | ** FBB ≥ 2 |
− | ** BBV + CVL >= 3 | + | ** BBV + CVL ≥ 3 |
− | ** DD + DE <= 2 | + | ** DD + DE ≤ 2 |
| * Go to P if does not meet any of the above. | | * Go to P if does not meet any of the above. |
| }} | | }} |