From 7be420fae360e99a48ae4a535f4cbd957b916979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 13 Dec 2023 15:57:51 +0100 Subject: [PATCH] Update supported constraints in README (#14) --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8ca27d..470d4c6 100644 --- a/README.md +++ b/README.md @@ -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)