
Ramesh singh
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 5
Comments
Recent activity by Ramesh singh-
okay thank you so much.
-
Thank you so much for your help and valuable suggestion and correction. It is working fine now. One more doubt, when i prints optimize binary variable E_decision, it is printing -0, whereas it is ...
-
Thank you for valuable suggestion, i tried to remove optimization variable E from array index. I have added new decision variable E_decision ( E_decision[1][1], E_decision[1][2],....E_decision[1][5...
-
Thank you for you valuable suggestion, i changed array E from addMVar to addVars and initialize the value of E[1]=2, E[2]=5. Then the following code is not giving the eror. It is optimizing the E ...
-
thank you for your quick reply, yes E is an optimization variable, it has initial values, for example, E array contains E[1]=2,E[2]=5. First problem is how to initialize the optimization variable a...