Mohammadreza Chamanbaz

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 8
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

Mohammadreza Chamanbazさんの最近のアクティビティ
  • Mohammadreza Chamanbazさんがコメントを作成しました:

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

  • Mohammadreza Chamanbazさんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

    Find redundant constraint in MILP

    回答済み

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

    Solver input matrices for MILP

    回答済み

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