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

Posts

Recent activity by Ivana Rajkovic Recent activity Votes
  • 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...