Nicolo' Lucchesi

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

Activity overview

Latest activity by Nicolo' Lucchesi
  • Nicolo' Lucchesi commented,

    Thanks a lot for the reply, I've re-written the objective following your suggestion: u = opt_model.addVars(d.n_users, lb=-100.0, ub=100.0, vtype=grb.GRB.CONTINUOUS, name="users")v = opt_model.addVa...

  • Nicolo' Lucchesi created a post,

    Invalid argument to QuadExpr multiplication

    Answered

    Hi, I am new to Gurobi so I do apologize for not being able to figure out the solution from other posts. I need to write the following objective function: but I get Invalid argument to QuadExpr mu...