Skip to content

Commit

Permalink
Add ScalingSettings to scale_constraints!
Browse files Browse the repository at this point in the history
  • Loading branch information
RuaridhMacd committed Nov 14, 2024
1 parent bb078b5 commit ab85428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/case_runners/case_runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function run_genx_case_simple!(case::AbstractString, mysetup::Dict, optimizer::A

if mysetup["AutoScaling"] == 1
println("Scaling Constraints")
scale_constraints!(EP)
scale_constraints!(EP, mysetup["ScalingSettings"])
end

println("Solving Model")
Expand Down

0 comments on commit ab85428

Please sign in to comment.