DR

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

Activity overview

Latest activity by DR
  • DR commented,

    Thanks a lot, Riley! 

  • DR created a post,

    Modeling square root of squared variable

    Answered

    Dear community, I try to model the following objective function in Python: x is the only variable, a and b are parameters. I tried the following but it is not working properly: x = m.addVars(i_ma...

  • DR commented,

    Thanks, Riley! Is it also possible to write such expressions with the groupby function from the gurobipy_pandas package?

  • DR created a post,

    Nested quicksum

    Answered

    Dear community,   I am struggling with the quicksum function while trying to fomulate the following formula in python:   How do I write this by using quicksum()? I tried it that way: import gurob...