Reformat source code

This commit is contained in:
2023-03-15 12:27:43 -05:00
parent d7d2a3fcf6
commit 19e84bac07
5 changed files with 33 additions and 33 deletions

View File

@@ -82,7 +82,7 @@ function compute_lmp(
@info "Solving the LP..."
JuMP.optimize!(model)
@info "Getting dual values (LMPs)..."
for (key, val) in model[:eq_net_injection]
lmp[key] = dual(val)