Makedon Karasavvidis
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Makedon Karasavvidisによる最近のアクティビティ-
MILP: values that are constrained to be equal, have a 0.000001 difference
回答済みThis fact affects the solution time a lot, as I guess the solver tries to optimize in such a small scale the variables. any ideas?
-
MILP solution taking too long, while the incumbent obj value is at the optimal level from early on
Using GUROBI with python. When solving a MILP, I notice that the incumbent is very early (25sec) at the optimal point but the best bound is so slow to fall (maximization problem) that it takes ages...