You need to change merely one constraint to turn the problem into something that cvxpy cannot solve.
constraints = [x**3 >= 0]
cvxpy one: unsolvable
You need to change merely one constraint to turn the problem into something that cvxpy cannot solve.
constraints = [x**3 >= 0]