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 aa5ce8b commit 884a85aCopy full SHA for 884a85a
test/algorithms/KirlikSayin.jl
@@ -171,7 +171,7 @@ function test_solve_failures()
171
end
172
MOI.optimize!(model)
173
@test MOI.get(model, MOI.TerminationStatus()) ==
174
- (fail_after <= 3 ? MOI.NUMERICAL_ERROR : MOI.OPTIMAL)
+ (fail_after <= 3 ? MOI.NUMERICAL_ERROR : MOI.OPTIMAL)
175
@test MOI.get(model, MOI.ResultCount()) == 0
176
177
return
0 commit comments