Austin Buchanan
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 4
投稿
Austin Buchananによる最近のアクティビティ-
PoolSearchMode with auxiliary variables (extended formulations)?
回答済みI have become interested in using PoolSearchMode for enumerating all integer feasible solutions of a MIP and have a related question. For many problems, there are key decision variables, let's call...
-
Help with python callback -- adding callback on different line than optimize()
回答済みI am using a cut callback in some python code. Normally, I would follow the example set in the tsp.py code, which does the following: m.optimize(subtourelim) You can see that it passes the callback...
-
Getting academic licenses while university campuses are closed?
進行中I have about 20 students in my undergraduate operations research course. Our campus has shut down for the rest of the semester. Is there another way for them to get free academic licenses, besides ...
-
Will Gurobi retain lazy cuts after changing the objective coefficients?
回答済みConsider the following scenario. I build a MIP model. I create a callback for adding lazy cuts. I solve the MIP, adding many lazy cuts in the callbacks. I change the objective coefficients on some...