Nastaran Oladzadabbasabady

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Nastaran Oladzadabbasabady Recent activity Votes
  • MILP Parallelism

    Answered

    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'

    Answered

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