How to Check Which Version of Gurobi is Being Used
回答済みI am on a Linux server with user access (no admin access). I installed python by installing Anaconda and then installed Gurobi use Conda install Gurobi. However, I know there are other versions of Gurobi installed on the server by other users before. Is there any way to know which version of Gurobi is used when I call Gurobi within python? Do I need to download the Gurobi installer in addition to the 'Conda install Gurobi'?
0
-
正式なコメント
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Wenbo,
You can check the Gurobi version from Python via
print(gurobipy.gurobi.version())
which will return a tuple.
Do I need to download the Gurobi installer in addition to the 'Conda install Gurobi'
No, you don't have to download the full Gurobi package to work with Conda.
Best regards,
Jaromił0
投稿コメントは受け付けていません。
コメント
2件のコメント