File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,9 @@ List of supported constraint types:
152
152
* [ ` MOI.ScalarAffineFunction{Float64} ` ] ( @ref ) in [ ` MOI.EqualTo{Float64} ` ] ( @ref )
153
153
* [ ` MOI.ScalarAffineFunction{Float64} ` ] ( @ref ) in [ ` MOI.GreaterThan{Float64} ` ] ( @ref )
154
154
* [ ` MOI.ScalarAffineFunction{Float64} ` ] ( @ref ) in [ ` MOI.LessThan{Float64} ` ] ( @ref )
155
+ * [ ` MOI.ScalarNonlinearFunction ` ] ( @ref ) in [ ` MOI.EqualTo{Float64} ` ] ( @ref )
156
+ * [ ` MOI.ScalarNonlinearFunction ` ] ( @ref ) in [ ` MOI.GreaterThan{Float64} ` ] ( @ref )
157
+ * [ ` MOI.ScalarNonlinearFunction ` ] ( @ref ) in [ ` MOI.LessThan{Float64} ` ] ( @ref )
155
158
* [ ` MOI.ScalarQuadraticFunction{Float64} ` ] ( @ref ) in [ ` MOI.EqualTo{Float64} ` ] ( @ref )
156
159
* [ ` MOI.ScalarQuadraticFunction{Float64} ` ] ( @ref ) in [ ` MOI.GreaterThan{Float64} ` ] ( @ref )
157
160
* [ ` MOI.ScalarQuadraticFunction{Float64} ` ] ( @ref ) in [ ` MOI.LessThan{Float64} ` ] ( @ref )
You can’t perform that action at this time.
0 commit comments