Skip to content

Commit

Permalink
refactor: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyAL15 committed Jun 13, 2024
1 parent 069b8e0 commit 779d058
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/solve/solve_X_real/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ function _map_X!(model, network, cliques, variables)
X["vr($b)vc($b)"] = variables["X$clique_id"][i, clength + i]
X["vc($b)vr($b)"] = variables["X$clique_id"][i, clength + i]
else
if (b == 1 && a == 2) || (b == 2 && a == 1)
println("i = $i j = $j clength = $clength")
end
X["vr($b)vr($a)"] = variables["X$clique_id"][i, j]
X["vr($a)vr($b)"] = variables["X$clique_id"][i, j]

Expand Down

0 comments on commit 779d058

Please sign in to comment.