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

Comments

Recent activity by Mohammadreza Chamanbaz Recent activity Votes
  • Further to my earlier comment, I forgot to mention that the objective value returned by the two models are identical.

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

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

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