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

Posts

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

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