+1
−2
+3
−0
Loading
The adaptive routing simulation was flawed because the network link loads were not being reset at each timestep. This caused routing decisions to be based on stale, cumulative data. This commit fixes the issue by calling at the beginning of each simulation tick in . Additionally, the configuration is corrected to be compatible with replay simulations, changing the policy to 'replay' and removing the conflicting 'arrival' parameter.