Nastaran Oladzadabbasabady
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Nastaran Oladzadabbasabadyによる最近のアクティビティ-
MILP Parallelism
回答済みHi, I am trying to make my MILP model faster by parallelism using multiple cores (around 30) in a supercomputer. After reading articles and watching videos, my understanding is that Gurobi uses all...
-
Unsupported operand type(s) for *: 'float' and 'generator'
回答済みHi, How can I debug the "unsupported operand type(s) for *: 'float' and 'generator'" error in the following code associated with the objective function below? obj = quicksum(people[i]*(1-quicksum...