We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0cc7d commit 16f95f0Copy full SHA for 16f95f0
README.md
@@ -111,11 +111,13 @@ List of supported constraint types:
111
* [`MOI.VariableIndex`](@ref) in [`MOI.Interval{Float64}`](@ref)
112
* [`MOI.VariableIndex`](@ref) in [`MOI.LessThan{Float64}`](@ref)
113
* [`MOI.VariableIndex`](@ref) in [`MOI.ZeroOne`](@ref)
114
+ * [`MOI.VectorAffineFunction{Float64}`](@ref) in [`MOI.Indicator{MOI.ACTIVATE_ON_ONE,MOI.LessThan{Float64}}`](@ref)
115
* [`MOI.VectorOfVariables`](@ref) in [`MOI.SOS1{Float64}`](@ref)
116
* [`MOI.VectorOfVariables`](@ref) in [`MOI.SOS2{Float64}`](@ref)
117
118
List of supported model attributes:
119
120
+ * [`MOI.HeuristicCallback`](@ref)
121
* [`MOI.NLPBlock()`](@ref)
122
* [`MOI.ObjectiveSense()`](@ref)
123
* [`MOI.UserCutCallback()`](@ref)
0 commit comments