Zed Dean

  • Gurobi Staff
  • Total activity 130
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 35
  • Subscriptions 89

Activity overview

Latest activity by Zed Dean
  • Zed Dean commented,

    Hello Matin, Could you please share the code, it will be interesting to see how that happened? Yours Zed

  • Zed Dean commented,

    Hello Biwajit, Seems correct so far, you need to add the objective and then you should be fine  Yours Zed  

  • Zed Dean commented,

    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 commented,

    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 commented,

    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 commented,

    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 ...