Muhammad ElSheikh
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Muhammad ElSheikhによる最近のアクティビティ-
same model running twice using 48 and 32 threads, the first is infeasible and the other is feasible
回答済みHi I have run an MIP model twice using 48 and 32 threads. I set "LazyConstraints=1" because I will use the callback to exclude some feasible solution. my code: from gurobipy import *def mycallback...