In section 6.3 of Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers there is a method for minimizing a loss function with l1 regularization. i.e.
minimize $l(\bf{x})+\lambda||x||_1$
How can I add the equality constraint
$\sum\limits_{i} x_i =1$ for such a problem and perform the optimization ?