Eunseok Kim
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Eunseok Kim-
Eunseok Kim commented,
Hi Jaromił, I think I could share the model with you privately. Is there any method I can send an link to you directly? Appreciated,EK
-
Eunseok Kim created a post,
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...
-
Eunseok Kim created a post,
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...
-
Eunseok Kim created a post,
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. ...
-
Eunseok Kim commented,
Hi Jue, I was able to resolve the issue by adjusting the FuncMaxVal parameter.Although I'm having another issue, I will make a separate post for it. Once again, I genuinely appreciate your help. B...
-
Eunseok Kim commented,
Hi Jue, I know feasible solutions satisfy all constraints. From the model, I've found a feasible solution presented below. As this solution satisfies all constraints and bounds, this solution shou...
-
Eunseok Kim commented,
Hi Jue, Thanks for your comments. As you mentioned, Gurobi claims that the model is infeasible, and we can find a feasible solution by violating the constraint; gLogTerm_S_mul_I[2,0,1,0] = gLogTer...
-
Eunseok Kim commented,
Hi Jue, Thanks for sharing your thoughts. Although I was not able to access your Jupyter Notebook, I've fixed the model and the code as follows: Model: I've adjusted parameters for general constrai...
-
Eunseok Kim commented,
Hi Jue, I genuinely appreciate your help. I have been manipulating the IIS to determine the cause of infeasibility. 1. I computed the violation of each constraint using "feasRelaxS()" and adjusted ...
-
Eunseok Kim commented,
Hi Jue, Before I post a new question, I searched the existing posts and found a relevant post. (URL: https://support.gurobi.com/hc/en-us/community/posts/12989446547089-Why-is-the-variable-free-show...