[Convex.jl] Suppress warnings when printing problem tree

Is there a way to suppress warnings such as

 Warning: Expression not DCP compliant.

when printing the problem tree?

These warnings are unfortunately hardcoded whenever the vexity is checked which is used when printing (https://github.com/JuliaOpt/Convex.jl/blob/5d71eb4c6dabbfcc8cbcc2f90b859f9d1535ef1a/src/problems.jl#L44). Please file an issue on the Convex.jl repository (or make a PR :slight_smile:) so we don’t lose track of this issue.

Sure, thanks!

1 Like