Calmcode - cvxpy one: unsolvable

Unsolvable

1 2 3 4 5 6 7

You need to change merely one constraint to turn the problem into something that cvxpy cannot solve.

constraints = [x**3 >= 0]