Line 995: |
Line 995: |
| |id = 4-4 | | |id = 4-4 |
| |0 -> A, B = | | |0 -> A, B = |
− | * Go to A if DD ≥ 2 | + | * Go to A if DD+DE ≥ 2 |
| * Otherwise, random between A and B | | * Otherwise, random between A and B |
| | | |
Line 1,007: |
Line 1,007: |
| * Go to G if (F)BB(V)+CV(L/B) ≥ 4 | | * Go to G if (F)BB(V)+CV(L/B) ≥ 4 |
| * Meet '''ANY''' of the following to go to I | | * Meet '''ANY''' of the following to go to I |
− | ** DD ≥ 2 '''AND''' contain either of CA(V) or CL | + | ** DD+DE ≥ 2 '''AND''' contain either of CA(V) or CL |
− | **Fleet contains either of CA(V) or CL '''AND''' CA(V)+CVL ≤ 2 | + | **Fleet contains either of CA(V) or CL '''AND''' CA(V)+CVL ≤ 2, no CLT |
| * Go to C if DE ≥ 3 | | * Go to C if DE ≥ 3 |
| * Otherwise, random routing | | * Otherwise, random routing |
Line 1,018: |
Line 1,018: |
| |I -> H, K = | | |I -> H, K = |
| * Meet '''ANY''' of the following to go to K | | * Meet '''ANY''' of the following to go to K |
− | ** DD ≥ 2 '''AND''' CV(B) = 2 | + | ** DD+DE ≥ 2 '''AND''' CV(B) = 2 |
− | ** DD ≥ 2 '''AND''' CAV ≥ 2 | + | ** DD+DE ≥ 2 '''AND''' CA(V) ≥ 2 |
− | ** No CV(B), fleet contains CL AND DD ≥ 2 | + | ** No CV(B), fleet contains CL '''AND''' DD+DE ≥ 2 |
| * Otherwise, random routing | | * Otherwise, random routing |
| }} | | }} |