Skip to content

Commit

Permalink
Use the value of 'edge' in data
Browse files Browse the repository at this point in the history
  • Loading branch information
euclidgame committed Nov 16, 2024
1 parent 4d5d0c0 commit f3d0299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def _optimize_by_ilp(
for r_v in node_to_cost_map[v].keys():
F[u][v].append(
Optimizer._egress_cost_or_time(minimize_cost, r_u, r_v,
data))
data['edge']))

# Define the decision variables.
c = {
Expand Down

0 comments on commit f3d0299

Please sign in to comment.