Pavithra Sreekumar
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Pavithra Sreekumar-
Values of parts of objective function
AnsweredHello! I am working on an optimization production planning problem, and my objective function is to minimize the total cost - for eg min (production_variable * production cost) + (inventory_varia...
-
Storing the output of an optimization model in a table for each iteration of a for loop
AnsweredI currently have an optimization model in a for loop, and with each iteration, I am getting the values of three decision variables. I would like to store these values in the form of a table, someth...
-
Same results of optimization model for different function parameters - RHS of constraint?
AnsweredI am trying to solve an optimization model and I have defined a function such that every time I implement the function ( for eg: def function(method) ) by entering a different value of "method", th...
-
Assigning array columns as values for key in a tupledict
AnsweredI have a tuple dict where the keys are of the following form : "Grade A, 1" : "Grade B, 1" : "Grade C, 1" : "Grade D, 1" : "Grade E, 1" : "Grade A, 2" : "Grade B, 2" : "Grade C, 2" : "Grade D, 2" :...
-
Tupledict with lists for values
AnsweredHello! I am trying to create a tupledict() where : ("Type A" , "Time period 1") , ("Type B" , "Time period 1") etc are the keys and the corresponding values are in the form of lists. Let us con...
-
Nested sum using quicksum()
AnsweredHi everyone! I have a doubt regarding the quicksum() function and how I could use it for a nested sum equation like the following -