Ivana Rajkovic

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 1

Activity overview

Latest activity by Ivana Rajkovic
  • Ivana Rajkovic commented,

    Dear Maliheh,  Your suggestion regarding the constraint with alfa did work, thank you very much.   Best, Ivana

  • Ivana Rajkovic commented,

    Dear Maliheh, I am afraid that does not help. I added m.addConstr( alfa>= -1000) after the already existing constraint that alfa is non-positive, but the same error happened. What I get when I prin...

  • Ivana Rajkovic commented,

    Hi, Maliheh. Let me try to give you all the details. I will add the exact case when the error happened. First, the general thing that does work: n = 4m = Model() z = m.addMVar((n, n), name="z")x = ...

  • Ivana Rajkovic created a post,

    Avoid unnecessary constraints

    Answered

    Hi. Among others, I have the following variables/fixed values: z = m.addMVar((n, n), name="z")x = np.random.rand(n)products=m.addMVar((n,n)) and would like to have some constraints (I am simplifyin...