Junseo Park
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Activity overview
Latest activity by Junseo Park-
Junseo Park commented,
Hi Vassilios,Thank you for your great answers, they were extremely helpful.However, there are still a few subtleties that I am trying to clarify, so I would like to ask one additional question.Rega...
-
Junseo Park created a post,
For ILP problems, does GUROBI gaurantee finding all possible solutions?
AnsweredAs I mentioned in the title, for instance of using PoolSearchMode = 2, I am wondering ifDoes GUROBI gaurantee finding all possible solutions for ILP?This question arose from reading the paper “Find...
-
Junseo Park commented,
Thanks for your help, I really appreciate it!!I have one more question from the answer you gave, Is there any criteria to set the PoolGapAbs value? if the objective is integer-valued, and the objec...
-
Junseo Park created a post,
Does model.cbSetSolution affect the search process?
AnsweredHello, I am working on a model that finds all best feasible solution.In my case of the problem, If I find one feasible integer solution, I can find n more feasible solution. Thus, I am adding them ...
-
Junseo Park created a post,
About using 'LazyConstraints' Parameter
AnsweredI am currently using user cut with custom Cut.Which means, I am using model.cbGet, not model.cbLazy in the callback.However, I am getting objective solutions much more faster when I set the LazyCon...