Nastaran Oladzadabbasabady

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 6
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

Nastaran Oladzadabbasabadyさんの最近のアクティビティ
  • 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...

  • Nastaran Oladzadabbasabadyさんがコメントを作成しました:

    Hi Silke, Thank you! My problem is resolved!

  • Nastaran Oladzadabbasabadyさんがコメントを作成しました:

    Hi, Please find the definition of the parameters and variables below: # Parametersnum_region = 5 #number of regions, including depotnum_period = 2 #number of planning periodsregions = []for i in ra...

  • Nastaran Oladzadabbasabadyさんが投稿を作成しました:

    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...