I want to use docplex module in python and I have installed CPLEX version 20.10 and installed python 3.7.9.
When I tried to run the code, I got the error: docplex.mp.utils.DOcplexLimitsExceeded: **** Promotional version. Problem size limits (1000 vars, 1000 consts) exceeded, CPLEX code=1016
How do I solve this problem?
Thanks.