Nastaran Oladzadabbasabady
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Nastaran Oladzadabbasabady-
Nastaran Oladzadabbasabady created a post,
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...
-
Nastaran Oladzadabbasabady commented,
Hi Silke, Thank you! My problem is resolved!
-
Nastaran Oladzadabbasabady commented,
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 created a post,
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...