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 73cec03 commit 44fdb61Copy full SHA for 44fdb61
src/Utilities/model.jl
@@ -340,7 +340,7 @@ function MOI.add_constraint(
340
) where {S<:MOI.AbstractScalarSet}
341
# We check supports_constraint here because it is a common practice for
342
# AbstractModels to declare that they do not support particular constraints,
343
- # evenn though the underlying `.constraints` object does. See, for example,
+ # even though the underlying `.constraints` object does. See, for example,
344
# the various models in MOI.FileFormats.
345
if !MOI.supports_constraint(model, MOI.VariableIndex, S)
346
throw(MOI.UnsupportedConstraint{MOI.VariableIndex,S}())
0 commit comments