Jose Walteros
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Jose Walterosさんの最近のアクティビティ-
Jose Walterosさんがコメントを作成しました:
Marco, Try calling model.update() in between runs. I am not 100% sure, but after some experimentation, this seems to reset the lazy pool. Could you please let me know if this works for you?-Jose
-
Jose Walterosさんがコメントを作成しました:
Hi Maliheh, Pardon the insistence on this matter. After some experimentation, it seems that calling model.update() resets the lazy pool. I am not 100% sure if this is true, though. Could you please...
-
Jose Walterosさんがコメントを作成しました:
That is what I meant. But, based on your last comment, does it mean that if the object model changes, say by adding a new constraint, or something like that, does the pool get reset? What needs to ...
-
Jose Walterosさんがコメントを作成しました:
Hi Maliheh, I am sorry, I need one more clarification. What do you mean by “If the model object remains the same”? Is there anything that one can do to the model to make the lazy constraints not pe...
-
Jose Walterosさんがコメントを作成しました:
Thank you, Maliheh. Could you please confirm whether the pool of lazy cuts added during the callback is reset every time model.optimize() is called. I would like to know whether these constraints p...
-
Jose Walterosさんがコメントを作成しました:
Hi Maliheh, I think both Marco and I asked a similar question in the forum, although mine asks for a few more things (see here). I understand your idea of duplicating the model (by writing it to an...
-
Jose Walterosさんが投稿を作成しました:
Behavior of the lazy constraints added within a callback
回答済みHi all, I want to learn more about the behavior of the lazy constraints added within a callback using model.cbLazy(). I know from experience that the behavior of lazy constraints added into the mod...