我想使用pyomo5.5调用求解器gurobi7.5或gurobi8.0,但是发现直接调用求解器时它返回错误。
如果我使用gurobi_ampl7.5或8.0,它将起作用。
那么,这是否意味着pyomo5.5不支持直接调用gurobi?
答案 0 :(得分:0)
Pyomo要直接(通过python接口)调用Gurobi,必须从运行Pyomo的python环境中导入软件包gurobipy
。
尝试遵循Gurobi网站上的Python接口安装说明:http://www.gurobi.com/documentation/8.0/quickstart_mac/the_gurobi_python_interfac.html