Magnus Mariegaard
- 合計アクティビティ 20
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 7
- サブスクリプション 3
投稿
Magnus Mariegaardによる最近のアクティビティ-
Using an initial solution while also using lazy constraints
回答済みI 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
回答済みHi 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
回答済みHi 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...