We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb078b5 commit ab85428Copy full SHA for ab85428
src/case_runners/case_runner.jl
@@ -81,7 +81,7 @@ function run_genx_case_simple!(case::AbstractString, mysetup::Dict, optimizer::A
81
82
if mysetup["AutoScaling"] == 1
83
println("Scaling Constraints")
84
- scale_constraints!(EP)
+ scale_constraints!(EP, mysetup["ScalingSettings"])
85
end
86
87
println("Solving Model")
0 commit comments