想要通过python调用gurobi求解整数规划模型。
如果你和我一样,提前下载了anaconda和gurobi。
在下载好anaconda和gurobi后,尝试运行后发现系统报错:找不到对应模块。ImportError: DLL load failed while importing gurobipy: 找不到指定的模块
参考
https://zhuanlan.zhihu.com/p/29165673 得以解决
其中,anaconda的安装位置查找:开始——Anacoda Prompt——输入命令:conda info --env 查看安装位置。
找到对应位置后,进入 \anaconda3\Lib,将对应版本的 gurobipy 文件夹复制过来即可。