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 44fdb61 commit 9069e52Copy full SHA for 9069e52
src/Utilities/model.jl
@@ -317,7 +317,7 @@ function MOI.add_constraint(
317
) where {F<:MOI.AbstractFunction,S<:MOI.AbstractSet}
318
# We check supports_constraint here because it is a common practice for
319
# AbstractModels to declare that they do not support particular constraints,
320
- # evenn though the underlying `.constraints` object does. See, for example,
+ # even though the underlying `.constraints` object does. See, for example,
321
# the various models in MOI.FileFormats.
322
if !MOI.supports_constraint(model, F, S)
323
throw(MOI.UnsupportedConstraint{F,S}())
0 commit comments