We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2692a commit 67a7314Copy full SHA for 67a7314
1 file changed
src/main/annealing.jl
@@ -518,7 +518,6 @@ end
518
# This function implements the rebranching algorithm described in the paper.
519
# Links are reshuffled everywhere so that each node is better connected to its best neighbor
520
# (those with the lowest price index for traded goods, i.e., more central places in the trading network).
521
-"""
522
function rebranch_network(param, graph, I0, results, options)
523
J = graph.J
524
0 commit comments