
Bhartendu Awasthi
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
Posts
Recent activity by Bhartendu Awasthi-
Column generation with employee shift scheduling
Awaiting user inputHi, I am trying to apply column generation on an employee shift scheduling problem. Please find below my code. What I see with my code is that solving for the sub-problem always creates the same sh...
-
Scheduling with Gurobi - how to order / sequence tasks
AnsweredI am using Gurobi to solve a popular scheduling problem. I am struggling to add a constraint which requires sequencing of different tasks. I am sharing some background around the problem below. Als...
-
How to add indicator constraints when using gurobipy pandas
AnsweredI find gurobipy pandas very efficient in model building especially when the input data is very large and takes the form of a pandas data frame. Is there a way to write indicator constraints with gu...