From fb40ef408aa6d0967211ae65f59a28cb03210cf3 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 17 May 2024 15:41:33 +1200 Subject: [PATCH] Update MOI_wrapper.jl --- src/MOI_wrapper.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MOI_wrapper.jl b/src/MOI_wrapper.jl index 4915ad2d7..5cf614923 100644 --- a/src/MOI_wrapper.jl +++ b/src/MOI_wrapper.jl @@ -122,7 +122,7 @@ function MOI.supports_constraint( ) # This can cause false positives because: # 1) some sets might not be supported by Convex.jl (e.g., `vexity` might - # be missing + # be missing) # 2) whether we support the constraint can depend on the vexity of the # function, which we currently don't know. # Rather than attempt an enumeration of supported sets here, let's just