||x||_1 >= 0.95 & ||x||_1 <= 1
However, I am getting an error on the first constraint. Is this procedure not applicable for the first one?
Also, since the following inequality is true:
||x||_2 <= ||x||_1
then, could I impose a lower bound on ||x||_2 to help get close to my goal of ||x||_1? Would appreciate any advice on this. Thank you.