Muhammad ElSheikh
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Muhammad ElSheikhさんの最近のアクティビティ-
Muhammad ElSheikhさんがコメントを作成しました:
the MIP model: https://www.dropbox.com/s/l7t6cyqmfcusiom/model.lp?dl=0
-
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...