Nazmi Sener
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 4
Posts
Recent activity by Nazmi Sener-
An error from the dynamic set
AnsweredI want to apply dynamically add decision variables and constraints to my model. But I get a key error from static set. I don't understand what is the problem. Any help will be appreciated. Error: T...
-
Changing coefficients in the constraint
AnsweredDear all, I try to change coefficients of decision variable z for each scenario s. However z is used with two different coefficients. The constraint is given below. How can I do it? Thanks in adva...
-
gurobipy.GurobiError: Unknown attribute 'DualVio'
AnsweredWhen I run my python code with gurobipy I get the following error message can someone please help. Academic license - for non-commercial use only - expires 2021-06-29Using license file /home/ogr5/g...
-
Copying Model and Revising Basis Questions
Dear Community Members, 1-) I want to keep my basis of the model. After changing rhs of the model and solve the model again, I want to back old basis(before change) of the model. I tried to apply o...