英文:
Full version of CPLEX sofware
问题
我尝试在我的论文中使用IBM ILOG CPLEX优化,但数据量太大了。我的数据有很多行。运行后,我得到了"来自IBM ILOG CPLEX的异常:CPLEX错误1016:社区版。问题大小超出限制"的错误,并要求我购买另一个版本。然而,对于一次性使用来说成本太高了。现在,有人可以帮助我找到一个可以运行我的数据的完整版本吗?
有人可以帮助我解决CPLEX软件的问题,并发送我的代码输出吗?
英文:
I try the BM ILOG CPLEX Optimization for my thesis, but the data is too large for it. My data have a lot lines. After running, I got "Exception from IBM ILOG CPLEX: CPLEX Error 1016: Community Edition. Problem size limits exceeded" and it asked me to buy another version. However, its too costly for 1 time use. So now, anyone can help me to find a full version that i can run my data?
Someone that help me to solve my problem in CPLEX software full version and send the output of my code.
答案1
得分: 1
如果您是学术界人士,可以使用不受限制的免费学术版本。如果您不是学术界人士,可以使用免费的云计算额度来运行您的模型。
请参阅CPLEX的免费内容。
英文:
if you are an academic you can use the free academic version that is not restricted. If you are not you can use free cloud credit to run your models.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论