Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
sabotack committed May 8, 2024
1 parent 140f874 commit 33ae2ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p6/linear_optimization/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def runLinearOptimizationModel(model, links, flows, traffic, timestamp, savelp=F
# Create optimization model based on the input model
m = gp.Model("network_optimization", env=env)

i = 0
flowsWithPathNames = {}
for sd in flows:
flowsWithPathNames[sd] = []
Expand Down

0 comments on commit 33ae2ab

Please sign in to comment.