Junseo Park
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Recent activity by Junseo Park-
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...
-
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 ...
-
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...