(WIP) SB Graph partitioner algorithms #78
francosansone
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To compute gain of exchange intervals
Update external cost, internal cost and gain values after each iteration.
To compute removed edges:
compute_removed_edges$(i, A, s, EC, G)$
To update EC and IC:
update_EC_IC$(i, A, s, j, B, G, EC_1, EC_2, IC)$
A function that actually update EC, IC and GAIN:
update_diff$(A, B, i, j, s, GAIN, G)$
The main algorithm:
KL-SBG ($A, B, EC_A, EC_B, IC_A, IC_B)$
Beta Was this translation helpful? Give feedback.
All reactions