Skip to content

Commit

Permalink
Update supported constraints in README (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Dec 13, 2023
1 parent a04a419 commit 7be420f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ List of supported objective functions:

List of supported variable types:

* [`MOI.Reals`](@ref)
* [`MOI.Nonnegatives`](@ref)
* [`MOI.PositiveSemidefiniteConeTriangle`](@ref)

List of supported constraint types:

* [`MOI.VectorAffineFunction{Float64}`](@ref) in [`MOI.Nonnegatives`](@ref)
* [`MOI.VectorAffineFunction{Float64}`](@ref) in [`MOI.PositiveSemidefiniteConeTriangle`](@ref)
* [`MOI.ScalarAffineFunction{Float64}`](@ref) in [`MOI.EqualTo{Float64}`](@ref)

List of supported model attributes:

* [`MOI.ObjectiveSense()`](@ref)

0 comments on commit 7be420f

Please sign in to comment.