
Oleg Grech
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Oleg Grech-
Hi. How would I assign a slack variable to a constraint? Thanks
-
Hi. Thanks for your reply. How would you instantiate such slack variables? ThanksOleg
-
Hi. Thanks for this. About a particular question I asked in the first post, how can I determine hard and soft constraints? Oleg
-
Furthermore, I tried formulating this way: i_CA1SH = []for ca1sh in CA1SH: for i in ca1sh.teams: i_CA1SH.append((i,ca1sh))di_CA1SH = grb_model.addVars(i_CA1SH)for ca1sh in CA1SH: for ...
-
Hi. How would this be implemented in Gurobi with python? Cause I got stuck while implementing
-
How would such constraints be instantiated?
-
I have a question. Can you have constraints in a model which they should not be considered when optimising the model but need such constraints to obtain certain values? For example, getting the max...
-
Storing it in a variable as you mentioned. Thanks for now.
-
Thanks for your quick response. I wanted to ask, is it possible to use a max_ function in a constraint and store it? (See below) grb_model.addConstrs((quicksum(x[i,j,k] - ca1sh.max for j in ca1sh....
-
I am still not sure about this. Is there a way to combine both constraints into one?