Skip to content

Commit

Permalink
Update MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored May 17, 2024
1 parent 3cb1f3c commit fb40ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb40ef4

Please sign in to comment.