Hi. CVX supports power-related functions: * pow_abs(x,p) = |x|^p * pow_pos(x,p) = max{x,0}^p * pow_p(x,p) http://cvxr.com/cvx/doc/funcref.html These functions are often used for financial problems, like portfolio optimization. I think these functions are important and useful, but current Convex.jl haven't supported them yet. https://convexjl.readthedocs.io/en/latest/operations.html I request to support the functions.