Margi Shah
- 合計アクティビティ 179
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 11
コメント
Margi Shahによる最近のアクティビティ-
Hi Jaromił Najman, Please find the log file : Gurobi Optimizer version 11.0.0 build v11.0.0rc2 (win64 - Windows 10.0 (19045.2)) CPU model: 12th Gen Intel(R) Core(TM) i7-1255U, instruction set [S...
-
Hi Jaromił Najman, I am facing a very weird error. I want to understand where I am going wrong. So I checked the constraint formulation of SpinningResource. It is what it exactly should be. The co...
-
Hi Jaromił Najman,Thank you. I'll go with your recommended option. The only doubt is regarding the affected constraint. I am sure, I mentioned the constraint correctly. But I think instead of 1 con...
-
Hi Jaromił Najman, All other constraints in my model doesn't require 'number' in their formulation, even though do they require to put the loop around them?For ex: y={}for res_cat, resources in res...
-
Hi Jaromił Najman,Thank you for directing me. I understand to check the constraint by writing steel.write("steel.lp").I followed the same. I am recognizing the problem with the below constraint:Bef...
-
Hi Jaromił Najman, Thank you for your input.The changes in the model I have is just addition of for loop.The code is below: price_energy = [33, 33, 33, 33, 30, 30, 30, 30, 29, 29, 29, 29, 28, 28,...
-
Hi Jaromił Najman,Suppose these are price values for 96 time slots: price_energy = [33, 33, 33, 33, 30, 30, 30, 30, 29, 29, 29, 29, 28, 28, 28, 28, 34, 34, 34, 34, 50, 50, 50, 50, 71, 71, 71, 71, 7...
-
Hi Jaromił Najman, Thank you so much. I'll try to implement the second approach in my code.
-
Hi Jaromił Najman, Thank you so much for your help so far. Your comments were really useful. I identified the error, it was due to some another constraint. My doubt is :Suppose for my objective fun...
-
Hi Jaromił Najman, I suspect it can be an issue of inequality constraints. However, I checked by making it to equality, but it seems the model is showing weird performance. Thank you for the direc...