Junseo Park
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
アクティビティの概要
Junseo Parkさんの最近のアクティビティ-
Junseo Parkさんがコメントを作成しました:
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さんが投稿を作成しました:
For ILP problems, does GUROBI gaurantee finding all possible solutions?
回答済みAs 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さんがコメントを作成しました:
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さんが投稿を作成しました:
Does model.cbSetSolution affect the search process?
回答済みHello, 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さんが投稿を作成しました:
About using 'LazyConstraints' Parameter
回答済みI 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...