Michael Renner
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 2
Activity overview
Latest activity by Michael Renner-
Michael Renner commented,
Hi Mario, thank you for your pointers. I'll have a look at Depth-First-Search procedures and see if I'm able to implement it as such. Best Regards, Michael Renner
-
Michael Renner commented,
Hello Mario, Thank you for your answer. First of all, which of the constraints and/or variables of the formulation from the other post did you remove such that you get integer solutions in the MIP...
-
Michael Renner created a post,
Location Routing Problem - Lazy Subtour Elimination Constraints
AnsweredGood Day, I am currently working on a multi-depot location routing problem with capacitated vehicles and depots. (Full model explanation can be found here). Because of the nature of routing problem...
-
Michael Renner commented,
Hi Mario, I will now run the automatic tuning tool again to see from which parameters i can benefit to find solutions for different model sizes, as well as what a reasonable MIPGap is. I already ha...
-
Michael Renner commented,
Hello Mario, I revisited the lp file of my model and noticed I made a mistake when adding one of your constraints: sum_{j \in J} x_{ijk} <= y_i, for all i \in I, k \in K. After correctly implemen...
-
Michael Renner commented,
Hi Mario, thank you for your suggestions. As you might have noticed I am just beginning to learn about mixed integer linear programming, so I am grateful for the pointers. The fact that you have t...
-
Michael Renner commented,
Hello Mario, first of, thank you for your timely response. Do you have an idea whether the optimal value for the second model is nearer to the bound of 161 or nearer to the current incumbent of 20...
-
Michael Renner created a post,
Optimization Performance - Capacitated Vehicle Routing Problem
AnsweredGood Day, I am currently in the process of modeling a multi-depot location routing problem. Following is the objective function Constraints: Short Variable Explanation: I have successfully impl...