Nastaran Oladzadabbasabady
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Nastaran Oladzadabbasabady-
MILP Parallelism
AnsweredHi, 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'
AnsweredHi, 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...