Gwyneth Butera
-
Gurobi Staff
- 合計アクティビティ 790
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 1ユーザー
- 投票 14
- サブスクリプション 557
コメント
Gwyneth Buteraによる最近のアクティビティ-
Note that this is cross-posted in OR Stack Exchange: https://or.stackexchange.com/questions/5416/gurobi-and-cplex-cannot-exploit-more-than-32-cores-of-machine
-
Hi Diego - From your explanation, it looks like your GUROBI_HOME is not set correctly. If Gurobi is in /home/user/gurobi902 then the GUROBI_HOME variable should be set as : export GUROBI_HOME="/hom...
-
Sorry, the current version of Gurobi does not support the RasperryPi.
-
Hi Lena -- If https://www.gurobi.com/downloads/get-anaconda/ doesn't work for you, can you try this instead: https://www.gurobi.com/get-anaconda/ Thanks for the report, Gwyneth
-
I suspect that perhaps your Jupyter is using a different Python than the one that is the default at the command line. In your Jupyter notebook, try import sysprint(sys.executable)print(sys.version)...
-
You need to do one more step to use Gurobi in Jupyter. From the Quick Start Guide:http://www.gurobi.com/documentation/8.1/quickstart_mac/py_building_and_running_th.html > You can also install the g...
-
And there is also a Knowledge Base article specifically tailored to PyCharm: How do I use Gurobi with PyCharm? https://support.gurobi.com/hc/en-us/articles/360024736092-How-do-I-use-Gurobi-with-PyC...
-
Hi Ruud - This sounds like it might be the known bug listed here: https://docs.gurobi.com/projects/optimizer/en/current/reference/releasenotes/knownbugs.htmlCan you test the workaround and see if t...
-
Hi John - Just to be sure, have you set the LazyContstraints parameter to 1? Thanks.
-
Your current setup should be sufficient to start using Gurobi with Java. The full package contains all necessary solver libraries and should work seamlessly with your existing installation. Are you...