Margi Shah
- Total activity 179
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by Margi Shah-
Hi Jaromil, I tried doing so.Then there is an infeasibility problem. I think I need some moral support in form of you. I will execute each constraint one by one as per my best understanding and see...
-
Hi Jaromil, I dont know but it doesnt work , I will share the .sol file in which you can see that Task[1,0]= 1 Do you prefer I should change the time list & run all constraints from time = 1 ? Th...
-
Hi Jaromil, I have tried to formulate the constraint: I have examined one thing, Wherever Tasks[x,0] takes place, there is an issue. I mean whenever in the formulation if we have Task[x,0], there i...
-
Hi Jaromil, I don't have a LP file generated rather I have the code. Do you want me to share the link to it? And yes, I will also write how Resource balance constraint should look like. Give me 10 ...
-
Hello Jaromił Najman, I am sharing link again: 1. Link to the code: https://drive.google.com/file/d/1uTfz0DbcQUz-EAY7AmaLT6zAWKi9y5kc/view?usp=sharing 2 Link to the reference file of the same const...
-
Hi Jaromil, First of all, huge thanks for helping me out. Please help me in this last stage as I feel low now by building such a huge model. You have been a moral support really, Many thanks. Al...
-
HelloJaromił Najman, I will tell you what is happening, I saw the .sol file. I am attaching one file for your reference if you can have a look at it. I am sure you will understand what difficulty I...
-
Hi Jaromil, I tried every possible way but somehow its causing errors. Is it any possible way that I start my time step from 1 and give my initial values at 0 specifically, in the Resource balance...
-
Hi Jaromil, Thanks I will try to implement this. In between there is one weird error i am facing, time1 = list()for x in range(1,int(num_t + 1)): time1.append(x)energy_price = [33.28, 30.00, 29....
-
Hi Jaromil, I understood your point but if I do so, will other constraints get affected? By that I mean, Taskexecution=steel.addConstrs((gp.quicksum(Tasks[task,t] for t in time)==1 for task in heat...