Mohammadreza Chamanbaz

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

Activity overview

Latest activity by Mohammadreza Chamanbaz
  • Mohammadreza Chamanbaz commented,

    Further to my earlier comment, I forgot to mention that the objective value returned by the two models are identical.

  • Mohammadreza Chamanbaz commented,

    Hi Matthias Thanks for the clarification. For some reasons, I am not able to recover the solution to the original model by using the extracted data from the model. Here is a pseudo code: A = model....

  • Mohammadreza Chamanbaz commented,

    Hi Matthias May I ask if the A, and RHS matrix/vectors provided by getA(),  RHS = model.getAttr('RHS'), already includes the bound constraints l ≤ x ≤ u (bound constraints) or they need to be impos...

  • Mohammadreza Chamanbaz created a post,

    Find redundant constraint in MILP

    Answered

    Hi I understand that there are some sophisticated methods used in presolve to reduce the size of a model. To the best of my knowledge, the algorithm in presolve comes up with a reduced model and a ...

  • Mohammadreza Chamanbaz commented,

    Hi Mathias Thanks for your comments. Something which is very strange is that if I call getAttr() codes before calling getA() the results is empty (for all) but if I them after getA(), I get the cor...

  • Mohammadreza Chamanbaz created a post,

    Solver input matrices for MILP

    Answered

    Is there a way to get the final A, b, c, u, l matrices/vectors which are the results of a MILP model? Say for example you model the unit commitment problem as done here. Is there a way to get the c...