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, "Did you try to only slightly increasing the size of the model and checking whether it is still feasible?" No , I did not slightly increased, rather I made it to my original size. "Did ...
-
Hi Jaromil, Many thanks for reply. I made some changes in my constraint. Also made my model size less. It ran successfully. Now when I am running it on my original model, it is showing me infeasibl...
-
Hi Jaromil, Many thanks for reply. You are absolutely right. When I reduced my size now,(time step) & ran the program, I found that there is interconnection between Resourcebalance & Endconstraint ...
-
Hi Jaromil, I have one question: What I did is : I did not changed the size of the model, Instead I disabled every constraint & ran my model my enabling them one by one. Below are the details: 1....
-
Hi Jaromil, Thanks for letting me know, I am struggling with it. In between , I wanted to ask if you are aware of some good book on MILP programming using Python API with Gurobi. I have already wat...
-
CArtL_Resources[1,0]: Resources[1,0] + ArtL_Resources[1,0] >= 0 This is one type of constraint : Does that mean, there should be this type of constraint in my model which is not present?
-
"The solution point you will get out of this model will tell you which constraints have to be looked at. If the value of a ArtP_constraintname or ArtN_constraintname variable is non-zero, this mean...
-
OK. Also above that, Is there any other parameter settings in Gurobi? One thing important to discuss: When I first ran & computeted IIS, You saw there were two constraint violations.# NO ERROR OTHE...
-
How to reduce the time steps? There is no parameter in my code stating Gurobi How many time steps to use. Is there any parameter setting?
-
Hi Jaromil, What if I reduce time t variable to t={1,2,3] instead of 95 values? Do you suggest me doing this? This can I think reduce so much computational time?