【发布时间】:2022-01-19 07:12:06
【问题描述】:
我有 google colab,但收到使用 CPLEX 和 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
我想使用 Google colab,并且我已经拥有 CPLEX 的学生版许可证。如何将我的 google colab 与此链接?我需要运行到本地运行时间吗?
有人可以展示将 google colab 链接到我 PC 上的学生许可证 CPLEX 的步骤吗?
谢谢!
【问题讨论】:
-
我也有 python 3.8.10,我的 cplex 版本是 CPLEX 12.10.0
标签: python python-3.x google-colaboratory cplex docplex