Maedeh Sharbaf
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Maedeh Sharbafさんの最近のアクティビティ-
Maedeh Sharbafさんがコメントを作成しました:
In fact my question is that "if we know one solution of the model (in terms of facility locations not assignment), how to determine which coefficients gives us that specific solution?". The main di...
-
Maedeh Sharbafさんが投稿を作成しました:
How to fix a variable and optimize coefficients of objective function
回答済みDear Gurobi's staff: I have a linear multi-objective optimization problem such that each objective is multiplied with a parameter (teta1,teta2,teta3). Now, I want to fix the y variables (known fac...
-
Maedeh Sharbafさんがコメントを作成しました:
Dear Maliheh, I'm using Gurobi in Python and I'm trying to solve a model that have multiple optimal solution, with one binary and one continuous variable. y=m.addVars(SC_id,vtype=GRB.BINARY,name='f...
-
Maedeh Sharbafさんが投稿を作成しました:
retrieve the value of decision variables for multiple optimal solution
回答済みI'm using Gurobi in Python and I'm trying to solve a model that have multiple optimal solution. By using following piece of codes, I could retrieve the value of objective function for 5 optimal sol...