Henrique Becker
- 合計アクティビティ 16
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 6
アクティビティの概要
Henrique Beckerさんの最近のアクティビティ-
Henrique Beckerさんが投稿を作成しました:
Bug? Model gives infeasible when three parameters are passed, but feasible if any is removed.
回答済みThe problem is also described here (https://github.com/henriquebecker91/GeneratorG2OPP) and the specific MPS is in the same repository (https://raw.githubusercontent.com/henriquebecker91/GeneratorG...
-
Henrique Beckerさんが投稿を作成しました:
Parameter for defining a memory limit (as a stopping criteria, like a time limit)
回答済みI just want to confirm if it really does not exist a memory limit parameter like CPLEX (tree memory limit) that makes the optimizer stop with special status when reached (akin defining a time limit...
-
Henrique Beckerさんがコメントを作成しました:
I have about the same question and problem. If you are an academic user of the solver it can be of your interest to have a table in your paper with the time spent in the root node relaxation. The w...
-
Henrique Beckerさんが投稿を作成しました:
Which is the index of variables added after variable deletion?
回答済みConsider I have added three variables and update/solved the model, then I deleted one of them, and added one more variable. Now I want to change an attribute of the last variable added, which is th...
-
Henrique Beckerさんがコメントを作成しました:
Thank you for the detailed explanation. I will try the user cuts with care, then, if something goes wrong I will use lazy cuts or try to understand if I can work around it (by disabling a specific ...
-
Henrique Beckerさんがコメントを作成しました:
Thank you very much for your answer, it was the last resort solution I was converging to (after studying the docs yesterday) it is good to get confirmation it is the only way possible before doing ...
-
Henrique Beckerさんが投稿を作成しました:
Solve the relaxation of the MIP and then solve the MIP without re-solving the root node relaxation
回答済みI have a large MIP model with a very strong LP relaxation. The main strategy for solving such problem in the literature is to solve the LP relaxation (what takes a long time) and then use the LP ob...
-
Henrique Beckerさんがコメントを作成しました:
Thanks for the fast answer. I do not know if there exists a valid solution on the specific value unit of the objective function and, as this method is a dual method (starts at an upper bound of a m...
-
Henrique Beckerさんが投稿を作成しました:
Rejecting MIP Solutions without lazy cuts
回答済みHi, I am working in a framework similar to benders decomposition. I use lazy cuts and callbacks for cutting new integer solutions that are not feasible considering a subproblem. Such lazy cuts just...