cplex

Cplex optimization program returns results equal to zero

Cplex optimization program returns results equal to zero Question: I am currently working on an optimization problem in which a lake has 150 units of water. I am paid 3$ for each unit of water sold, but I need to guarantee that 100 units of water will remain at the end of the month or …

Total answers: 2

Can someone fix my python code & docplex?

Can someone fix my python code & docplex? Question: I have to do a python code for a project but when i run it, i have a problem with it. I try to fix it but it’s always the same problem. It said the same code error… this is my code from docplex.mp.model import Model …

Total answers: 1

CPLEX Error 1016: Promotional version , use academic version CPLEX

CPLEX Error 1016: Promotional version , use academic version CPLEX Question: I am using python with clpex, when I finished my model I run the program and it throws me the following error: CplexSolverError: CPLEX Error 1016: Promotional version. Problem size limits exceeded. I have the IBM Academic CPLEX installed, how can I make python …

Total answers: 4