forked from rucio/rucio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: implement a flow overlay for topology
Implement a wrapper class around topology which adds flow-related information on top of the topological data. I.e. how much data is entering/leaving a node and how much is crossing each link. Initial implementation for the maximum concurrent flow algorithm which would allow to find the near-optimal (fractional) placement of the demand into the network.
- Loading branch information
Radu Carpa
committed
Oct 13, 2023
1 parent
76107a0
commit c89dfa6
Showing
4 changed files
with
381 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.