Mohammed Osman
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Mohammed Osman-
Gurobi Results display and export
AnsweredHello! I have a Gurobi optimization model, which has around 130 binary decision variables, and more than 4000 continuous decision variables. After optimizing the model: How do I retrieve and export...
-
Constraint modeling
AnsweredHello! I have 4 variables in a list of objects i.e.,oysters_list. My aim is to select just 1 binary variable of each year and face from the Main Objects created in the list and apply the constrain...
-
gurobipy.GurobiError: Invalid argument to LinExpr multiplication
Awaiting user inputHello! I'm trying to apply a quicksum function to the following expression. But I'm receiving the following error: gurobipy.GurobiError: Invalid argument to LinExpr multiplication sample_list: {lis...