From c986eed415235785e551c51ebff9061aa8975e95 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 6 Mar 2024 09:02:49 +1300 Subject: [PATCH] Add indicator constraint to README (#445) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c639a6d..2102828 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ List of supported constraint types: * [`MOI.VectorOfVariables`](@ref) in [`MOI.SOS1{Float64}`](@ref) * [`MOI.VectorOfVariables`](@ref) in [`MOI.SOS2{Float64}`](@ref) * [`MOI.VectorOfVariables`](@ref) in [`MOI.SecondOrderCone`](@ref) + * [`MOI.VectorAffineFunction`](@ref) in [`MOI.Indicator`](@ref) List of supported model attributes: