I have google colab but I get the warning for using CPLEX and Docplex :
9 frames
CplexSolverError: CPLEX Error 1016: Community Edition. Problem size limits exceeded. Purchase at http://ibm.biz/error1016.
During handling of the above exception, another exception occurred:
DOcplexLimitsExceeded Traceback (most recent call last)
/usr/local/lib/python3.7/dist-packages/docplex/mp/error_handler.py in fatal_limits_exceeded(self)
212 def fatal_limits_exceeded(self):
213 docplex_error_stop_here()
--> 214 raise DOcplexLimitsExceeded()
215
216
DOcplexLimitsExceeded: **** Promotional version. Problem size limits exceeded, CPLEX code=1016
I want to use Google colab and I have the student version license already for CPLEX. How can I link my google colab with this? Do I need to be running to local run time?
Can someone show the steps to linking google colab to the student license CPLEX I have on my PC?
Thanks!