跑一个程序的时候遇到报错
The error message "Model too large for size-limited Gurobi license" or "Model too large for restricted Gurobi license"
然后经过查询应该是安装Gurobipy的时候携带的那个license比较简略 不够满足计算要求
后续下载后安装
官方网站提供了很多解决报错的方法
https://support.gurobi.com/hc/en-us/articles/360051597492-How-do-I-resolve-a-Model-too-large-for-size-limited-Gurobi-license-error
下载许可证 首先要注册官网信息
然后使用高校内网才能下载基于学术的许可证
然后会得到一串key
然后我看被人使用
grbgetkey + key
但是我实在集群上配置 就会报错找不到
后续又参考这个网址
https://support.gurobi.com/hc/en-us/articles/12875619802769-ERROR-202-Cannot-get-key-code
把License文件下载下来 然后再保存在home目录下
网友评论