Vusal Babashov
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Vusal Babashov-
Groupby constraint Gurobipy Pandas
AnsweredHi Everyone, I have defined a decision variable x_ik using the pandas and gppd.add_vars() method. Below are the top 5 rows for a minimal example. week_id ...
-
Misaligned variable constraint indices - Gurobi Pandas
AnsweredHi there, I have the following set of constraints: and I am getting numerous errors while trying to implement these in Gurobi pandas. I would appreciate your help with small examples. Many ...
-
Defining set of decision variables with partially common index sets in gurobi pandas
AnsweredGood day, I want to define the following binary decision variables using the pandas dataframe: x_{ik}, y_{ikn}, z_{kn} and w_{is}. As we see, while index k is the same for first three variables, in...