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 1bae270 commit b11fab1Copy full SHA for b11fab1
test/FileFormats/NL/sol.jl
@@ -150,8 +150,8 @@ function test_sol_lower_bound_dual_args()
150
sol = NL.SolFileResults(
151
joinpath(@__DIR__, "data", "hs071_uno.sol"),
152
nl_model;
153
- lower_bound_duals = String[],
154
- upper_bound_duals = String[],
+ suffix_lower_bound_duals = String[],
+ suffix_upper_bound_duals = String[],
155
)
156
@test isempty(sol.zL_out)
157
@test isempty(sol.zU_out)
0 commit comments