Skip to content

Commit

Permalink
Error
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanicERS committed Jan 22, 2025
1 parent b68a345 commit 7fbd804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function solve_model(; sets, data, parameters, fixed, max_iter=50, constr_viol_t
0 <= σ_vtwr[marg, comm, reg, reg]
0 <= σ_qxs[comm, reg, reg]
-1 <= σ_qinv[reg] <=1
0 <= σ_ρ[acts, reg]
0 <= σ_ρ[reg]
end
)

Expand Down

0 comments on commit 7fbd804

Please sign in to comment.