Hi,
I am trying to model a MILP problem in CVXPY to be solved by Gurobi. I got the error "iterkeys not found" when the solver is called. In order to doublecheck I just tried a small an easy example found in the CVXPY website and it turns out that it can be solved with several solvers but it raises that same error when trying Gurobi.
Does anyone know if there is any problem with CVXPY - Gurobi and Python 3?
Thanks.