| Line 28: |
Line 28: |
| | |order = D,E,C,F,G | | |order = D,E,C,F,G |
| | |D -> E, F = | | |D -> E, F = |
| − | *Meet '''ANY''' of the following to go to E | + | *Go to E if the amount of ships in fleet = 1 |
| − | ** Fleet only contains DEs | + | *If Amount of ships in fleet is 2, 3 or 4: |
| − | ** Fleet contains AO | + | **Go to F if fleet contains SS(V) |
| − | **Amount of ships in fleet = 1 | + | **Go to E if fleet only contains DE, or AO ≥ 1 |
| − | *If Amount of ships in fleet ≥ 5 ('''Overrides E node branching''') | + | **Otherwise, F |
| − | **Go to F if fleet also contains SS(V) | + | *If Amount of ships in fleet is ≥ 5: |
| − | **Otherwise, random routing | + | **Go to F if fleet contains SS(V) |
| − | *Otherwise, go to F
| + | **Otherwise, 65% E 35% F |
| | | | |
| | |E -> C, J = | | |E -> C, J = |
| Line 43: |
Line 43: |
| | | | |
| | |C -> B/empty, J = | | |C -> B/empty, J = |
| − | *Meet '''ANY''' of the following to go to J | + | *Go to J if fleet only contains DE |
| − | **Fleet only contains DE
| + | *Go to B if the amount of ships in fleet = 1 or ≥ 5 |
| − | **Amount of ships in fleet ≤ 4 and DD+DE ≥ 2 | + | *Otherwise, random routing |
| − | *Random if amount of ships in fleet ≤ 4, fleet contains AO and DD+DE ≤ 1
| |
| − | *Otherwise, B | |
| | | | |
| | |F -> G/empty = * Meet '''ALL''' of the following requirements: | | |F -> G/empty = * Meet '''ALL''' of the following requirements: |