Oleg Grech
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Recent activity by Oleg Grech-
Additional variables being added to Objective Function
AnsweredHi. After modelling my constraints, I have arrived at my objective function which is as follows (this is only one part of the objective function for the sake of simplicity): grb_model.setObjective...
-
Soft Constraints being treated as Hard Constraints?
AnsweredHi. I am working on the Sports League Scheduling Issue and I am trying to solve it using an ILP approach. There are hard and soft constraints, where hard constraints cannot be violated and try to r...
-
Constraint Implementation
AnsweredHi. I am working on my thesis relating to the sports league scheduling issue and came across this constraint. Any idea on how can I implement this? I am using Python for my development.
-
Obtaining Integer Values from Quicksum
AnsweredHi. I have the following specification and would like to get the maximum value out of these 3. I would like to store the maximum value as an integer value so that it can be used with a constraint ...