
Magnus Mariegaard
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 3
Posts
Recent activity by Magnus Mariegaard-
Using an initial solution while also using lazy constraints
AnsweredI have a optimization problem where I have a variable x, I have a heuristic that give an initial solution that I have set using the x[i].start = init_x[i] To set the initial start for x. However I...
-
Understanding the best bound of the MIP
AnsweredHi quick question, in your description of best bound and gap you state that (for a min problem): "Somewhat less obvious is that, at any time during the branch-and-bound search we also have a valid ...
-
Writing a max function for MTZ constraints for the CVRP
AnsweredHi I am trying to solve some instances of the CVRP where I am trying to incorporate some Miller-Tucker-Zemlin constraints for the capacity. I have the variable \[ u_i \] denoting the load at each c...