Gwyneth Butera
-
Gurobi Staff
- 合計アクティビティ 930
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 1ユーザー
- 投票 14
- サブスクリプション 559
コメント
Gwyneth Buteraによる最近のアクティビティ-
Hi Divyam - Here's a list of new features: https://www.gurobi.com/products/gurobi-optimizer/whats-new-current-release/ Gwyneth
-
Hi Ahmad - Yes, for v9.0 there is a change in the default for creating the logfile; the default log file only exits for gurobi_cl and the interactive shell with v9.0. Otherwise, you need to set th...
-
From a quick glance at you code, I think the problem is that you are missing the indices when you create these variables: p_kj = z.addVar(vtype= .... I hope that helps, Gwyneth
-
Hi Takayoshi - Can you try running whoami and uname -a from within your Jupyter notebook? ! whoami! uname -a Thanks, Gwyneth
-
Hi Faramak - Gurobi will not work with a 32-bit Python; you need to use a 64-bit Python. Again, please make sure you are using a 64-bit version of Python. Thanks, Gwyneth
-
Hi Faramak - Can you give us more information about your system? Can you let us know which Python you are using? Please make sure you are using a 64-bit version. Thanks, Gwyneth
-
Have you had a look at the Knowledge Base article "How do you create a software installer for a Gurobi application?" https://support.gurobi.com/hc/en-us/articles/360013193112-How-do-you-create-a-so...
-
Hi Santanu - Can you post the file directly to the forum? Your email came to our spam folder with the file not attached. Thanks!
-
I'm not sure I understand your question well. Can you provide an example of a string that you want to convert into a linear expression?
-
Hi Matt - It looks like your default Python is a 32-bit version: C:\Users\12096\AppData\Local\Programs\Python\Python37-32\lib Gurobi 8.x works only with 64-bit Python installations. Can you try usi...