soc_constraint!() { /* proc-macro */ }Expand description
soc_constraint!(model, [name|name = expr|name[idx]], [terms] <= bound),
register the second-order cone constraint ||terms||_2 <= bound (every
term and the bound must be affine), an auto-named anonymous cone, or an
indexed family of cones.