From e362f9551ba9f977487263cb5162d5801bf5cb3b Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 3 Apr 2024 08:55:18 +1300 Subject: [PATCH] Clarify SCS supports quadratic objectives (#289) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 535fee0..ac240bc 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ The SCS optimizer supports the following constraints and attributes. List of supported objective functions: * [`MOI.ObjectiveFunction{MOI.ScalarAffineFunction{Float64}}`](@ref) + * [`MOI.ObjectiveFunction{MOI.ScalarQuadraticFunction{Float64}}`](@ref) List of supported variable types: