You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for non linear FF branch of FD the costs on non-blocking link segments vary with flow, but now costs are not updated on non-blocking link segments (because not needed for fixed path set or linear FF branch).
FIX: update costs on all link segments each iteration for generating new paths (but do not mark all those links for tracking necessarily)
Start by creating a test project to be able to easily validate this goes correctly
The text was updated successfully, but these errors were encountered:
MarkRaadsen
changed the title
Add support for non-linear free flow branch FDs for path absed sLTM: currently this is not correctly supported for generating on-the-fly-paths
Add support for non-linear free flow branch FDs for path based sLTM: currently this is not correctly supported for generating on-the-fly-paths
May 10, 2024
for non linear FF branch of FD the costs on non-blocking link segments vary with flow, but now costs are not updated on non-blocking link segments (because not needed for fixed path set or linear FF branch).
FIX: update costs on all link segments each iteration for generating new paths (but do not mark all those links for tracking necessarily)
Start by creating a test project to be able to easily validate this goes correctly
The text was updated successfully, but these errors were encountered: