We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0240dc commit 7556c32Copy full SHA for 7556c32
src/Utilities/feasibility_relaxation.jl
@@ -28,7 +28,7 @@ constraint that is being relaxed. If no value exists, the default is `1.0`.
28
The feasibility relaxation is limited to modifying constraint types for which
29
`MOI.supports(model, ::FeasibilityRelaxation, MOI.ConstraintIndex{F,S})` is
30
`true`. By default, this is only true for [`MOI.ScalarAffineFunction`](@ref) and
31
-[`MOI.MOI.ScalarQuadraticFunction`](@ref) constraints in the linear sets
+[`MOI.ScalarQuadraticFunction`](@ref) constraints in the linear sets
32
[`MOI.LessThan`](@ref), [`MOI.GreaterThan`](@ref), [`MOI.EqualTo`](@ref) and
33
[`MOI.Interval`](@ref). It does not include variable bound or integrality
34
constraints, because these cannot be modified in-place.
0 commit comments