model.solve() method is not working (“CPLEX DLL not found”) for DOcplex for Python
问题 I build my mathematical model using DOcplex IBM package for Python. I am sure that the other part of the modeling is correct, however when the call to Model.solve() is executed, and I get the following error: "CPLEX DLL not found: please provide DOcplexcloud credentials" I have CPLEX Studio 12.6 installed on my pc, and I want to solve the problem locally not on cloud. 回答1: It sounds like you do not have the CPLEX Python API "installed". By default, when you install CPLEX Optimization Studio