Jaromił Najman
-
Gurobi Staff
- 合計アクティビティ 4132
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 7ユーザー
- 投票 10
- サブスクリプション 1430
コメント
Jaromił Najmanによる最近のアクティビティ-
Hi Alfredo, Could you elaborate on what you mean as "not working"? I was able to successfully run the code with Gurobi 9.0.2 and Python 3.7.6 using Spyder. I can see that you are using Python 3.8.2...
-
Dear Sebastian, I have executed your code for \(N=2\) and \(K=3\) and noticed that the variable \(pi_{1,3}\) appears in your objective only. Thus, Gurobi simply sets this variable to the needed val...
-
Hi, The latest Gurobi version does not support MatLab 2020 (see here for all supported platforms). This may change with a future release. For now, we recommend to use one of the older MatLab versio...
-
could someone please post a solution for python users? The Python solution can be found in the Knowledge Base article How do I suppress all console output from Gurobi?
-
Could you tell what exactly the difference is? Are you 100% sure that you solve the same model in both cases? With Gurobi, you can use the write method to write the model to an LP file and analyze ...
-
Hi Sofia, What I mean is to stop the run by clicking on the stop button of the Jupiter Lab window. When I've done it in this computer that works, it tops the optimization process and provides the ...
-
Gurobi uses all threads available on the machine, unless parameter Threads is set explicitly by the user. Usually, also hyperthreading is exploited by Gurobi unless there is some specific OS settin...
-
Hi Connor, Could you share a screenshot of how you are trying to execute Gurobi on your Windows machine? Please note that the default Gurobi icon suggested by Windows is often the Token Server exec...
-
However, in the examples where everything is removed, do you think that it is more rational to set the objective to a constant of the optimal objective, rather than 0? It makes sense to set the o...
-
Hi Juan, If you installed Gurobi via the \(\texttt{pip}\) installer, then only the Gurobi Python package \(\texttt{gurobipy}\) is installed. In order to have access to the examples, you will have t...