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 06f798d commit d9e5a0dCopy full SHA for d9e5a0d
test/feasibility.jl
@@ -37,7 +37,7 @@ function test_no_solution()
37
@constraint(model, c, x^4 >= 0) # this will make the model non-linear
38
@test_throws ErrorException ModelAnalyzer.Feasibility.dual_feasibility_report(
39
model,
40
- point = Dict(), # to skip dual solutions error
+ Dict(), # to skip dual solutions error
41
)
42
end
43
0 commit comments