We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb303dc commit e1908aaCopy full SHA for e1908aa
1 file changed
src/Utilities/model.jl
@@ -82,7 +82,7 @@ function _getlocr(constrs::Vector{<:ConstraintEntry},
82
end
83
84
# Implementation of MOI for AbstractModel
85
-abstract type AbstractModel{T} <: MOI.ModelLike end
+abstract type AbstractModel{T} <: MOI.AbstractOptimizer end
86
87
getconstrloc(model::AbstractModel, ci::CI) = model.constrmap[ci.value]
88
0 commit comments