Dong Han
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Dong Han-
Dong Han commented,
Hi Riley, Thank you very much for your quick reply. It helps a lot !
-
Dong Han created a post,
FarkasDual and Barrier method
AnsweredHello 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 commented,
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 commented,
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 created a post,
why GRBcbsolution doesn't work
AnsweredHello, 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 created a post,
barrier method early termination
AnsweredHello, 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 created a post,
Why the model is infeasible after adding lazy constraint
Awaiting user inputI 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 commented,
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 created a post,
Presolve for a very large LP
AnsweredHello, 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 commented,
Thank you very much! Problem solved!