How to artificially bound the solution-space?

At the end of CVX solution, the program state is unbounded. I want to debug it by artificially limiting the solution space, but I don’t know how to operate. I would appreciate it if you could give me some advice!

Place lower and upper bounds on variables.

variables x(10)  y
1 <= x <= 4
0 <= y  <= 5