Zahra Hoobakht
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Zahra Hoobakht-
non zero variable
AnsweredHi I have a variable that is in the interval of -1 and 1 but it cannot be zero. I would be appreciate if you help me to define the constraints properly. m = gp.Model()phi_0 = m.addVar(vtype=gp.GRB...
-
Unable to convert argument to an expression
AnsweredHi I am trying to define my objective function but I am getting "Unable to convert argument to an expression" error. I am using the Sympy library because I need to get Hessian of some matrices bas...
-
unbdray
AnsweredHi my second stage problem is infeasible. I would appreciate it if you could say how can I extract unbounded rays for the dual of the second stage problem? I write dual of it and I used Dualproble...
-
Unbdray does not give me correct answer
OngoingHello, I am trying to solve a problem in two ways with and without Benders decomposition. extract unbdrays and add them to my Master problem but when I extract them and put them into (w)(d-Bx)=<0 i...