Venkateswarlu Yampati
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Venkateswarlu Yampati-
Venkateswarlu Yampati commented,
Hi Jaromil, Thanks for the information. I have a quick one. I am trying to write the following constraint but I am getting an error. Could you suggest me how to write the following expression? t,f ...
-
Venkateswarlu Yampati commented,
Hi, I guess I solved the issue after printing it. Thanks for the suggestions. One more question is what kind of algorthim the libraray is using. As my problem is convex optimization, I was looking ...
-
Venkateswarlu Yampati commented,
I can see the output now
-
Venkateswarlu Yampati commented,
Hi Jaromil, I am using the write command, but I do not see any output. I updated the version to latests but I do not see any output. Any suggestions? Thanks, Venkat
-
Venkateswarlu Yampati commented,
Hi Jaromil, Thanks for the reply. Here is the problem I am trying to solve: U_1 = {1,2,3,..L} U_2 = {1,2,3,..K} R= r^{u}_{t,f} is the cost function. I have to maximize the above objective function...
-
Venkateswarlu Yampati created a post,
Writing belongs to constraint with gurobipy
OngoingI am trying to add this constraint to my model. I have added all the constraints except the last one. How to write this constraint when a variable belongs to a set. Thanks