Madhushini Narayana Prasad
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Madhushini Narayana Prasad-
Index names of decision variables implicitly changes when added via gurobi pandas method
AnsweredI have decision variables with index names like AB-101, AN-102, AV-104 etc. These indices become AB_101 when added via gurobipy_pandas.add_vars method and remain as-is when added via model.addVars ...
-
Inventory balance constraints in gurobipy-pandas framewoek
OngoingHi, How do you write the following inventory balance constraint in gurobi-pandas vectorized framework? Var_StartInv(i,w) = Var_EndInv(i,w-1) if w > 1 else P_InitialInv(i) where i belongs to lst of ...