
Mohd Munasib
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Mohd Munasib-
How to get absolute difference of 2 variable.
AnsweredHi Team, Hope you are doing great. i am havig a this df. week Actual (A) Forecast (F) 1 122 NaN 2 105 NaN 3 93 NaN 4 113 NaN 5 107 NaN 6 115 122*<gurobi.Var *Awaiting Model Update*> ...
-
how to get a weighted moving avg if we are having 2 df in pandas
AnsweredHi Team, Hope you are doing well. I am having 2 df in pandas my goal is to get a weighted moving avg in my problem but when i am trying to code this in python so i get an error. i have attached th...
-
How to get the square root(sum of binary decission variable)
AnsweredHi Team, Hope you are doing well. In this df i have defined the decission binary variable origin fixed_cost var_cost cap open chennai $ 50,000 $ 2.23 400,000 <gurobi.Var *Aw...
-
how to define the decission variable if we are having 2 variable in one table onw is binary variable, 2nd is integer variable.
AnsweredHi Team, Hope you are doing well. This is an table in which i am having 2 variable, 'flow' and 'unit_flow' how to define it but it should be in one table and i have set the 2 index(origin, destinat...
-
How to Define a Constraint for Calculating the sum of one Multi-Dimensional Variables in Gurobi
AnsweredThe quicksum for the opan veriable should be <= 7, . However, I need to add the constraint below: My decission variable is: # define the 1st decision variableopen_warehouse = (warehouse_data.gpp...