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 6eb9bcd commit 49e0e93Copy full SHA for 49e0e93
test/General/attributes.jl
@@ -146,7 +146,7 @@ function test_attributes_integration_compute_conflict_2()
146
MOI.compute_conflict!(model)
147
@test MOI.get(model, MOI.ConflictStatus()) == MOI.CONFLICT_FOUND
148
@test MOI.get(model, MOI.ConflictCount()) == 1
149
- @test_throws ArgumentError MOI.get(model, MOI.ConstraintConflictStatus(), c)
+ return
150
end
151
152
struct _NoConstraintName <: MOI.AbstractOptimizer end
0 commit comments