Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve FractionalFlow implementation in allocation #1441

Open
SouthEndMusic opened this issue Apr 29, 2024 · 0 comments
Open

Improve FractionalFlow implementation in allocation #1441

SouthEndMusic opened this issue Apr 29, 2024 · 0 comments
Labels
allocation Allocation layer improvement Improvements of the usability of existing functionality needs-refinement Issues that are too large and need refinement

Comments

@SouthEndMusic
Copy link
Collaborator

#1429 changes the implementation of FractionalFlow in allocation by giving every node that has fractional flow outneighbors a buffer for flow that is not directly used. This implementation is however not correct. Using buffers to let allocation stick to the FractionalFlow flow distribution can only work if there is a buffer for every FractionalFlow node. There is also the additional problem that flow from the buffer should take precedence over other sources, especially when collecting subnetwork demands.

@SouthEndMusic SouthEndMusic added needs-refinement Issues that are too large and need refinement allocation Allocation layer improvement Improvements of the usability of existing functionality labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
allocation Allocation layer improvement Improvements of the usability of existing functionality needs-refinement Issues that are too large and need refinement
Projects
Status: To do
Development

No branches or pull requests

1 participant