Orlando Valarezo

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

Activity overview

Latest activity by Orlando Valarezo
  • Orlando Valarezo created a post,

    Multiscenario with matrix variables/multiple constraints

    Answered

    Hi ! Please, I would like to ask how to define a multi-scenario when we have Mvars. For example, I defined the constraints below: for t in range(nT):    Flex_DNR1.addConstr(G0 @ pl_t[:,t] == PD0_pu...

  • Orlando Valarezo commented,

    Hi Eli! Thanks so much for your kind reply. I followed your recommendation and ignored the transpose, effectively I didn't get errors! So I will continue with the implementation and when I get the ...

  • Orlando Valarezo created a post,

    Matrix-friendly python API, transponse of Mvar

    Answered

    Hello everyone! I’m trying to model a Reconfiguration electrical distribution system problem using Gurobi matrix-friendly python API technique. Particularly, I have a problem when I define an objec...