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

Posts

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

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