Constrains \((W, z)\) to lie in the N-dimensional power cone: $$\prod W_i^{\alpha_i} \ge |z|, \quad W \ge 0$$ where \(\alpha_i > 0\) and \(\sum \alpha_i = 1\).
Known limitations
The R clarabel solver does not currently support the PowConeND cone
specification. Problems involving PowConeND (e.g., exact geometric mean
with more than 2 arguments) should use SCS or MOSEK as the solver, or
use approximation-based atoms (e.g., geo_mean(x, approx = TRUE)).
