The SolverL1RLS and SolverSLP helpers require that an initial x iterate be provided and that an initial z (dual) iterate be provided in the case of SolverSLP. This patch adds support for default initial x and z iterates. The caller is no longer required to provide them.
The SolverL1RLS and SolverSLP helpers require that an initial x iterate be provided and that an initial z (dual) iterate be provided in the case of SolverSLP. This patch adds support for default initial x and z iterates. The caller is no longer required to provide them.