Maedeh Sharbaf
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Maedeh Sharbaf-
Maedeh Sharbaf commented,
In fact my question is that "if we know one solution of the model (in terms of facility locations not assignment), how to determine which coefficients gives us that specific solution?". The main di...
-
Maedeh Sharbaf created a post,
How to fix a variable and optimize coefficients of objective function
AnsweredDear Gurobi's staff: I have a linear multi-objective optimization problem such that each objective is multiplied with a parameter (teta1,teta2,teta3). Now, I want to fix the y variables (known fac...
-
Maedeh Sharbaf commented,
Dear Maliheh, I'm using Gurobi in Python and I'm trying to solve a model that have multiple optimal solution, with one binary and one continuous variable. y=m.addVars(SC_id,vtype=GRB.BINARY,name='f...
-
Maedeh Sharbaf created a post,
retrieve the value of decision variables for multiple optimal solution
AnsweredI'm using Gurobi in Python and I'm trying to solve a model that have multiple optimal solution. By using following piece of codes, I could retrieve the value of objective function for 5 optimal sol...