We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1a9f2 commit 1ed7d79Copy full SHA for 1ed7d79
1 file changed
src/MOI_wrapper.jl
@@ -429,10 +429,7 @@ end
429
function MOI.is_valid(
430
model::Optimizer,
431
c::MOI.ConstraintIndex{F,S},
432
-) where {
433
- F<:Union{MOI.VariableIndex,MOI.VectorOfVariables},
434
- S<:MOI.AbstractSet,
435
-}
+) where {F<:Union{MOI.VariableIndex,MOI.VectorOfVariables},S<:MOI.AbstractSet}
436
return MOI.is_valid(model.optimizer, c)
437
end
438
0 commit comments