Skip to content

Commit ab85428

Browse files
committed
Add ScalingSettings to scale_constraints!
1 parent bb078b5 commit ab85428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/case_runners/case_runner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function run_genx_case_simple!(case::AbstractString, mysetup::Dict, optimizer::A
8181

8282
if mysetup["AutoScaling"] == 1
8383
println("Scaling Constraints")
84-
scale_constraints!(EP)
84+
scale_constraints!(EP, mysetup["ScalingSettings"])
8585
end
8686

8787
println("Solving Model")

0 commit comments

Comments
 (0)