
Babooshka Shavazipour
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Babooshka Shavazipour-
Babooshka Shavazipour created a post,
How to extract numerical values from the LinExpr objects
AnsweredHi, I want to formulate an objective function to calculate VaR. I get errors when I try to run the following code: # A function to calculate the scnearioGainLoss def objective_function(x, confiden...
-
Babooshka Shavazipour created a post,
How to formulate multiple conditional logical (AND and OR) constraints
AnsweredI am wondering what would be the efficient way of formulating the following constraint in (Python) Gurobi: # The big-MM = 10**9# Constraintsfor i in range(n): for k inrange(n): if (i!=k)...