Zed Dean
-
Gurobi Staff
- 合計アクティビティ 129
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 31
- サブスクリプション 91
アクティビティの概要
Zed Deanさんの最近のアクティビティ-
Zed Deanさんがコメントを作成しました:
Hello Matin, Could you please share the code, it will be interesting to see how that happened? Yours Zed
-
Zed Deanさんがコメントを作成しました:
Hello Biwajit, Seems correct so far, you need to add the objective and then you should be fine Yours Zed
-
Zed Deanさんがコメントを作成しました:
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() ...
-
Zed Deanさんがコメントを作成しました:
Hello, I suggest to add some auxiliaries variables and to do minor reformulation. Please check below the suggested approach. You may run gurobi to maximize Z**2 instead of Z. Squaring the objective...
-
Zed Deanさんがコメントを作成しました:
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...
-
Zed Deanさんがコメントを作成しました:
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...
-
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 ...