Zed Dean
-
Gurobi Staff
- 合計アクティビティ 130
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 35
- サブスクリプション 89
コメント
Zed Deanによる最近のアクティビティ-
To install Gurobi using Anaconda/ Miniconda you may do the following: Make sure to add the gurobi channel before you attempt to install it. Create an env with python 3.8, then use this environment ...
-
Hello Matin, Could you please share the code, it will be interesting to see how that happened? Yours Zed
-
Hello Biwajit, Seems correct so far, you need to add the objective and then you should be fine Yours Zed
-
Hello Biswajit, I would try to introduce two auxiliary variables: \begin{array}{l}a=x^{0.2} \\b=y^{0.4}\end{array} $$\text { min } a+b$$ Then add the two constraints using Model.addGenConstrPow() ...
-
Hello WI, Your channels do not seem to get updated automatically, as they should be. Please make sure to keep your Conda up to date. Try to run this command line: conda search --override-channels...
-
Hello WI, The reply you got suggests that the Gurobi channel was not added appropriately. Could you please ensure that the following command line was run successfully? please avoid specifying any s...