Margi Shah
- 合計アクティビティ 179
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 11
コメント
Margi Shahによる最近のアクティビティ-
Below is my steel.lp file after returning warnings:
-
Jaromil, my steel.lp file is creating but it is empty. Can you suggest why it is happening?
-
Many thanks Jaromil for the infotmation: My last question to make it very clear from the above explanation: The Data is posted in previous comments. y=[]for res_cat, resources in res_cat2idx.items...
-
NO, My time list is the same: time = list()for x in range(0,int(num_t)): time.append(x) res_list1 = [res for cat, cat_res in res_cat2idx.items() if cat != 'EN' for res in cat_res] Resourcebalanc...
-
Steel.lp returns me only the "WARNING" It doesn't return me the human readable form. I am writing what I am expecting: "Do you want to use a variable with a specific index?" YES where: res= (Spec...
-
Hi Jaromil, I doubleckeched the indentation issue, but I think it isnt working. Now my loop is not running for time:(It is just picking up the last value)
-
Hi Jaromil, First of all many thanks for the reply. Let me clear out some points. Data: [res_cat2idx, res_num] = [OrderedDict([('EAF', [1]), ('AOD', [2]), ('LF', [3]), ...
-
Surprising Output of Gurobi...!!! Here my Constraint looks like this: & After "print(steel.getAttr("ConstrName"))", it looks completely different. How?
-
Many thanks Jaromil. I will surely look upon that.
-
Many thanks Jaromil. You cleared my many fundamentals related to Gurobi. Helpful. Also last one general thing I needed to ask: Like If I have built my model. How can I see the value of variables, c...