Skip to content

Commit fa69cf6

Browse files
authored
Update src/MOI_wrapper.jl
1 parent 38bdd24 commit fa69cf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MOI_wrapper.jl

-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ function MOI.add_constrained_variable(
802802
return index, MOI.ConstraintIndex{MOI.VariableIndex,S}(index.value)
803803
end
804804

805-
806805
function MOI.is_valid(model::Optimizer, v::MOI.VariableIndex)
807806
return haskey(model.variable_info, v)
808807
end

0 commit comments

Comments
 (0)