
Dong Han
- 合計アクティビティ 23
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
アクティビティの概要
Dong Hanさんの最近のアクティビティ-
Dong Hanさんがコメントを作成しました:
Hi Riley, Thank you very much for your quick reply. It helps a lot !
-
Dong Hanさんが投稿を作成しました:
FarkasDual and Barrier method
回答済みHello team, I am trying to use barrier method to solve a LP model. In some cases, my model will be infeasible and I would like to get the FarkasDual. The thing is I cannot access the FarkasDual sin...
-
Dong Hanさんがコメントを作成しました:
Yes, I provide a full feasible solution and its corresponding objective value to the model. And I verified in the way you suggested, the solution is absolutely feasible and the worse feasible solut...
-
Dong Hanさんがコメントを作成しました:
Hello Marika, Thank you for your response. The thing is, for example, the first solution I provided didn't be accepted when I used GRBcbsolution. And after a few iteration, the fifth solution I pro...
-
Dong Hanさんが投稿を作成しました:
why GRBcbsolution doesn't work
回答済みHello, I am trying to using GRBcbsolution to provide a feasible solution for my model when the where is equal to GRB_CB_MIPSOL. But I noticed at the beginning, the solution didn't show in the "Incu...
-
Dong Hanさんが投稿を作成しました:
barrier method early termination
回答済みHello, I try to use barrier method solve a LP problem. Since I would like to obtain an interior point, I try to terminate barrier method by setting "BarIterLimit" as 1. When I get the solution afte...
-
Dong Hanさんが投稿を作成しました:
Why the model is infeasible after adding lazy constraint
ユーザーの入力を待っています。I am coding with C++ to build a tsp model by using C API. The model became infeasible after I adding the first lazy constraint which is a subtour elimination constraint. But when I add this constra...
-
Dong Hanさんがコメントを作成しました:
Sure, here is the log information for solving the problem successfully. Set parameter Username Academic license - for non-commercial use only - expires 2023-09-23 Gurobi Optimizer version 9.5.2 ...
-
Dong Hanさんが投稿を作成しました:
Presolve for a very large LP
回答済みHello, I am trying to solving a very large LP, I am confused why the number of constraints removed during presolve is lager than the number of constraints in the original model? Please read the fol...
-
Dong Hanさんがコメントを作成しました:
Thank you very much! Problem solved!