Eunseok Kim
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Eunseok Kim-
Gurobi worsen the coefficient ranges while it handles non-convex quadratic constraints and cause numerical issue
OngoingHi, I'm having trouble to solve my model due to numerical issue, so I'm wandering any method mitigate this numerical issue. 1) My model contains some non-convex bi-linear constraints and genera...
-
Warm start approach gives suboptimal solution
Awaiting user inputHi, I use a warm-start approach to solving MIP problems because Gurobi takes too long to solve them if I don't provide an initial feasible solution.The problem is that the results of the warm-start...
-
The IIS of infeasible model is feasible when I run it separately
AnsweredHello, I have a question about infeasible models. Currently, Gurobi claims my model is infeasible. So after m.feasRelaxS(0, False, False, True), m.optimize() presents that the best objective is 0. ...
-
Is this IIS infeasible?
Awaiting user inputI'm solving a model with log constraints, and Gurobi tells me that the model is infeasible with the following IIS: ======================================================= Minimize 0 gterm_S_mul_I[...
-
Model proven infeasible by zero objective heuristic
AnsweredHello, I have found that Gurobi claims the model is infeasible with the following message (Note that I'm solving a minimization problem): ===========================================================...
-
Model is infeasible. Can it be explained by numerical issue?
Awaiting user inputHello, I'm solving an LP model involved with Min[.] function constraints, and Gurobi claims the model is infeasible. This model reads some data to construct the formulation (i.e., coefficients of A...