Skip to content

Commit 16f95f0

Browse files
authored
Update README.md with more supported MOI features (#328)
1 parent 0e0cc7d commit 16f95f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,13 @@ List of supported constraint types:
111111
* [`MOI.VariableIndex`](@ref) in [`MOI.Interval{Float64}`](@ref)
112112
* [`MOI.VariableIndex`](@ref) in [`MOI.LessThan{Float64}`](@ref)
113113
* [`MOI.VariableIndex`](@ref) in [`MOI.ZeroOne`](@ref)
114+
* [`MOI.VectorAffineFunction{Float64}`](@ref) in [`MOI.Indicator{MOI.ACTIVATE_ON_ONE,MOI.LessThan{Float64}}`](@ref)
114115
* [`MOI.VectorOfVariables`](@ref) in [`MOI.SOS1{Float64}`](@ref)
115116
* [`MOI.VectorOfVariables`](@ref) in [`MOI.SOS2{Float64}`](@ref)
116117

117118
List of supported model attributes:
118119

120+
* [`MOI.HeuristicCallback`](@ref)
119121
* [`MOI.NLPBlock()`](@ref)
120122
* [`MOI.ObjectiveSense()`](@ref)
121123
* [`MOI.UserCutCallback()`](@ref)

0 commit comments

Comments
 (0)