Daniel Martin Baquero Guerrero

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

Activity overview

Latest activity by Daniel Martin Baquero Guerrero
  • Daniel Martin Baquero Guerrero commented,

    Hi Matthias, I used the same MPS file in the other solvers to compare the performance. I'm already post a service request to compare the performance and other staff member is working with me. Thank...

  • Daniel Martin Baquero Guerrero commented,

    Dear Matthias,   I’m modelling a time assignment (scheduling) model. The variable x is indexed by the position, the day, and time of the start of the shift. X represent the amount of people of the ...

  • Daniel Martin Baquero Guerrero created a post,

    How to create a tupledict of linear expressions?

    Answered

    I have the following variable that’s indexed by three sets: x = m.addVars(C,D,T,vtype= GRB.INTEGER, name="X") Before adding the constraints on x first I need to multiply each “x” to all elements of...