Skip to content

Commit 7556c32

Browse files
authored
Update src/Utilities/feasibility_relaxation.jl
1 parent b0240dc commit 7556c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/feasibility_relaxation.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ constraint that is being relaxed. If no value exists, the default is `1.0`.
2828
The feasibility relaxation is limited to modifying constraint types for which
2929
`MOI.supports(model, ::FeasibilityRelaxation, MOI.ConstraintIndex{F,S})` is
3030
`true`. By default, this is only true for [`MOI.ScalarAffineFunction`](@ref) and
31-
[`MOI.MOI.ScalarQuadraticFunction`](@ref) constraints in the linear sets
31+
[`MOI.ScalarQuadraticFunction`](@ref) constraints in the linear sets
3232
[`MOI.LessThan`](@ref), [`MOI.GreaterThan`](@ref), [`MOI.EqualTo`](@ref) and
3333
[`MOI.Interval`](@ref). It does not include variable bound or integrality
3434
constraints, because these cannot be modified in-place.

0 commit comments

Comments
 (0)