Skip to content

Commit 3e78725

Browse files
authored
Update src/attributes.jl
1 parent 94b940f commit 3e78725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@ MOI.get(::Optimizer, ::MOI.LagrangeMultiplier, ::MOI.ConstraintIndex)
33203320
They should not implement [`set`](@ref) or [`supports`](@ref).
33213321
33223322
Solvers should implement [`LagrangeMultiplier`](@ref) only if they also
3323-
implement the [`ConstraintDual`](@ref), and only if if the two values are
3323+
implement the [`ConstraintDual`](@ref), and only if the two values are
33243324
different.
33253325
"""
33263326
struct LagrangeMultiplier <: AbstractConstraintAttribute

0 commit comments

Comments
 (0)