
Tamal Das
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Tamal Das-
Tamal Das commented,
Thanks a lot!
-
Tamal Das commented,
Dear Silke, Your feedback was spot on! The low coefficient values were indeed the problem. Upscaling the objective function resolved this. Can you please point me to the relevant Gurobi documentati...
-
Tamal Das commented,
Hi Silke, Yes, I know the optimal solution by manually working it out for a simple case. And as you guessed it, I set the upper and lower bounds of the decision variables equal to the values in my ...
-
Tamal Das commented,
Thanks Silke for your prompt response. Yes, I understand that the order of constraints may affect the performance, but should not affect the optimality in any case. I'm not using any termination co...
-
Tamal Das created a post,
Order of constraints affects solution optimality; Code returns suboptimal solution
OngoingHi, I'm facing two problems with my gurobi code in Python (in Eclipse). 1. The order of constraints affects the solution. If I change the order in which I define my constraints, the solver returns ...