Skip to content
Snippets Groups Projects
Commit 560e1461 authored by Chamalee Wickrama Arachch's avatar Chamalee Wickrama Arachch
Browse files

Update dsalgo.py

parent 0ba3d6ad
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,7 @@ def exact_densest(G: nx.Graph):
def create_flow_network(G, guess):
m = G.number_of_edges()
m = int(G.size(weight="weight"))
G = nx.DiGraph(G)
H = G.copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment